Skip to content

Instantly share code, notes, and snippets.

@huuyafwww
Created December 22, 2017 11:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save huuyafwww/5dc178e64c0aee94d7bd7b54721fbc47 to your computer and use it in GitHub Desktop.
Save huuyafwww/5dc178e64c0aee94d7bd7b54721fbc47 to your computer and use it in GitHub Desktop.
add_action('admin_menu','wp_rankinger_pro_admin');
function wp_rankinger_pro_admin() {
add_menu_page(
'Welcome WP Rankinger Pro',
'WP Rankinger Pro',
'administrator',
'about_pro',
'wp_rankinger_pro_about',
'dashicons-awards'
);
add_submenu_page(
'about_pro',
'ランキング',
'ランキング',
'administrator',
'ranking_pro',
'wp_rankinger_pro_ranking'
);
//,,,,,,,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment