apply_filters( ‘image_make_intermediate_size’, string $filename )

In this article

Filters the name of the saved image file.

Parameters

$filenamestring
Name of the file.

Source

'file'      => wp_basename( apply_filters( 'image_make_intermediate_size', $filename ) ),

Changelog

VersionDescription
2.6.0Introduced.

User Contributed Notes

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