jetpack_forms_use_new_menu_parent, true
jetpack_forms_use_new_menu_parent, true
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_forms_use_new_menu_parent, true') is found 1 times:
- /jetpack_vendor/automattic/jetpack-forms/src/dashboard/class-dashboard-view-switch.php line 92
* @return boolean */ public static function is_jetpack_forms_admin_page_available() { _deprecated_function( __METHOD__, 'jetpack-6.6.0', 'Dashboard::is_jetpack_forms_admin_page_available' ); return apply_filters( 'jetpack_forms_use_new_menu_parent', true ); } /** * Returns true if the view switch is available. * * @return boolean