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



wp_create_thumbnail › WordPress Filter Hooks

Seit2.5.0
Veraltetn/v
apply_filters( 'wp_create_thumbnail', image_resize( $file, $max_side, $max_side )
Gibt zurück:
  • ()
Definiert in:
Codex:

Gets the default page information to use.





Quellcode

return apply_filters( 'wp_create_thumbnail', image_resize( $file, $max_side, $max_side ) );