get_default_feed [ WordPress Function ]
get_default_feed ( No parameters )
| Uses: | |
| Returns: |
|
| Defined at: |
|
Soorgelijke functies: get_default_page_to_edit, get_default_post_to_edit, get_default_link_to_edit, wp_default_editor, get_author_feed_link
Retrieve the default feed.
The default feed is 'rss2', unless a plugin changes it through the 'default_feed' filter.
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- PHPXRef 0.7 : WordPress : Function Reference: get_default_feed()
Function and Method Cross Reference. get_default_feed(). Defined at: /wp- includes/feed.php -> line 52. Referenced 21 times: /wp-includes/link-template. php ...
phpxref.ftwr.co.uk - get_default_feed | A HitchHackers guide through WordPress
Feb 12, 2011 ... default_feed apply_filters('default_feed', 'rss2'). Source code. function get_default_feed() { return apply_filters('default_feed', 'rss2'); }. 1356 ...
hitchhackerguide.com - get_default_feed (WordPress Function) - WPSeek.com
WordPress lookup for get_default_feed, a WordPress Function. wpseek.com is a WordPress-centric search tool for developers and theme authors.
wpseek.com - get_default_feed() WordPress function reference, arguments and ...
get_default_feed(). Retrieve the default feed. The default feed is 'rss2′, unless a plugin changes it through the 'default_feed' filter.
queryposts.com