Direktivet max_input_vars kan konfigureres i .htaccess-, php.ini- eller wp-config.php-filen. Vi anbefaler å øke standardverdien til 3000. Her er hvordan du kan gjøre det: I .htaccess php_value max_input_vars 3000 I php.ini max_input_vars = 3000 I wp-config.php @ini_set( 'max_input_vars' , 3000 );
Se mer