Viewing 4 replies - 1 through 4 (of 4 total)
  • Mohsin

    (@mohsindigitalpoin8)

    i have also found this error .
    Please Help…

    I don’t have the time to debug more right now (perhaps tomorrow)
    A quick fix is to replace in hidden.php on line 28
    add_action(‘plugins_loaded’, ‘contact_form_7_hidden_fields’, 10);
    with
    add_action( ‘wpcf7_init’, ‘contact_form_7_hidden_fields’, 10 );
    This adds the function to contact form 7 initialization instead of the other hook

    (assuming you are of course using the contact-form-7-modules plugin)

    Thread Starter asisrodriguez

    (@asisrodriguez)

    for me work perfectly changed to:

    add_action(‘plugins_loaded’, ‘contact_form_7_hidden_fields’, 11);

    thanks so much

    asis

    Or change the priority to 11 from 10. Found that one as well

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘hidden fileds not working since new version of wordpres’ is closed to new replies.