跳过导航

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 )
    

留下回复

紧扣主题并尊重他人。如果您需要帮助解决与本帖无关的问题,请使用我们的 Support Forum 开始聊天或提交票据。

您可以使用这些标签:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>