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



the_content_feed › WordPress Filter Hooks

Da2.9.0
Deprecaton/a
apply_filters( 'the_content_feed', $content, $feed_type )
Parametri: (2)
  • (string) $content The current post content.
    Richiesto:
  • (string) $feed_type Type of feed. Possible values include 'rss2', 'atom'. Default 'rss2'.
    Richiesto:
Definito a:
Codex:

Filters the post content for use in feeds.





Sorgenti

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