Switch language

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




do_feed_atom [ WordPress Function ]

do_feed_atom ( $for_comments )
Parameters:
  • (bool) $for_comments True for the comment feed, false for normal feed.
Defined at:



Load either Atom comment feed or Atom posts feed.

Source


<?php
function do_feed_atom$for_comments ) {
    if (
$for_comments)
        
load_templateABSPATH WPINC '/feed-atom-comments.php');
    else
        
load_templateABSPATH WPINC '/feed-atom.php' );
}
?>

Examples [ wp-snippets.com ]

Top Google Search Results

More ...

User discussions [ wordpress.org ]

0 User Note(s)

None yet. Be the first!

Add New ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics