- Install Code Snippets
- Snippets → Add New
- Insert into
Code
:add_filter('gettext', 'change_ymbi'); function change_ymbi($translated) { $translated = str_ireplace('You may be interested in', 'Frequently bought together', $translated); return $translated; }
- Set the title and press
Save changes and activate