jetpack_show_backups, true
jetpack_show_backups, true
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_show_backups, true') is found 1 times:
- /class.jetpack.php line 6195
* @since 6.5.0 * * @param bool $show_backups Should UI for backups be displayed? True by default. */ return self::is_plugin_active( 'vaultpress/vaultpress.php' ) || apply_filters( 'jetpack_show_backups', true ); } /** * Whether UI for security scanning should be displayed. * * On WPCom platforms this is gated on the scan-self-serve site feature.