jetpack_forms_dashboard_enable, true
jetpack_forms_dashboard_enable, true
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_forms_dashboard_enable, true') is found 1 times:
- /jetpack_vendor/automattic/jetpack-forms/src/class-jetpack-forms.php line 78
* @since 0.3.0 * * @param bool false Should the new Jetpack Forms dashboard be enabled? Default to false. */ return apply_filters( 'jetpack_forms_dashboard_enable', true ); } /** * Returns true if the legacy menu item is retired. * * @return boolean