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



wp_get_attachment_caption › WordPress Filter Hooks

Seit4.6.0
Veraltetn/v
apply_filters( 'wp_get_attachment_caption', $caption, $post->ID )
Parameter: (2)
  • () caption Caption for the given attachment.
    Erforderlich: Ja
  • () post_id Attachment ID.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the attachment caption.





Quellcode

return apply_filters( 'wp_get_attachment_caption', $caption, $post->ID );