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



the_content_export › WordPress Filter Hooks

Seit2.5.0
Veraltetn/v
apply_filters( 'the_content_export', $post->post_content )
Parameter:
  • (string) $post_content Content of the current post.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the post content used for WXR exports.





Quellcode

$content = wxr_cdata( apply_filters( 'the_content_export', $post->post_content ) );