PHP 8.2.31
Preview: cron-integration.php Size: 1003 B
/home/nshryvcy/radiantskinclinics.org/wp-content/plugins/wordpress-seo/src/integrations/admin/cron-integration.php

<?php

namespace Yoast\WP\SEO\Integrations\Admin;

use Yoast\WP\SEO\Conditionals\Admin_Conditional;
use Yoast\WP\SEO\Helpers\Date_Helper;
use Yoast\WP\SEO\Integrations\Integration_Interface;

/**
 * Cron_Integration class.
 */
class Cron_Integration implements Integration_Interface {

	/**
	 * The indexing notification integration.
	 *
	 * @var Date_Helper
	 */
	protected $date_helper;

	/**
	 * {@inheritDoc}
	 */
	public static function get_conditionals() {
		return [ Admin_Conditional::class ];
	}

	/**
	 * Cron_Integration constructor
	 *
	 * @param Date_Helper $date_helper The date helper.
	 */
	public function __construct( Date_Helper $date_helper ) {
		$this->date_helper = $date_helper;
	}

	/**
	 * {@inheritDoc}
	 */
	public function register_hooks() {
		if ( ! \wp_next_scheduled( Indexing_Notification_Integration::NOTIFICATION_ID ) ) {
			\wp_schedule_event(
				$this->date_helper->current_time(),
				'daily',
				Indexing_Notification_Integration::NOTIFICATION_ID,
			);
		}
	}
}

Directory Contents

Dirs: 1 × Files: 27

Name Size Perms Modified Actions
- drwxr-xr-x 2026-06-03 13:59:46
Edit Download
1.85 KB lrw-r--r-- 2026-06-03 13:59:46
Edit Download
7.60 KB lrw-r--r-- 2026-06-03 13:59:46
Edit Download
10.75 KB lrw-r--r-- 2026-06-03 13:59:46
Edit Download
2.13 KB lrw-r--r-- 2026-06-03 13:59:46
Edit Download
4.88 KB lrw-r--r-- 2026-06-03 13:59:46
Edit Download
10.89 KB lrw-r--r-- 2026-06-03 13:59:46
Edit Download
1003 B lrw-r--r-- 2026-06-03 13:59:46
Edit Download
4.22 KB lrw-r--r-- 2026-06-03 13:59:46
Edit Download
15.18 KB lrw-r--r-- 2026-06-03 13:59:46
Edit Download
5.00 KB lrw-r--r-- 2026-06-03 13:59:46
Edit Download
1.55 KB lrw-r--r-- 2026-06-03 13:59:46
Edit Download
2.75 KB lrw-r--r-- 2026-06-03 13:59:46
Edit Download
14.32 KB lrw-r--r-- 2026-06-03 13:59:46
Edit Download
8.63 KB lrw-r--r-- 2026-06-03 13:59:46
Edit Download
1.39 KB lrw-r--r-- 2026-06-03 13:59:46
Edit Download
6.95 KB lrw-r--r-- 2026-06-03 13:59:46
Edit Download
7.29 KB lrw-r--r-- 2026-06-03 13:59:46
Edit Download
4.84 KB lrw-r--r-- 2026-06-03 13:59:46
Edit Download
9.75 KB lrw-r--r-- 2026-06-03 13:59:46
Edit Download
7.53 KB lrw-r--r-- 2026-06-03 13:59:46
Edit Download
927 B lrw-r--r-- 2026-06-03 13:59:46
Edit Download
1.35 KB lrw-r--r-- 2026-06-03 13:59:46
Edit Download
1.66 KB lrw-r--r-- 2026-06-03 13:59:46
Edit Download
2.97 KB lrw-r--r-- 2026-06-03 13:59:46
Edit Download
1.55 KB lrw-r--r-- 2026-06-03 13:59:46
Edit Download
4.46 KB lrw-r--r-- 2026-06-03 13:59:46
Edit Download
11.06 KB lrw-r--r-- 2026-06-03 13:59:46
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).