Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <form method='post' action="options.php" id="form-myplugin-settings">
- <?php settings_fields('myplugin-options');?>
- <table class="form-table">
- ...
- // tu pola formularza
- </table>
- <?php submit_button(); ?>
- </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement