Server Requirements
Memory Size: memory_limit = 256MScript execution time: max_execution_time = 400Number of input variables: max_input_vars = 4000php_value max_execution_time 400php_value memory_limit 256Mphp_value upload_max_filesize 10MDirective for wp-config.php
@ini_set( 'max_input_vars' , 4000 );Information
define( 'WP_DEBUG', true );
if ( WP_DEBUG ) {
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', false );
@ini_set( 'display_errors', 0 );
}Last updated