apply_filters( 'attachment_thumbnail_args', array $image_attachment , array $metadata , array $uploaded )
Filters the parameters for the attachment thumbnail creation.
Parameters
- $image_attachment
-
An array of parameters to create the thumbnail.
- $metadata
-
Current attachment metadata.
- $uploaded
-
An array containing the thumbnail path and url.
Source
Changelog
Version | Description |
---|---|
WP-3.9.0 | Introduced. |