diff options
Diffstat (limited to 'plugins/jetpack/vendor/automattic/jetpack-backup/actions.php')
-rw-r--r-- | plugins/jetpack/vendor/automattic/jetpack-backup/actions.php | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/plugins/jetpack/vendor/automattic/jetpack-backup/actions.php b/plugins/jetpack/vendor/automattic/jetpack-backup/actions.php deleted file mode 100644 index 6a0a55a3..00000000 --- a/plugins/jetpack/vendor/automattic/jetpack-backup/actions.php +++ /dev/null @@ -1,13 +0,0 @@ -<?php -/** - * Action Hooks for Jetpack Backup module. - * - * @package automattic/jetpack-backup - */ - -if ( ! defined( 'ABSPATH' ) ) { - return; -} - -// Clean up expired Helper Scripts from a scheduled event. -add_action( 'jetpack_backup_cleanup_helper_scripts', array( 'Automattic\\Jetpack\\Backup\\Helper_Script_Manager', 'cleanup_expired_helper_scripts' ) ); |