apply_filters( 'media_meta', string $media_dims, WP_Post $post )

Filters the media metadata.


Parameters

$media_dims string
The HTML markup containing the media dimensions.
$post WP_Post
The WP_Post attachment object.

Top ↑

Source

File: wp-admin/includes/media.php. View all references

$media_dims = apply_filters( 'media_meta', $media_dims, $post );


Top ↑

Changelog

Changelog
Version Description
2.5.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.