do_feed_atom [ WordPress Function ]
do_feed_atom ( $for_comments )
| Parameters: |
|
| Defined at: |
|
Load either Atom comment feed or Atom posts feed.
Examples [ wp-snippets.com ]
Google Arama Sonuçlarý
- Function Reference/do feed atom « WordPress Codex
Function Reference/do feed atom ... Usage. <?php do_feed_atom( $ for_comments ) ?> ... Source File. do_feed_atom() is located in wp-includes/ functions.php.
codex.wordpress.org - Docs for page functions.php
void do_feed_atom (bool $for_comments). bool $for_comments: True for the comment feed, false for normal feed. do_feed_rdf (line 1000). Load the RDF RSS ...
phpdoc.wordpress.org - do_feed_atom() WordPress function reference, arguments and ...
Load either Atom comment feed or Atom posts feed.
queryposts.com - WordPress Plugin: Feed Killah (or, How to disable all feeds on your ...
remove_action('do_feed_atom', 'do_feed_atom');. add_action('do_feed_atom', ' feed_killer');. remove_action('do_feed_rdf', 'do_feed_rdf'); ...
gist.github.com