WP_Image_Editor::rotate( float $angle )

Rotates current image counter-clockwise by $angle.


Parameters

$angle

(float) (Required)


Return

(bool|WP_Error)


Source

File: wp-includes/class-wp-image-editor.php

	abstract public function rotate( $angle );

Changelog

Changelog
Version Description
WP-3.5.0 Introduced.