wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



the_content_feed › WordPress Function

Da2.9.0
Deprecaton/a
the_content_feed ( $feed_type = null )
Parametri:
  • (string) $feed_type The type of feed. rss2 | atom | rss | rdf
    Richiesto: No
    Default: null
Definito a:
Codex:

Displays the post content for feeds.



Sorgenti

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