Description
Filters the RSS enclosure HTML link tag for the current post.
Occurrences
Filename | Line Number |
---|---|
wp-includes/feed.php | 496 |
Parameters
Type | Name | Description |
---|---|---|
string | $html_link_tag | The HTML link tag with a URI and other attributes. |
PHP Doc
/**
* Filters the RSS enclosure HTML link tag for the current post.
*
* @since 2.2.0
*
* @param string $html_link_tag The HTML link tag with a URI and other attributes.
*/