Your IP : 216.73.216.95


Current Path : /var/test/www/html/wp-content/plugins/jetpack/vendor/automattic/jetpack-backup/
Upload File :
Current File : /var/test/www/html/wp-content/plugins/jetpack/vendor/automattic/jetpack-backup/actions.php

<?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' ) );