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