• Resolved yasko

    (@yasko)


    Hi , I need the remove Settings button

    This is possible ??? Please help me.

    Thank you so much!

    • This topic was modified 8 years, 3 months ago by yasko.
    • This topic was modified 8 years, 3 months ago by yasko.
Viewing 1 replies (of 1 total)
  • Thread Starter yasko

    (@yasko)

    Okay I find the code and solved my problem.

    add_filter( ‘fep_menu_buttons’, ‘fep_cus_fep_menu_buttons’ );

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

    Thank you

Viewing 1 replies (of 1 total)
  • The topic ‘I need some remove functions’ is closed to new replies.