apply_filters( 'media_meta', string $media_dims , WP_Post $post )
Filters the media metadata.
Parameters
- $media_dims
-
The HTML markup containing the media dimensions.
- $post
-
The WP_Post attachment object.
Source
Changelog
Version | Description |
---|---|
WP-2.5.0 | Introduced. |