grunion_contact_form_redirect_url, $redirect, $id, $post_id
grunion_contact_form_redirect_url, $redirect, $id, $post_id
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_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.