apply_filters( 'atom_enclosure', string $html_link_tag )
Filters the atom 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
.
View all references
echo apply_filters( 'atom_enclosure', $html_link_tag );
Changelog
Version | Description |
---|---|
2.2.0 | Introduced. |