apply_filters( ‘atom_enclosure’, string $html_link_tag )

In this article

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.

Source

echo apply_filters( 'atom_enclosure', $html_link_tag );

Changelog

VersionDescription
2.2.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.