Hi,
Can this function be used to remove the Choices Menu item from Admin and if so, what file should it call?
remove_menu_page();
Thanks!
Hi,
Can this function be used to remove the Choices Menu item from Admin and if so, what file should it call?
remove_menu_page();
Thanks!
Hi,
Probably the easiest solution would be to comment out following two lines in choices\framework\php\class-adminpages.php:
add_action('admin_menu', array(&$this, 'attach_options_to_menu'));
add_action('admin_menu', array(&$this, 'non_option_page_scripts'));You must log in to post.