WP_Image_Editor::__construct( string $file )

Each instance handles a single file.


Description Description


Parameters Parameters

$file

(string) (Required) Path to the file to load.


Top ↑

Source Source

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

	public function __construct( $file ) {
		$this->file = $file;
	}

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.