wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



the_content_feed › WordPress Function

Seit2.9.0
Veraltetn/v
the_content_feed ( $feed_type = null )
Parameter:
  • (string) $feed_type The type of feed. rss2 | atom | rss | rdf
    Erforderlich: Nein
    Standard: null
Definiert in:
Codex:

Displays the post content for feeds.



Quellcode

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