-
WIBUHAX0R1337
-
/
home
/
coludnqa
/
www
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
integrations
/
admin
/
[ Home ]
Create Folder
Create File
Nama File / Folder
Size
Action
addon-installation
--
NONE
.htaccess
0.231KB
Edit File
Delete File
Rename
admin-columns-cache-integration.php
7.465KB
Edit File
Delete File
Rename
background-indexing-integration.php
5.931KB
Edit File
Delete File
Rename
configuration-workout-integration.php
10.266KB
Edit File
Delete File
Rename
configurationworkout-notice-integration.php
1.083KB
Edit File
Delete File
Rename
cron-integration.php
0.981KB
Edit File
Delete File
Rename
disable-concatenate-scripts-integration.php
0.982KB
Edit File
Delete File
Rename
fix-news-dependencies-integration.php
1.531KB
Edit File
Delete File
Rename
health-check-integration.php
2.698KB
Edit File
Delete File
Rename
import-integration.php
4.432KB
Edit File
Delete File
Rename
indexing-notification-integration.php
7.646KB
Edit File
Delete File
Rename
indexing-tool-integration.php
8.101KB
Edit File
Delete File
Rename
installation-success-integration.php
4.061KB
Edit File
Delete File
Rename
link-count-columns-integration.php
7.484KB
Edit File
Delete File
Rename
menu-badge-integration.php
0.895KB
Edit File
Delete File
Rename
migration-error-integration.php
1.347KB
Edit File
Delete File
Rename
social-templates-integration.php
10.024KB
Edit File
Delete File
Rename
workouts-integration.php
15.988KB
Edit File
Delete File
Rename
<?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 ); } } }
© 2022 - 2023 WIBUHAXOR V1 By Lutfifakee || Padang Blackhat