wpseek.com
A WordPress-centric search engine for devs and theme authors



image_make_intermediate_size › WordPress Filter Hooks

Since2.6.0
Deprecatedn/a
apply_filters( 'image_make_intermediate_size', $filename )
Parameters:
  • (string) $filename Name of the file.
    Required: Yes
Defined at:
Codex:

Filters the name of the saved image file.





Source

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