apply_filters( 'get_media_item_args', array $parsed_args )

Filters the arguments used to retrieve an image for the edit image form.


Description

Top ↑

See also


Top ↑

Parameters

$parsed_args array
An array of arguments.

Top ↑

Source

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

$parsed_args = apply_filters( 'get_media_item_args', $parsed_args );


Top ↑

Changelog

Changelog
Version Description
3.1.0 Introduced.

Top ↑

User Contributed Notes

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