do_feed_rss [ WordPress Function ]
do_feed_rss ( No parameters )
| Defined at: |
|
Load the RSS 1.0 Feed Template.
Examples [ wp-snippets.com ]
Google Arama Sonuçlarý
- Function Reference/do feed rss « WordPress Codex
Codex tools: Log in. Function Reference/do feed rss. Contents ... Source File. do_feed_rss() is located in wp-includes/functions.php. Related. See also index of ...
codex.wordpress.org - Docs for page functions.php
do_feed_rss (line 1009). Load the RSS 1.0 Feed Template. since: 2.1.0. void do_feed_rss (). do_feed_rss2 (line 1020). Load either the RSS2 comment feed or ...
phpdoc.wordpress.org - do_feed_rss | A HitchHackers guide through WordPress
Feb 11, 2011 ... Load the RSS 1.0 Feed Template. Source code. function do_feed_rss() { load_template( ABSPATH . WPINC . '/feed-rss.php' ); }. 962. Rate this: ...
hitchhackerguide.com - Disable WordPress Feed - WP Engineer
Oct 30, 2008 ... add_action('do_feed', 'fb_disable_feed', 1); add_action('do_feed_rdf', ' fb_disable_feed', 1); add_action('do_feed_rss', 'fb_disable_feed', 1); ...
wpengineer.com