rtmedia_media_tab_name rtCamp 2018-06-18T06:19:01+00:00 2018-06-18T06:19:01+00:00 Description Filter to change the media tab name for admin menu, rtMedia nav and BuddyPress nav tab. Example add_filter('rtmedia_media_tab_name', 'rtmedia_change_media_tab_name'); function rtmedia_change_media_tab_name(){ return 'My Media'; }
Description Filter to change the media tab name for admin menu, rtMedia nav and BuddyPress nav tab. Example add_filter('rtmedia_media_tab_name', 'rtmedia_change_media_tab_name'); function rtmedia_change_media_tab_name(){ return 'My Media'; }