Report Bug Inquiry Button Label

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!

Tagged: 

Viewing 1 reply thread
  • Author
    Posts
    • #43327
      ben
      Participant

      Dear, on Inquiry Module the texte personalisation on Inquiry Button Label dont show correct on “vendor page”

      I have used code to show correct texte button :

      function wcfm_custom_translate_text( $translated ) {
      $translated = str_ireplace( ‘Inquiry’, “Requête”, $translated );
      return $translated;
      }
      add_filter(‘gettext’, ‘wcfm_custom_translate_text’);
      add_filter(‘ngettext’, ‘wcfm_custom_translate_text’);

      Can you solve that on next update version ?

    • #43473
      WCFM Forum
      Keymaster

      Hi,

      Thanks for the information, we will take care of this.

      Thank You

Viewing 1 reply thread
  • The topic ‘Report Bug Inquiry Button Label’ is closed to new replies.