WP_Image_Editor::stream( string $mime_type = null ): true|WP_Error
Streams current image to browser.
Parameters
-
$mime_type
string Optional -
The mime type of the image.
Default:
null
Return
Source
File: wp-includes/class-wp-image-editor.php
.
View all references
abstract public function stream( $mime_type = null );
Changelog
Version | Description |
---|---|
3.5.0 | Introduced. |