'', '', '', ), ); } /** * Populates the child tasks by querying content modified in the last two months. * * @return Child_Task_Interface[] */ public function populate_child_tasks(): array { $post_type = $this->get_post_type(); if ( empty( $post_type ) ) { return []; } $two_months_ago = \gmdate( 'Y-m-d H:i:s', \strtotime( '-2 months' ) ); $recent_content_items = $this->recent_content_indexable_collector->get_recent_content_with_seo_scores( $post_type, $two_months_ago, self::DEFAULT_LIMIT, ); $child_tasks = []; foreach ( $recent_content_items as $content_item_score_data ) { $child_tasks[] = new Improve_Content_SEO_Child( $this, $content_item_score_data, ); } return $child_tasks; } /** * Returns whether the task is valid. * * @return bool */ public function is_valid(): bool { if ( ! $this->indexable_helper->should_index_indexables() ) { return false; } $enabled_features = $this->enabled_analysis_features_repository->get_enabled_features()->to_array(); if ( ! isset( $enabled_features[ Keyphrase_Analysis::NAME ] ) || $enabled_features[ Keyphrase_Analysis::NAME ] === false ) { return false; } return true; } } https://olaconfortplus.fr/post-sitemap.xml 2020-04-21T06:02:33+00:00 https://olaconfortplus.fr/page-sitemap.xml 2026-02-27T01:30:22+00:00 https://olaconfortplus.fr/klenster-portfolio-sitemap.xml 2020-01-31T06:48:48+00:00 https://olaconfortplus.fr/klenster-testimonial-sitemap.xml 2024-05-28T12:21:55+00:00 https://olaconfortplus.fr/klenster-services-sitemap.xml 2019-04-30T11:16:14+00:00 https://olaconfortplus.fr/category-sitemap.xml 2020-04-21T06:02:33+00:00 https://olaconfortplus.fr/post_tag-sitemap.xml 2020-04-21T06:02:33+00:00 https://olaconfortplus.fr/portfolio-categories-sitemap.xml 2020-01-31T06:48:48+00:00 https://olaconfortplus.fr/portfolio-tags-sitemap.xml 2020-01-31T06:48:48+00:00 https://olaconfortplus.fr/author-sitemap.xml 2025-07-11T17:45:13+00:00