wpcf7_form_action_url

wpcf7_form_action_url

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

See hook in core

Displaying hooks found in version: contact-form-7.5.9.3

apply_filters('wpcf7_form_action_url') is found 1 times:

  • /includes/contact-form.php line 584
    		}
    
    		$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',