jetpack_forms_retire_view_switch
jetpack_forms_retire_view_switch
Appears in: jetpack.14.8
Hook Type: filter
Displaying hooks found in version: jetpack.14.8apply_filters('jetpack_forms_retire_view_switch') is found 1 times:
- /jetpack_vendor/automattic/jetpack-forms/src/dashboard/class-dashboard-view-switch.php line 384
* * @return boolean */ public static function is_jetpack_forms_view_switch_available() { return ! apply_filters( 'jetpack_forms_retire_view_switch', true ); } /** * Returns true if the new Jetpack Forms admin page is announcing the new menu. * * @return boolean