New and updated in 3.5.0
-
Flips current image.
-
Saves current in-memory image to file.
-
classWP_Image_Editor_GD
WordPress Image Editor Class for Image Manipulation through GD
-
-
Checks to see if current environment supports GD.
-
Checks to see if editor supports the mime-type specified.
-
Loads image from $this->file into new GD Resource.
-
Sets or updates current image size.
-
Resizes current image.
-
Create multiple smaller images from a single source.
-
Filters the media view settings.
-
Filters the media view strings.
-
hookwp_enqueue_media
Fires at the conclusion of wp_enqueue_media().
-
functionwp_get_image_editor()
Returns a WP_Image_Editor instance and loads file into it.
-
functionwp_image_editor_supports()
Tests whether there is an editor that supports a given mime type or methods.
-
hookwp_image_editors
Filters the list of image editing library classes.
-
functionwp_prepare_attachment_for_js()
Prepares an attachment post object for JS, where it is expected to be JSON-encoded and fit into an Attachment model.
-
Filters the attachment data prepared for JavaScript.
-
functionwp_enqueue_media()
Enqueues all scripts, styles, settings, and templates necessary to use all media JS APIs.
-
Filters the adjacent image link.
-
functionget_taxonomies_for_attachments()
Retrieves all of the taxonomies that are registered for attachments.
-
functiongallery_shortcode()
Builds the Gallery shortcode output.
-
methodWP_Post::to_array()
Convert object to array.
-
classWP_Post
Core class used to implement the WP_Post object.
-
methodWP_Post::get_instance()
Retrieve WP_Post instance.
-
methodWP_Post::__construct()
Constructor.
-
methodWP_Post::__isset()
Isset-er.
-
methodWP_Post::__get()
Getter.
-
methodWP_Post::filter()
{@Missing Summary}