Die max_input_vars-Direktive kann in der Datei .htaccess, php.ini oder wp-config.php konfiguriert werden. Wir empfehlen, den Standardwert auf 3000 zu erhöhen. So können Sie das machen: In .htaccess php_value max_input_vars 3000 In php.ini max_input_vars = 3000 In wp-config.php @ini_set( 'max_input_vars' , 3000 );
Mehr sehen