WP 4.7 отвалился кастомный RSS feed
-
Всем привет!
После обновления до 4.7 отвалился кастомный rss. Заметил, что добавили код в wp-includes/functions.php// Determine if we are looking at the main comment feed $is_main_comments_feed = ( $wp_query->is_comment_feed() && ! $wp_query->is_singular() ); /* * Check the queried object for the existence of posts if it is not a feed for an archive, * search result, or main comments. By checking for the absense of posts we can prevent rendering the feed * templates at invalid endpoints. e.g.) /wp-content/plugins/feed/ */ if ( ! $wp_query->have_posts() && ! ( $wp_query->is_archive() || $wp_query->is_search() || $is_main_comments_feed ) ) { wp_die( __( 'ERROR: This is not a valid feed.' ), '', array( 'response' => 404 ) ); }
Закомментил его, все продолжило работать. Возможно, сейчас нужно подругому объявлять свою ленту?
Просмотр 3 ответов — с 1 по 3 (всего 3)
Просмотр 3 ответов — с 1 по 3 (всего 3)
- Тема «WP 4.7 отвалился кастомный RSS feed» закрыта для новых ответов.