Missing WPForms_Conditional_Logic_Core since 1.6.8
-
Hey guys,
It looks like the
WPForms_Conditional_Logic_Core
class was removed in v1.6.8, which is causing problems with our custom integration class that extends WPForms_Provider.Specifically the error is:
PHP Fatal error: Uncaught Error: Call to undefined function wpforms_conditional_logic() in /wp-content/plugins/wpforms-lite/includes/providers/class-base.php:957 Stack trace: #0 /wp-content/plugins/wpforms-lite/includes/providers/class-base.php(298): WPForms_Provider->output_conditionals('connection_60fe...', Array, Array) #1 /wp-includes/class-wp-hook.php(303): WPForms_Provider->process_ajax('') #2 /wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters('', Array) #3 /wp-includes/plugin.php(470): WP_Hook->do_action(Array) #4 /wp-admin/admin-ajax.php(187): do_action('wp_ajax_wpforms...') #5 {main} thrown in /wp-content/plugins/wpforms-lite/includes/providers/class-base.php on line 957
Was that class intentionally removed, or is this a bug?
If WPForms Lite no longer supports conditional logic we can come up with our own implementation, but I’m hoping this is just a bug since your
WPForms_Provider
class still makes references towpforms_conditional_logic()
.Looking forward to your reply. Thanks
Jack
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Missing WPForms_Conditional_Logic_Core since 1.6.8’ is closed to new replies.