芝麻web文件管理V1.00
编辑当前文件:/home/elegucvf/public_html/src/integrations/admin/cron-integration.php
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 ); } } }