Best Multi Vendor Marketplace Plugin for WordPress › Forums › WCFM – Marketplace (WooCommerce Multivendor Marketplace) › Inquiry – Enquiry
- This topic has 3 replies, 2 voices, and was last updated 6 years ago by
WCFM Forum.
Viewing 3 reply threads
- AuthorPosts
- June 10, 2019 at 5:43 pm #66803
kaloomee
ParticipantHI
I saw in a previous thread that you wee going to update language so that
Inquiry was changed to Enquiry
Is this still the case ?
Inquiry is more of an americanism whereas Enquiry is the correct english language - June 11, 2019 at 5:40 pm #67035
WCFM Forum
MemberHI,
Please add this code to your child theme’s functions.php to change “Inquiry” to “Enquiry” –
function wcfm_custom_1106_translate_text( $translated ) { $translated = str_ireplace( 'Inquiry', 'Enquiry', $translated ); return $translated; } add_filter('gettext', 'wcfm_custom_1106_translate_text'); add_filter('ngettext', 'wcfm_custom_1106_translate_text');
Thank You
- June 11, 2019 at 7:50 pm #67071
kaloomee
ParticipantThank you, Again
Wonderful support as ever
- June 11, 2019 at 8:13 pm #67083
WCFM Forum
MemberMy pleasure 🙂
- AuthorPosts
Viewing 3 reply threads
- You must be logged in to reply to this topic.