inent words might not be complete. But that's the way we always treated that. $this->complete_indexation_action->complete(); } } /** * Adds the 'Every fifteen minutes' cron schedule to WP-Cron. * * @param array $schedules The existing schedules. * * @return array The schedules containing the fifteen_minutes schedule. */ public function add_cron_schedule( $schedules ) { if ( ! \is_array( $schedules ) ) { return $schedules; } $schedules['fifteen_minutes'] = [ 'interval' => ( 15 * MINUTE_IN_SECONDS ), 'display' => \esc_html__( 'Every fifteen minutes', 'wordpress-seo' ), ]; return $schedules; } /** * Schedule background indexing every 15 minutes if the index isn't already up to date. * * @return void */ public function schedule_cron_indexing() { /** * Filter: 'wpseo_unindexed_count_queries_ran' - Informs whether the expensive unindexed count queries have been ran already. * * @internal * @api bool */ $have_queries_ran = \apply_filters( 'wpseo_unindexed_count_queries_ran', false ); if ( ( ! $this->yoast_admin_and_dashboard_conditional->is_met() || ! $this->get_request_conditional->is_met() ) && ! $have_queries_ran ) { return; } if ( ! \wp_next_scheduled( 'wpseo_indexable_index_batch' ) && $this->should_index_on_cron() ) { \wp_schedule_event( ( \time() + \HOUR_IN_SECONDS ), 'fifteen_minutes', 'wpseo_indexable_index_batch' ); } } /** * Limit cron indexing to 15 indexables per batch instead of 25. * * @param int $indexation_limit The current limit (filter input). * * @return int The new batch limit. */ public function throttle_cron_indexing( $indexation_limit ) { if ( \wp_doing_cron() ) { /** * Filter: 'wpseo_cron_indexing_limit_size' - Adds the possibility to limit the number of items that are indexed when in cron action. * * @api int $limit Maximum number of indexables to be indexed per indexing action. */ return \apply_filters( 'wpseo_cron_indexing_limit_size', 15 ); } return $indexation_limit; } /** * Limit cron indexing to 3 links per batch instead of 5. * * @param int $link_indexation_limit The current limit (filter input). * * @return int The new batch limit. */ public function throttle_cron_link_indexing( $link_indexation_limit ) { if ( \wp_doing_cron() ) { /** * Filter: 'wpseo_cron_link_indexing_limit_size' - Adds the possibility to limit the number of links that are indexed when in cron action. * * @api int $limit Maximum number of link indexables to be indexed per link indexing action. */ return \apply_filters( 'wpseo_cron_link_indexing_limit_size', 3 ); } return $link_indexation_limit; } /** * Determine whether cron indexation should be performed. * * @return bool Should cron indexation be performed. */ protected function should_index_on_cron() { if ( ! $this->indexable_helper->should_index_indexables() ) { return false; } // The filter supersedes everything when preventing cron indexation. if ( \apply_filters( 'Yoast\WP\SEO\enable_cron_indexing', true ) !== true ) { return false; } return $this->indexing_helper->get_limited_filtered_unindexed_count_background( 1 ) > 0; } /** * Determine whether background indexation should be performed. * * @param int $shutdown_limit The shutdown limit used to determine whether indexation should be run. * * @return bool Should background indexation be performed. */ protected function should_index_on_shutdown( $shutdown_limit ) { if ( ! $this->yoast_admin_and_dashboard_conditional->is_met() || ! $this->get_request_conditional->is_met() ) { return false; } if ( ! $this->indexable_helper->should_index_indexables() ) { return false; } if ( $this->wp_cron_enabled_conditional->is_met() ) { return false; } $total_unindexed = $this->indexing_helper->get_limited_filtered_unindexed_count_background( $shutdown_limit ); if ( $total_unindexed === 0 || $total_unindexed > $shutdown_limit ) { return false; } return true; } /** * Retrieves the shutdown limit. This limit is the amount of indexables that is generated in the background. * * @return int The shutdown limit. */ protected function get_shutdown_limit() { /** * Filter 'wpseo_shutdown_indexation_limit' - Allow filtering the number of objects that can be indexed during shutdown. * * @api int The maximum number of objects indexed. */ return \apply_filters( 'wpseo_shutdown_indexation_limit', 25 ); } /** * Removes the cron indexing job from the scheduled event queue. * * @return void */ protected function unschedule_cron_indexing() { $scheduled = \wp_next_scheduled( 'wpseo_indexable_index_batch' ); if ( $scheduled ) { \wp_unschedule_event( $scheduled, 'wpseo_indexable_index_batch' ); } } /** * Registers a method to be executed on shutdown. * This wrapper mostly exists for making this class more unittestable. * * @param string $method_name The name of the method on the current instance to register. * * @return void */ protected function register_shutdown_function( $method_name ) { \register_shutdown_function( [ $this, $method_name ] ); } } {"version":"1.0","provider_name":"\u0642\u06cc\u0645\u062a","provider_url":"https:\/\/ganjyabi.com","title":"\u0642\u06cc\u0645\u062a \u062f\u0644\u0627\u0631 \u0627\u0645\u0631\u0648\u0632 2024\/05\/13 \u0633\u0627\u0639\u062a 16:12","type":"rich","width":600,"height":338,"html":"
\u0642\u06cc\u0645\u062a \u062f\u0644\u0627\u0631 \u0627\u0645\u0631\u0648\u0632 2024\/05\/13 \u0633\u0627\u0639\u062a 16:12<\/a><\/blockquote>