learndash_post_type_supports_feed learndash_post_type_supports_feed( string $feed_post_type = '' ) Checks whether a learndash post type supports feeds or not. ContentsDescription Parameters Return Source Related Namespace @package Uses Used By Description # Parameters # $feed_post_type (string) (Optional) The post type slug to check. Default value: '' Return # (boolean) Returns true if the post type supports feeds otherwise false. Source # File: includes/ld-misc-functions.php Related # Namespace # global @package # LearnDash / Misc Uses # Uses Uses Description includes/ld-misc-functions.php: learndash_post_type_feed Filters whether to show feeds for the custom post type. Used By # Used By Used By Description includes/ld-misc-functions.php: learndash_pre_posts_feeds () Disables the RSS feeds if the feed support is disabled for the post type.
Uses # Uses Uses Description includes/ld-misc-functions.php: learndash_post_type_feed Filters whether to show feeds for the custom post type.
Used By # Used By Used By Description includes/ld-misc-functions.php: learndash_pre_posts_feeds () Disables the RSS feeds if the feed support is disabled for the post type.