On this page
apply_filters( 'media_meta', string $media_dims, WP_Post $post )
Filters the media metadata.
Parameters
Source
File: wp-admin/includes/media.php. View all references
$media_dims = apply_filters( 'media_meta', $media_dims, $post );
Related
Used By
| Used By | Description |
|---|---|
| attachment_submitbox_metadata() wp-admin/includes/media.php | Displays non-editable attachment metadata in the publish meta box. |
| get_media_item() wp-admin/includes/media.php | Retrieves HTML form for modifying the image attachment. |
| get_compat_media_markup() wp-admin/includes/media.php |
Changelog
| Version | Description |
|---|---|
| 2.5.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/media_meta