wpseek.com
A WordPress-centric search engine for devs and theme authors



atom_enclosure › WordPress Filter Hooks

Since2.2.0
Deprecatedn/a
apply_filters( 'atom_enclosure', $html_link_tag )
Parameters:
  • (string) $html_link_tag The HTML link tag with a URI and other attributes.
    Required: Yes
Defined at:
Codex:

Filters the atom enclosure HTML link tag for the current post.





Source

echo apply_filters( 'atom_enclosure', $html_link_tag );