Remove Access to [admin.php?page=be-websites]

I'd like to remove access to [admin.php?page=be-websites] for all users (including admin) without using a plugin.
I tried several functions [functions.php] 
I was able to remove other menu/submenu items no problem, but this particular submenu is not responding to the typical php functions.

Is there another option?

EXAMPLE:
function wpexplorer_adjust_the_wp_menu() {
$page = remove_submenu_page( 'admin.php', 'admin.php?page=betheme' );
}
add_action( 'admin_menu', 'wpexplorer_adjust_the_wp_menu', 999 );



Thanks

Comments

  • Hi,

    What you ask for, requires files customization what in reference to Item Support Policy is not allowed. So if you want to modify files and don't know how, you should contact your web developer. Item Policy says:
    Item support does not include services to modify or extend the item beyond the original features, style, and functionality described on the item page. For customization services that will help you tailor the item to your specific requirements, we recommend contacting the author to see if they privately offer paid customisation services or checking out the great service providers on Envato Studio

    thanks
Sign In or Register to comment.