wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



image_make_intermediate_size › WordPress Filter Hooks

Seit2.6.0
Veraltetn/v
apply_filters( 'image_make_intermediate_size', $filename )
Parameter:
  • (string) $filename Name of the file.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the name of the saved image file.





Quellcode

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