|
Custom Field Groups – Is there a limit on fields/labels within a group?
Started by: CaseyK4294
in: Toolset Professional Support
Quick solution available
Problem:
The field group won't save any new custom fields, so I had to create a second and third group.
Solution:
It should be a server limitation problem, please try to increase the limitation of your website, for example, in wp-config.php, add below line:
@ini_set( 'max_input_vars' , 3000 );
Relevant Documentation:
https://www.php.net/manual/en/info.configuration.php#ini.max-input-vars
|
|
2 |
10 |
4 years, 9 months ago
CaseyK4294
|