wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



the_excerpt_export › Les Filtres WordPress

Depuis2.6.0
Dépréciéen/a
apply_filters( 'the_excerpt_export', $post->post_excerpt )
Paramètres:
  • (string) $post_excerpt Excerpt for the current post.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the post excerpt used for WXR exports.





Source

$excerpt = wxr_cdata( apply_filters( 'the_excerpt_export', $post->post_excerpt ) );