WP_Image_Editor::rotate( float $angle )

Rotates current image counter-clockwise by $angle.


Description


Parameters

$angle

(float) (Required)


Top ↑

Return

(bool|WP_Error)


Top ↑

Source

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

	abstract public function rotate( $angle );

Top ↑

Changelog

Version Description
3.5.0 Introduced.