Change PHP Max Input Vars
Solved
WordPress (Managed)
-
I tried to change this value by adding the following to /wp-admin.php file...
/** Increased Memory Limit. */ define('WP_MEMORY_LIMIT', '1024M'); define('WP_MAX_MEMORY_LIMIT', '2048M'); set_time_limit(300); @ini_set( 'max_input_vars' , 5000 );
But this still shows up in some dashboard software I'm running:
PHP Memory Limit 256 MB PHP Max Input Vars 1800
-
@will There is a
/app/data/php.ini
. You can try putting the value there.[PHP] max_input_vars = 5000