Used By
| Used By | Description |
|---|---|
| wp-includes/class-wp-image-editor.php: WP_Image_Editor::maybe_exif_rotate() | Check if a JPEG image has EXIF Orientation tag and rotate it if needed. |
Flips current image.
(bool) (Required) Flip along Horizontal Axis
(bool) (Required) Flip along Vertical Axis
(bool|WP_Error)
File: wp-includes/class-wp-image-editor.php
abstract public function flip( $horz, $vert );
| Version | Description |
|---|---|
| 3.5.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_image_editor/flip