apply_filters( 'atom_enclosure', string $html_link_tag )
- Since
- 2.2.0
Filters the atom enclosure HTML link tag for the current post.
Parameters
$html_link_tagstring- The HTML link tag with a URI and other attributes.
Fired at · 1
wp-includes/feed.php:565atom_enclosure()
Source
* Filters the atom 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. */ echo apply_filters( 'atom_enclosure', $html_link_tag ); } } }} /**History
Introduced in 2.2.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
About this page
- Parsed data
- Generated from the wordpress-develop 7.1.0 tag, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.
- Corrections
- Something wrong on this page? Report it and it gets fixed in the next regeneration.