WP_Image_Editor::__construct( string $file )
Each instance handles a single file.
Contents
Parameters
-
$file
string Required -
Path to the file to load.
Source
File: wp-includes/class-wp-image-editor.php
.
View all references
public function __construct( $file ) {
$this->file = $file;
}