Description
Filters the attachment caption.
Occurrences
Filename | Line Number |
---|---|
wp-includes/post.php | 6756 |
Parameters
Type | Name | Description |
---|---|---|
string | $caption | Caption for the given attachment. |
int | $post_id | Attachment ID. |
PHP Doc
/**
* Filters the attachment caption.
*
* @since 4.6.0
*
* @param string $caption Caption for the given attachment.
* @param int $post_id Attachment ID.
*/