Description
Filters the arguments used to retrieve an image for the edit image form.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/media.php | 1618 |
wp-admin/includes/media.php | 1887 |
Parameters
Type | Name | Description |
---|---|---|
array | $parsed_args | An array of arguments. |
PHP Doc
/**
* Filters the arguments used to retrieve an image for the edit image form.
*
* @since 3.1.0
*
* @see get_media_item
*
* @param array $parsed_args An array of arguments.
*/