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.5.9.3

apply_filters('wpcf7_form_id_attr') is found 1 times:

  • /includes/contact-form.php line 586
    		$url .= '#' . $this->unit_tag();
    
    		$url = apply_filters( 'wpcf7_form_action_url', $url );
    
    		$id_attr = apply_filters( 'wpcf7_form_id_attr',
    			preg_replace( '/[^A-Za-z0-9:._-]/', '', $args['html_id'] )
    		);
    
    		$name_attr = apply_filters( 'wpcf7_form_name_attr',
    			preg_replace( '/[^A-Za-z0-9:._-]/', '', $args['html_name'] )
    		);