Advertisement
Guest User

Untitled

a guest
Mar 21st, 2017
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <form method='post' action="options.php" id="form-myplugin-settings">
  2. <?php settings_fields('myplugin-options');?>
  3. <table class="form-table">
  4. ...
  5. // tu pola formularza
  6. </table>
  7. <?php submit_button(); ?>
  8. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement