Can we rename message box to inbox


Home Forums Front End PM PRO Can we rename message box to inbox

This topic is: Resolved
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #11717
    Dan Price
    Participant

    Is this possible?

    Cheers,
    dan

    #11735
    Shamim Hasan
    Keymaster

    add following code in your theme’s (child theme’s if any) functions.php

    add_filter('fep_menu_buttons', function( $menu ){
    	$menu['message_box']['title'] = sprintf(__('Inbox%s', 'front-end-pm'), fep_get_new_message_button() );
    	return $menu;
    });
    
    #11809
    Dan Price
    Participant

    This worked perfectly – thanks for the quick response.

    Cheers,
    Dan

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