How to change text on ‘Directory’ button
-
I’m trying the code below and it’s not working.
add_filter(‘fep_menu_buttons’, function( $menu ){
$menu[‘directory’][‘title’] = sprintf(__(‘Member Directory’, ‘front-end-pm’), fep_get_new_message_button() );
return $menu;
});
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘How to change text on ‘Directory’ button’ is closed to new replies.