WP_Image_Editor::load() WordPress Method
The WP_Image_Editor::load() method is used to load an image into the editor. This is useful for when you need to edit an image that is not in the WordPress media library.
WP_Image_Editor::load() #
Loads image from $this->file into editor.
Return
Source
File: wp-includes/class-wp-image-editor.php
abstract public function load();
Expand full source codeCollapse full source codeView on TracView on GitHub
Changelog
Version | Description |
---|---|
3.5.0 | Introduced. |