WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about atom_enclosure

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/feed.php apply_filters 559 /**
* 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.
*/

Hook Parameters

Parameter Type Name Description
string $html_link_tag The HTML link tag with a URI and other attributes.