rss_enclosure WordPress Filter Hook
The rss_enclosure WordPress hook allows you to add enclosures to your RSS feed. This is useful for podcasting and other types of media.
apply_filters( 'rss_enclosure', string $html_link_tag ) #
Filters the RSS enclosure HTML link tag for the current post.
Parameters
- $html_link_tag
(string)The HTML link tag with a URI and other attributes.
Source
File: wp-includes/feed.php
Changelog
Version | Description |
---|---|
2.2.0 | Introduced. |