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



the_content_feed › WordPress Function

Od2.9.0
Przestarzałyn/a
the_content_feed ( $feed_type = null )
Parametry:
  • (string) $feed_type The type of feed. rss2 | atom | rss | rdf
    Wymagane: Nie
    Domyślny: null
Zdefiniowane na:
Codex:

Displays the post content for feeds.



Źródło

function the_content_feed( $feed_type = null ) {
	echo get_the_content_feed( $feed_type );
}