• pepe

    (@myefreelance)


    It doesn’t render with Contact Form 7 v.3.6.

    The problem is “add_action(‘plugins_loaded’, ‘contact_form_7_checkmail’, 10);” because, in my case, it execute before “add_action( ‘plugins_loaded’, ‘wpcf7’ )” from Contact Form.

    If you debug it, you found that:
    1º) “contact_form_7_checkmail” calls “wpcf7_add_shortcode”.
    2º) “wpcf7_add_shortcode” calls “$wpcf7_shortcode_manager” that it is a global variable created in “wpcf7”.

    if you change by “add_action(‘plugins_loaded’, ‘contact_form_7_checkmail’, 15);”, you can resolve it.

    http://wordpress.org/plugins/checkmail-validation-for-contact-form-7/

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Doesn't work with Contact Form 7 v.3.6’ is closed to new replies.