WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about get_media_item_args

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/media.php apply_filters 1606 /**
* 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.
*/
wp-admin/includes/media.php apply_filters 1874 /**
* @since 3.5.0
*
* @param int $attachment_id
* @param array $args
* @return array
*/

Hook Parameters

Parameter Type Name Description
array $parsed_args An array of arguments.
array $parsed_args An array of arguments.