@gcskye
Active 1 year, 9 months ago
-
Prince Abiola Ogundipe replied to the topic Change Favorites Text in the forum How-to & Troubleshooting 10 years ago
Try something like this:
[Read more]
function multiple_translate_text( $translated_text ) {
switch ( $translated_text ) {
case 'Remove Favorite' :
$translated_text = __( 'Un Vouch' );
break;
case 'Favorite' :
$translated_text = __( 'Vouch' );
break;
case 'Favorites' :
$translated_text = __(…