wpcf7_form_elements

wpcf7_form_elements

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: contact-form-7.5.9.3

apply_filters('wpcf7_form_elements') is found 1 times:

  • /includes/contact-form.php line 946
    	 *
    	 * @return string Replaced form content. wpcf7_form_elements filters applied.
    	 */
    	public function form_elements() {
    		return apply_filters( 'wpcf7_form_elements',
    			$this->replace_all_form_tags()
    		);
    	}
    
    
    	/**
    

See this hook used in plugins:

Examples using wpcf7_form_elements