max_input_vars is not getting updated whereas max_execution_time got updated

Posted in: Newspaper
Post count: 1

Have edited wp-config.php file and entered below values

define( ‘WP_MEMORY_LIMIT’, ‘256M’ );
@ini_set( ‘max_input_vars’ , 2500 );
@ini_set( ‘max_execution_time’ , 300 );
@ini_set( ‘post_max_size’ , ’50M’ );
@ini_set( ‘upload_max_filesize’ , ’50M’ );

But still the system status shows max_input_vars is set as 1000

System Status
PHP Version 8.2.4
WP Memory Limit 256 MB
PHP Execution Time 300
PHP Max Input Vars 1000
⤏ We recommend to increase this value to 2000 or more.

‘Execution time’ has got updated but not the ‘Max Input Vars’

Post count: 27744

Hello,

The max_input_vars need to be added in the php.ini or .htaccess -> https://i.imgur.com/CFTUBOV.png

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.