Need to Hide (or Remove) Directory Link


Home Forums Front End PM PRO Need to Hide (or Remove) Directory Link

This topic is: Resolved

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #5890
    Bud Kraus
    Participant

    I need to hide the Directory link for the UI as I don’t want subscribers access to that feature.

    I tried this (I just modified what I saw was code for removing the Settings link) but it does not work.

    add_filter( ‘fep_menu_buttons’, ‘fep_cus_fep_menu_buttons’_directory );

    function fep_cus_fep_menu_buttons_directory( $menu )
    {
    unset( $menu[‘directory’] );
    return $menu;
    }

    Please let me know what I can add to functions.php to remove the Directory link.

    Thanks.

    Bud

    #5893
    Shamim Hasan
    Keymaster

    Please go to Dashboard > Front End PM PRO > Settings > General and check “Hide Directory from front end?”

    #5896
    Bud Kraus
    Participant

    Thanks Shamim.

    You beat me to it. I just figured it out after I posted this.

    Sorry to waste your time.

    I just started using Pro and will give it a good work out soon. I love what I see but I think your documentation needs some work.

    Bud

    #5901
    Shamim Hasan
    Keymaster

    Thank you for your nice suggestion.I am working on documentation and hope will be able to improve it.

    Regards
    Shamim

Viewing 4 posts - 1 through 4 (of 4 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.