wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



wp_image_editor_before_change › Les Filtres WordPress

Depuis3.5.0
Dépréciéen/a
apply_filters( 'wp_image_editor_before_change', $image, $changes )
Paramètres: (2)
  • (WP_Image_Editor) $image WP_Image_Editor instance.
    Requis: Oui
  • (array) $changes Array of change operations.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the WP_Image_Editor instance before applying changes to the image.





Source

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