[wp-trac] [WordPress Trac] #37957: WordPress Maximum Post Submit Fields
WordPress Trac
noreply at wordpress.org
Fri Apr 19 18:13:27 UTC 2019
#37957: WordPress Maximum Post Submit Fields
-------------------------------+-----------------------------
Reporter: nathanmemoria | Owner: (none)
Type: defect (bug) | Status: closed
Priority: normal | Milestone:
Component: Posts, Post Types | Version:
Severity: normal | Resolution: invalid
Keywords: | Focuses: administration
-------------------------------+-----------------------------
Changes (by desrosj):
* status: new => closed
* resolution: => invalid
* milestone: Awaiting Review =>
Comment:
PHP has a [https://www.php.net/manual/en/info.configuration.php#ini.max-
input-vars configuration variable], `max_input_vars`, which allows you to
increase the number of input variables allowed if desired.
`max_input_vars` is set to `1000` by default. FWIW, an `E_WARNING` is also
triggered if more variables than `max_input_vars` allows is passed so
developers and site administrators can be made aware.
I'm going to close this one out as it's not really a WordPress issue.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/37957#comment:5>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list