Lat update
-
Hello
The plugin works perfectly but with the last update i can’t send pm message when with this filter is exists in my function.php it was working in the previous version,
add_filter( ‘fep_menu_buttons’, ‘fep_cus_fep_menu_buttons’, 99 );
function fep_cus_fep_menu_buttons( $menu )
{
unset( $menu[‘newmessage’] );
return $menu;
}Any help please thank you
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Lat update’ is closed to new replies.