Direktivet max_input_vars kan konfigureres i filerne .htaccess, php.ini eller wp-config.php. Vi anbefaler at øge standardværdien til 3000. Her er, hvordan du kan gø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 mere