Tagged Questions
0
votes
2answers
530 views
How to decrease the max file upload size without using php.ini or htaccess?
There are a lot of people discussing how to increase the php max upload file size...
In my case though I want to shrink it from 8MB to 4MB... In my cpanel configuration, if I change the setting, it ...
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 ...