WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about attachment_thumbnail_args

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/image.php apply_filters 568 /**
* Filters the parameters for the attachment thumbnail creation.
*
* @since 3.9.0
*
* @param array $image_attachment An array of parameters to create the thumbnail.
* @param array $metadata Current attachment metadata.
* @param array $uploaded {
* Information about the newly-uploaded file.
*
* @type string $file Filename of the newly-uploaded file.
* @type string $url URL of the uploaded file.
* @type string $type File type.
* }
*/

Hook Parameters

Parameter Type Name Description
array $image_attachment An array of parameters to create the thumbnail.
array $metadata Current attachment metadata.
array $uploade d {