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



wp_create_thumbnail › WordPress Filter Hooks

Since2.5.0
Deprecatedn/a
apply_filters( 'wp_create_thumbnail', image_resize( $file, $max_side, $max_side )
Returns:
  • ()
Defined at:
Codex:

Gets the default page information to use.





Source

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