wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_image_editor_before_change › WordPress Filter Hooks

Seit3.5.0
Veraltetn/v
apply_filters( 'wp_image_editor_before_change', $image, $changes )
Parameter: (2)
  • (WP_Image_Editor) $image WP_Image_Editor instance.
    Erforderlich: Ja
  • (array) $changes Array of change operations.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the WP_Image_Editor instance before applying changes to the image.





Quellcode

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