• Resolved mdambra

    (@mdambra)


    I would like to hide the ‘Store locator’ from the menu for certain users…what is the best way to do this? i.e. remove_menu_page( $menu_slug ); or another way? What would the $menu_slug be?

    Thanks so much! You have a great plugin. I am especially appreciative of the hooks/filters you included to help customize use.

    Regards,

    – Marie

Viewing 1 replies (of 1 total)
  • Plugin Author Tijmen Smit

    (@tijmensmit)

    You mean in the admin area?

    It’s untested, but according to the remove_menu_page doc this should work.

    remove_menu_page( 'edit.php?post_type=wpsl_stores' );

Viewing 1 replies (of 1 total)

The topic ‘Hide ‘Store Locator’ from menu’ is closed to new replies.