熱門文章

2016年8月3日 星期三

[WP]WP Memory Limit




 (code is at the beginning of /wp-includes/default-constants.php)


function wp_initial_constants() {
global $blog_id;
// set memory limits
if ( !defined('WP_MEMORY_LIMIT') ) {
if ( is_multisite() ) {
define('WP_MEMORY_LIMIT', '128M');
} else {
define('WP_MEMORY_LIMIT', '128M');
}
}

沒有留言:

張貼留言