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



the_title_export › WordPress Filter Hooks

Seit5.7.0
Veraltetn/v
apply_filters( 'the_title_export', $post->post_title )
Parameter:
  • (string) $post_title Title of the current post.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the post title used for WXR exports.





Quellcode

$title = wxr_cdata( apply_filters( 'the_title_export', $post->post_title ) );