### 修改`wp-config.php`更改WP内存限制
define( 'WP_MEMORY_LIMIT', '256M' );
define('WP_DEBUG', false);
更改php.ini
max_input_vars = 5000
max_execution_time = 300
post_max_size = 50M
upload_max_filesize = 50M
### 修改`wp-config.php`更改WP内存限制
define( 'WP_MEMORY_LIMIT', '256M' );
define('WP_DEBUG', false);
php.inimax_input_vars = 5000
max_execution_time = 300
post_max_size = 50M
upload_max_filesize = 50M