wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



wp_image_editor_before_change › WordPress Filter Hooks

Da3.5.0
Deprecaton/a
apply_filters( 'wp_image_editor_before_change', $image, $changes )
Parametri: (2)
  • (WP_Image_Editor) $image WP_Image_Editor instance.
    Richiesto:
  • (array) $changes Array of change operations.
    Richiesto:
Definito a:
Codex:

Filters the WP_Image_Editor instance before applying changes to the image.





Sorgenti

$image = apply_filters( 'wp_image_editor_before_change', $image, $changes );