Forums
Home / Plugin: Front End PM / I need some remove functions
(@yasko)
8 years, 3 months ago
Hi , I need the remove Settings button
This is possible ??? Please help me.
Thank you so much!
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