Description
Filters the media metadata.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/media.php | 1679 |
wp-admin/includes/media.php | 1950 |
wp-admin/includes/media.php | 3322 |
Parameters
Type | Name | Description |
---|---|---|
string | $media_dims | The HTML markup containing the media dimensions. |
WP_Post | $post | The WP_Post attachment object. |
PHP Doc
/**
* Filters the media metadata.
*
* @since 2.5.0
*
* @param string $media_dims The HTML markup containing the media dimensions.
* @param WP_Post $post The WP_Post attachment object.
*/