remove menu


Home Forums Front End PM PRO remove menu

This topic is: Resolved
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1537
    John
    Participant

    Hi,

    I removed settings menu by adding the following code.
    I want to remove both settings and directory menu.
    How can I change the following code?

    Thank you.
    John

    add_filter( ‘fep_menu_buttons’, ‘fep_cus_fep_menu_buttons’ );

    function fep_cus_fep_menu_buttons( $menu )
    {
    unset( $menu[‘settings’] );
    return $menu;
    }

    #1541
    Shamim Hasan
    Keymaster

    There is settings to hide directory. go to Front End PM > Settings > General and check “Hide Directory from front end?” then save

    #1544
    John
    Participant

    Thank you.

Viewing 3 posts - 1 through 3 (of 3 total)

You need to purchase ‘Front End PM PRO’ to create topic in this support forum.

If you already purchased ‘Front End PM PRO’ please LOGIN.