Advertisement
samuel_rogers

WordPress Plugin

Jul 8th, 2013
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. function my_plugin_menu() {
  2. add_options_page( 'Submenu', 'My Plugin', 'manage_options', 'my-submenu-handle', 'my_plugin_options' );
  3. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement