Pular a navegação

Open

Reported for: WPForms Multilingual 0.4.0

Topic Tags: Compatibility

Overview of the issue

If you are using WPForms plugin with its WPForms Calculations Add-on, you will encounter that calculation does not work when the WPForms Multilingual plugin is activated.

Workaround

Please, make sure of having a full site backup of your site before proceeding.

  • Open …/wp-content/plugins/wpml-wpforms/classes/Hooks/WpForms/SubLabels.php file.
  • Look for line 12.
  • Change the filter priority to 5:
    		Hooks::onFilter( 'wpforms_save_form_args', 10, 2 )
    
  • With:
    		 Hooks::onFilter( 'wpforms_save_form_args', 5, 2 )
    

Deixar uma Resposta

Please stay on topic and be respectful to others. If you need help with issues not related to this post, use our Support Forum to start a chat or submit a ticket.

Você pode usar estas tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>