atom_entry

atom_entry

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('atom_entry') is found 1 times:

  • /wp-includes/feed-atom.php line 91
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    * Fires at the end of each Atom feed item.
     *
     * @since 2.0.0
     */
    do_action( 'atom_entry' );
     
    if ( get_comments_number() || comments_open() ) :
        ?>
        <link rel="replies" type="<?php bloginfo_rss( 'html_type' ); ?>" href="<?php the_permalink_rss(); ?>#comments" thr:count="<?php echo get_comments_number(); ?>" />
        <link rel="replies" type="application/atom+xml" href="<?php echo esc_url( get_post_comments_feed_link( 0, 'atom' ) ); ?>" thr:count="<?php echo get_comments_number(); ?>" />
        <thr:total><?php echo get_comments_number(); ?></thr:total>

See this hook used in plugins: