atom_enclosure

atom_enclosure

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('atom_enclosure') is found 1 times:

  • /wp-includes/feed.php line 565
    561
    562
    563
    564
    565
    566
    567
    568
    569
    570
    571
                     * @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 );
                }
            }
        }
    }
     
    /**