Forums
(@sweetcupcake)
3 years, 11 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 );