wordpress / latest / hooks / wp_ajax_cropped_attachment_metadata.html

apply_filters( 'wp_ajax_cropped_attachment_metadata', array $metadata )

Filters the cropped image attachment metadata.

Description

See also

Parameters

$metadata array
Attachment metadata.

Source

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

$metadata = apply_filters( 'wp_ajax_cropped_attachment_metadata', $metadata );

Used By

Used By Description

Changelog

Version Description
4.3.0 Introduced.

© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/wp_ajax_cropped_attachment_metadata