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



the_content_feed › WordPress Filter Hooks

Seit2.9.0
Veraltetn/v
apply_filters( 'the_content_feed', $content, $feed_type )
Parameter: (2)
  • (string) $content The current post content.
    Erforderlich: Ja
  • (string) $feed_type Type of feed. Possible values include 'rss2', 'atom'. Default 'rss2'.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the post content for use in feeds.





Quellcode

return apply_filters( 'the_content_feed', $content, $feed_type );