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