Skip to content

Instantly share code, notes, and snippets.

@tripflex
Created January 21, 2019 22:40
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 tripflex/e32857ecb5132cf53b23366e517d1809 to your computer and use it in GitHub Desktop.
Save tripflex/e32857ecb5132cf53b23366e517d1809 to your computer and use it in GitHub Desktop.
Remove sMyles Licensing menu item and page (WARNING! YOU WILL NOT BE ABLE TO ACTIVE BY REMOVING THIS!)
<?php
function smyles_remove_smyles_licensing_menu_page() {
$page = remove_submenu_page( 'index.php', 'smyles-licenses' );
}
add_action( 'admin_menu', 'smyles_remove_smyles_licensing_menu_page', 999 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment