Answers for "wordpress max memory limit"

PHP
3

wordpress max memory limit

define( 'WP_MAX_MEMORY_LIMIT', '256M' ); //BACK-END MEMORY LIMIT
define('WP_MEMORY_LIMIT', '128M'); //FRONT-END MEMORY LIMIT
Posted by: Guest on April-14-2021

Code answers related to "wordpress max memory limit"

Browse Popular Code Answers by Language