On this page
apply_filters( 'image_make_intermediate_size', string $filename )
Filters the name of the saved image file.
Parameters
$filenamestring-
Name of the file.
Source
File: wp-includes/class-wp-image-editor-gd.php. View all references
'file' => wp_basename( apply_filters( 'image_make_intermediate_size', $filename ) ),
Related
Used By
| Used By | Description |
|---|---|
| WP_Image_Editor_Imagick::_save() wp-includes/class-wp-image-editor-imagick.php | |
| WP_Image_Editor_GD::_save() wp-includes/class-wp-image-editor-gd.php |
Changelog
| Version | Description |
|---|---|
| 2.6.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/image_make_intermediate_size