change "ask a question" text to inquiry

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Multi Vendor Marketplace Plugin | WCFM Marketplace Forums WCFM – Ultimate change "ask a question" text to inquiry

Viewing 3 reply threads
  • Author
    Posts
    • #26376
      Addy
      Guest

      hello
      how can i change text “ask a question” to inquiry
      thanks

    • #26408
      WCFM Forum
      Keymaster

      Hi,

      Kindly add this and add your text for the purpose –

      function wcfm_custom_translate_text( $translated ) { 
      	$translated = str_ireplace( 'Ask a Question', 'YOUR TEXT', $translated );
      	return $translated; 
      }
      add_filter('gettext', 'wcfm_custom_translate_text'); 
      add_filter('ngettext', 'wcfm_custom_translate_text');

      Thank You

    • #26412
      Addy
      Guest

      Thanks ! your always are there when we need you this is what I love about wcfm
      Thanks team

      • #26413
        Addy
        Guest

        Thanks ! your always are there when we need you this is what I love about wcfm
        Thanks team

    • #26414
      WCFM Forum
      Keymaster

      Pleasure, you are welcome 🙂

      If you get a chance then please add a review for me – https://wordpress.org/support/plugin/wc-frontend-manager/reviews/

      Thank You

Viewing 3 reply threads
  • The topic ‘change "ask a question" text to inquiry’ is closed to new replies.