New and updated in 3.5.0
-
Filters the category that gets used in the %category% permalink token.
-
Filters the returned array of update data for plugins, themes, and WordPress core.
-
Sets Image Compression quality on a 1-100% scale.
-
Filters the default image compression quality setting.
-
Returns preferred mime-type and extension based on provided file’s extension and mime, or current file’s extension and mime.
-
Filters default mime type prior to getting the file extension.
-
Builds an output filename based on current file, and adding proper suffix
-
Builds and returns proper suffix for file based on height and width.
-
Either calls editor’s save function or handles file as a stream.
-
Returns first matched mime-type from extension, as mapped from wp_get_mime_types()
-
Returns first matched extension from Mime-type, as mapped from wp_get_mime_types()
-
Gets dimensions of image.
-
Sets current image size.
-
Checks to see if editor supports the mime-type specified.
-
methodWP_Image_Editor::load()
Loads image from $this->file into editor.
-
methodWP_Image_Editor::save()
Saves current image to file.
-
Resizes current image.
-
Resize multiple images from a single source.
-
methodWP_Image_Editor::crop()
Crops Image.
-
Rotates current image counter-clockwise by $angle.
-
methodWP_Image_Editor::flip()
Flips current image.
-
Streams current image to browser.
-
classWP_Image_Editor
Base image editor class from which implementations extend
-
methodWP_Image_Editor::test()
Checks to see if current environment supports the editor chosen.
-
methodWP_User_Query::get()
Retrieves query variable.
-
methodWP_User_Query::set()
Sets query variable.
-
Returns stream of current image.
-
Either calls editor’s save function or handles file as a stream.
-
Crops Image.
-
Rotates current image counter-clockwise by $angle.