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

apply_filters('wpcf7_form_action_url') is found 1 times:

  • /includes/contact-form.php line 563
    		}
    
    		$action_url .= '#' . $this->unit_tag();
    
    		$action_url = apply_filters( 'wpcf7_form_action_url', $action_url );
    
    		if (
    			str_starts_with( $action_url, '//' ) or
    			! str_starts_with( $action_url, '/' ) and
    			! str_starts_with( $action_url, home_url() )
    		) {