Tagged Questions
0
votes
2answers
212 views
Some plugins adding full server path after url (with custom wp-content folder)
Installing Wordpress SEO (an a few others but not all plugins) gives the following console error:
GET ...
2
votes
1answer
227 views
WP Config for FTP credentials
Is there a config in WP that allows you to store your FTP credentials? I'm using the Linux webserver at work to develop and it's really annoying to have to but the credentials in every time I ...
0
votes
2answers
419 views
Editing wp-config.php
I need to add the line define('WP_POST_REVISIONS', false);
to my config.php , so that post revisions are disabled.
I don't have access to wp-config.php, I have permission to edit my theme and ...
1
vote
2answers
103 views
Can you limit the memory usage of a particular plugin?
I know that it is possible to restrict (or extend) the memory usage of the entire WP site using:
define('WP_MEMORY_LIMIT', '64M')
Is it possible to do the same for only one plugin that the website ...