Tagged Questions
0
votes
1answer
94 views
Use of check_admin_referer with theme options and options.php
If I set up a theme options page in the way suggested by the codex (http://codex.wordpress.org/Creating_Options_Pages)
then my form submits to 'option.php'.
settings_fields creates a nonce, which if ...