• Resolved 99w

    (@ninetyninew)


    Hi,

    Is there a hook I can use to programmatically add some text after every Contact Form 7 form rather than manually adding this text to each form?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • there is a filter (at least that i know)

    wp-content/plugins/contact-form-7/includes/contact-form.php

    return apply_filters( 'wpcf7_form_elements',
    	$THEHTMLFORM
    );
    Thread Starter 99w

    (@ninetyninew)

    Yes that is great and will do the job – thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hook to add text after every CF7 form?’ is closed to new replies.