Support » Plugin: Contact Form 7 - Dynamic Text Extension » Conflict with Contact Form 7 v 4.3

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’ve run into the same error and I’ve fixed it. It seems as though CF7 isn’t loaded before it’s needed and that’s what I fixed, but I’m not exactly sure what changed that caused the error, let me know if you do.

    To apply the fix, open contact-form-7-dynamic-text-extension.php and change line 163 from:

    add_action( 'admin_init', 'wpcf7dtx_add_tag_generator_dynamictext', 25 );

    to

    add_action( 'wpcf7_admin_init', 'wpcf7dtx_add_tag_generator_dynamictext', 25 );

    Genious 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Conflict with Contact Form 7 v 4.3’ is closed to new replies.