Guest User

Untitled

a guest
Jul 17th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. add_action('admin_menu', function(){
  2. add_menu_page( 'Myway | Помощь', 'Помощь', 'edit_pages', 'help', 'add_help_page', 'dashicons-editor-help', 4 );
  3. } );
  4.  
  5. function add_help_page() {
  6. include 'helpix.php';
  7. }
Add Comment
Please, Sign In to add comment