wpcf7_form_id_attr

wpcf7_form_id_attr

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

See hook in core

Displaying hooks found in version: contact-form-7.6.0

apply_filters('wpcf7_form_id_attr') is found 1 times:

  • /includes/contact-form.php line 596
    		);
    
    		$html .= "\n" . $this->screen_reader_response() . "\n";
    
    		$id_attr = apply_filters( 'wpcf7_form_id_attr',
    			preg_replace( '/[^A-Za-z0-9:._-]/', '', $options['html_id'] )
    		);
    
    		$name_attr = apply_filters( 'wpcf7_form_name_attr',
    			preg_replace( '/[^A-Za-z0-9:._-]/', '', $options['html_name'] )
    		);