grunion_contact_form_redirect_url, $redirect, $id, $post_id

grunion_contact_form_redirect_url, $redirect, $id, $post_id

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('grunion_contact_form_redirect_url, $redirect, $id, $post_id') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-contact-form.php line 3301
    		 * @param string $redirect Post submission URL.
    		 * @param int $id Contact Form ID.
    		 * @param int $post_id Post ID.
    		 */
    		return apply_filters( 'grunion_contact_form_redirect_url', $redirect, $id, $post_id );
    	}
    
    	/**
    	 * Get the permalink for the post ID that include the page query parameter if it was set.
    	 *
    	 * @param int $post_id The post ID.