wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



load_image_to_edit › Filtr WordPress Hooks

Od2.9.0
Przestarzałyn/a
apply_filters( 'load_image_to_edit', $image, $attachment_id, $size )
Parametry: (3)
  • (resource|GdImage) $image Current image.
    Wymagane: Tak
  • (int) $attachment_id Attachment ID.
    Wymagane: Tak
  • (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).
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the current image being loaded for editing.





Źródło

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