On this page
apply_filters( 'get_media_item_args', array $parsed_args )
Filters the arguments used to retrieve an image for the edit image form.
Description
See also
Parameters
$parsed_argsarray-
An array of arguments.
Source
File: wp-admin/includes/media.php. View all references
$parsed_args = apply_filters( 'get_media_item_args', $parsed_args );
Related
Used By
| Used By | Description |
|---|---|
| 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 |
|---|---|
| 3.1.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/get_media_item_args