Tagged Questions
-1
votes
1answer
104 views
Checkbox on a custom menu [closed]
I have this code on a custom menu:
<form method="post" action="options.php">
<?php wp_nonce_field('update-options') ?>
<input type="checkbox" name="myoption[option_one]" ...