WP_Image_Editor::rotate( float $angle )
Rotates current image counter-clockwise by $angle.
Description
Parameters
- $angle
-
(float) (Required)
Return
(bool|WP_Error)
Source
File: wp-includes/class-wp-image-editor.php
abstract public function rotate( $angle );
Changelog
Version | Description |
---|---|
3.5.0 | Introduced. |