Guest User

Untitled

a guest
Jun 13th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. add_action('admin_menu', 'function_to_add_menu');
  2.  
  3. function core37_lp_form_add_menu()
  4. {
  5. add_menu_page('Page title', 'Page title', 'edit_posts', 'page-slug', 'function_to_display_ui');
  6. }
Add Comment
Please, Sign In to add comment