Forums
(@sweetcupcake)
5 years, 2 months ago
I used this function
function recipeplugin_change_text( $translated_text ) { if ( $translated_text == ‘minutes’ ) { $translated_text = ‘m’; } return $translated_text; } add_filter( ‘gettext’, ‘recipeplugin_change_text’, 20 );