W3cubDocs

/WordPress

apply_filters( 'attachment_thumbnail_args', array $image_attachment, array $metadata, array $uploaded )

Filters the parameters for the attachment thumbnail creation.

Parameters

$image_attachment

(array) An array of parameters to create the thumbnail.

$metadata

(array) Current attachment metadata.

$uploaded

(array) Information about the newly-uploaded file.

  • 'file'
    (string) Filename of the newly-uploaded file.
  • 'url'
    (string) URL of the uploaded file.
  • 'type'
    (string) File type.

Source

File: wp-admin/includes/image.php

View on Trac

Changelog

Version Description
3.9.0 Introduced.

© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/attachment_thumbnail_args