jetpack_forms_show_dashboard_integrations
jetpack_forms_show_dashboard_integrations
Appears in: jetpack.15.4
Hook Type: filter
Displaying hooks found in version: jetpack.15.4apply_filters('jetpack_forms_show_dashboard_integrations') is found 1 times:
- /jetpack_vendor/automattic/jetpack-forms/src/class-jetpack-forms.php line 157
* @since 6.22.0 * * @param bool true Whether to show the Integrations UI in the dashboard. Default true. */ return apply_filters( 'jetpack_forms_show_dashboard_integrations', true ); } /** * Returns true if the Integrations UI should be shown in the Form block editor. * * @since 6.22.0