Sorts the list, based on one or more orderby arguments.
WP_List_Util::pluck
Plucks a certain field out of each object in the list.
WP_List_Util::filter
Filters the list, based on a set of key => value arguments.
WP_List_Util::get_output
Returns the output array.
Advertisement
WP_List_Util::get_input
Returns the original input array.
WP_List_Util::__construct
Constructor.
WP_Image_Editor::get_extension
Returns first matched extension from Mime-type, as mapped from wp_get_mime_types()
WP_Image_Editor::get_mime_type
Returns first matched mime-type from extension, as mapped from wp_get_mime_types()
Advertisement
WP_Image_Editor::make_image
Either calls editor’s save function or handles file as a stream.
WP_Image_Editor::maybe_exif_rotate
Check if a JPEG image has EXIF Orientation tag and rotate it if needed.
WP_Image_Editor::get_suffix
Builds and returns proper suffix for file based on height and width.
WP_Image_Editor::generate_filename
Builds an output filename based on current file, and adding proper suffix
Advertisement
WP_Image_Editor::get_output_format
Returns preferred mime-type and extension based on provided file’s extension and mime, or current file’s extension and mime.
WP_Image_Editor::set_quality
Sets Image Compression quality on a 1-100% scale.
WP_Image_Editor::get_quality
Gets the Image Compression quality on a 1-100% scale.