wpcf7_form_tag

wpcf7_form_tag

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: contact-form-7.5.9.3

apply_filters('wpcf7_form_tag') is found 1 times:

  • /includes/form-tags-manager.php line 543
    		$content = trim( $matches[5] );
    		$content = preg_replace( "/<br&#91;\r\n\t &#93;*\/?>$/m", '', $content );
    		$scanned_tag['content'] = $content;
    
    		$scanned_tag = apply_filters( 'wpcf7_form_tag', $scanned_tag, $replace );
    
    		$scanned_tag = new WPCF7_FormTag( $scanned_tag );
    
    		$this->scanned_tags[] = $scanned_tag;
    
    		if ( $replace ) {