INVP::option_group()
Provides the option group string that is needed for register_setting() calls.
Return Return
(string)
Source Source
File: includes/class-invp.php
return 'number' === $key_and_type['type'] ?? '' || 'integer' === $key_and_type['type'] ?? ''; } }
Expand full source codeCollapse full source codeView on Github