Replacing Favorite Text
-
Hey all, need some help with changing the favorite button text to Favourite (Canadian Spelling)
So far I’ve tried:
Switching to Canadian English in WP core, dosent change the buttonJs find and replace, has a visible delay
functions.php code per this topic: https://bbpress.org/forums/topic/change-text-in-bbpress-subscribe-favorite-reply/
/*BBPRESS Favourite Filter*/ function rkk_subscribe_link() { $args['Favorite'] = esc_html__( 'Favourite', 'rkk' ); return $args; } add_filter('bbp_before_get_topic_favorite_link_parse_args', 'rkk_subscribe_link' );
Anyone able to change this?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.