• Resolved amysimpson

    (@amysimpson)


    At the top of our form we are getting the following error:

    Deprecated: Hook fluentform_form_element_start is deprecated since version 4.3.22! Use fluentform/form_element_start instead. Use fluentform/form_element_start instead of fluentform_form_element_start. in /home/mymy3470/public_html/wp-includes/functions.php on line 5788

    ON the functions.php file 5788 , the text fluentform_form_element_start does not exist to replace. What is the best way to fix this?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Shahjahan Jewel

    (@techjewel)

    Hello @amysimpson

    We recently upgrade the FluentForms framework and added more symmetric hooks. So the old hook fluentform_form_element_start needs to be replaced with fluentform/form_element_start

    Maybe you are using a custom snippet to do something programmatically. Please note that, the old hook will still work but will show deprecation notice if you have WP_DEBUG value enabled.

    I think your wp-config.php the WP_DEBUG debug value is true.

    It should be

    define( ‘WP_DEBUG’, false );

    Please note that, we recommend to find the old hook and replace with the new one.

    How do you fix this issue?
    all my submit or checkout button disappeared.

    https://pietrucking.com/daily-parking/

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘fluentform_form_element_start’ is closed to new replies.