jetpack_forms_admin_url
jetpack_forms_admin_url
Appears in: jetpack.15.6
Hook Type: filter
Displaying hooks found in version: jetpack.15.6apply_filters('jetpack_forms_admin_url') is found 1 times:
- /jetpack_vendor/automattic/jetpack-forms/src/dashboard/class-dashboard.php line 375
* @param int|null $post_id Post ID of response to open in the forms responses page. * * @return string The filtered Forms admin page URL. */ return apply_filters( 'jetpack_forms_admin_url', $url, $tab, $post_id ); } /** * WP-Build path for the forms admin URL. * * @param string|null $tab Tab to open.