• Resolved kirill80

    (@kirill80)


    Fatal error: Uncaught Error: Call to undefined function do_filter() in /wp-content/plugins/wc-fields-factory/includes/wcff-builder.php:1442 Stack trace: #0

    do_filter ?????????

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Saravana Kumar K

    (@mycholan)

    do_filter :), that can’t be right.

    If it is then it is an embarrassing bug.
    Not sure how it passed, will release an update shortly.

    Plugin Author Saravana Kumar K

    (@mycholan)

    For now pls use the dirty fix.

    WP_PLUGIN_DIR/wc-fields-factory/includes/wcff-builder.php

    Replace the ifcondition block (LN : 1441) with the following.

    if (has_filter('wccpf_before_field_rendering') && has_filter('wccpf_after_field_rendering')) {
        $before = apply_filters('wccpf_before_field_rendering', $_meta);
        $after = apply_filters('wccpf_after_field_rendering', $_meta);
        $html = $before . $_html . $after;
    }

    I will make sure the fix will get into the sub sequent releases.

    Thread Starter kirill80

    (@kirill80)

    ок

    Plugin Author Saravana Kumar K

    (@mycholan)

    Yesterday I did a silent update for including intro video, with that I have released the fix as well.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘do_filter ???’ is closed to new replies.