wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



wp-includes/feed.php › WordPress File

Funkcje31
WordPress Feed API


Function Short description
atom_enclosureDisplays the atom enclosure for the current post.
atom_site_iconDisplays Site Icon in atom feeds.
bloginfo_rssDisplays RSS container for the bloginfo function.
comments_link_feedOutputs the link to the comments for the current post in an XML safe way.
comment_author_rssDisplays the current comment author in the feed.
comment_guidDisplays the feed GUID for the current comment.
comment_linkDisplays the link to the comments.
comment_text_rssDisplays the current comment content for use in the feeds.
feed_content_typeReturns the content type for specified feed type.
fetch_feedBuilds SimplePie object based on RSS or Atom feed from URL.
get_bloginfo_rssRetrieves RSS container for the bloginfo function.
get_comment_author_rssRetrieves the current comment author for use in the feeds.
get_comment_guidRetrieves the feed GUID for the current comment.
get_default_feedRetrieves the default feed.
get_feed_build_dateGets the UTC time of the most recently modified post from WP_Query.
get_self_linkReturns the link for the currently displayed feed.
get_the_category_rssRetrieves all of the post categories, formatted for use in feeds.
get_the_content_feedRetrieves the post content for feeds.
get_the_title_rssRetrieves the current post title for the feed.
get_wp_title_rssRetrieves the blog title for the feed title.
html_type_rssDisplays the HTML type based on the blog setting.
prep_atom_text_constructDetermines the type of a string of data with the data formatted.
rss2_site_iconDisplays Site Icon in RSS2.
rss_enclosureDisplays the rss enclosure for the current post.
self_linkDisplays the link for the currently displayed feed in a XSS safe way.
the_category_rssDisplays the post categories in the feed.
the_content_feedDisplays the post content for feeds.
the_excerpt_rssDisplays the post excerpt for the feed.
the_permalink_rssDisplays the permalink to the post for use in feeds.
the_title_rssDisplays the post title in the feed.
wp_title_rssDisplays the blog title for display of the feed title.