Filters the name of the saved image file.
Parameters
$filename
string- Name of the file.
Source
'file' => wp_basename( apply_filters( 'image_make_intermediate_size', $filename ) ),
Changelog
Version | Description |
---|---|
2.6.0 | Introduced. |
Filters the name of the saved image file.
$filename
string'file' => wp_basename( apply_filters( 'image_make_intermediate_size', $filename ) ),
Version | Description |
---|---|
2.6.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.