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



the_post_thumbnail_caption › WordPress Filter Hooks

Seit4.6.0
Veraltetn/v
apply_filters( 'the_post_thumbnail_caption', get_the_post_thumbnail_caption( $post )
Parameter:
  • (string) $caption Caption for the given attachment.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the displayed post thumbnail caption.





Quellcode

echo apply_filters( 'the_post_thumbnail_caption', get_the_post_thumbnail_caption( $post ) );