wpseek.com
WordPress开发者和主题制作者的搜索引擎



wp_create_thumbnail › WordPress过滤钩子

Since2.5.0
已弃用n/a
apply_filters( 'wp_create_thumbnail', image_resize( $file, $max_side, $max_side )
返回:
  • ()
定义在:
文档:

Gets the default page information to use.





源码

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