learndash_pre_posts_feeds( WP_Query $query )
Disables the RSS feeds if the feed support is disabled for the post type.
Description Description
Fires on pre_get_posts
hook. Controls the output of the Feeds (RSS2 etc) for the various custom post types used within LearnDash. By default the only feed should be for Courses (sfwd-courses). All other post types are disabled by default.
Parameters Parameters
- $query
-
(Required)
WP_Query
instance.
Source Source
File: includes/ld-misc-functions.php
Changelog Changelog
Version | Description |
---|---|
2.6.0 | Introduced. |