wpcf7_form_name_attr

wpcf7_form_name_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_name_attr') is found 1 times:

  • /includes/contact-form.php line 590
    		$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'] )
    		);
    
    		$title_attr = apply_filters( 'wpcf7_form_title_attr', $args['html_title'] );
    
    		$class = 'wpcf7-form';