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



load_image_to_edit › WordPress Filter Hooks

Since2.9.0
Deprecatedn/a
apply_filters( 'load_image_to_edit', $image, $attachment_id, $size )
Parameters: (3)
  • (resource|GdImage) $image Current image.
    Required: Yes
  • (int) $attachment_id Attachment ID.
    Required: Yes
  • (string|int[]) $size Requested image size. Can be any registered image size name, or an array of width and height values in pixels (in that order).
    Required: Yes
Defined at:
Codex:

Filters the current image being loaded for editing.





Source

$image = apply_filters( 'load_image_to_edit', $image, $attachment_id, $size );