Tagged Questions
1
vote
1answer
58 views
How to validate register settings array
I would like to know how to perform a proper validation with the register_setting() callback function.
Here is a sample part of my code I want to work with:
register_setting( 'wpPart_options', ...
1
vote
1answer
242 views
settings API: how to create a multi checkbox with blog categories?
i need to create a callback function with a multi checkbox with all the web/blog categories as multi options.
my add_settings_fields are:
add_settings_field(
'select_page', ...