New and updated in 3.5.0
-
Sets up the amount of found posts and the number of pages (if limit clause was used) for the current query.
-
Resizes current image.
-
Create multiple smaller images from a single source.
-
Crops Image.
-
Rotates current image counter-clockwise by $angle.
-
Flips current image.
-
Saves current image to file.
-
-
Streams current image to browser.
-
Sets or updates current image size.
-
WordPress Image Editor Class for Image Manipulation through Imagick PHP Module
-
Checks to see if current environment supports Imagick.
-
Checks to see if editor supports the mime-type specified.
-
Loads image from $this->file into new Imagick Object.
-
Sets Image Compression quality on a 1-100% scale.
-
Filters whether to preempt sending the request through the proxy.
-
functionwp_script_is()
Determines whether a script has been added to the queue.
-
functionwp_is_stream()
Tests if a given path is a stream URL
-
functionwp_checkdate()
Tests if the supplied date is valid for the Gregorian calendar.
-
hookwp_checkdate
Filters whether the given date is valid for the Gregorian calendar.
-
functionwp_send_json()
Sends a JSON response back to an Ajax request.
-
functionwp_send_json_success()
Sends a JSON response back to an Ajax request, indicating success.
-
functionwp_send_json_error()
Sends a JSON response back to an Ajax request, indicating failure.
-
functionwp_get_mime_types()
Retrieves the list of mime types and file extensions.
-
hookmime_types
Filters the list of mime types and file extensions.
-
Core class used to implement SimplePie feed sanitization.
Used by 0 functions | Uses 0 functions | Source: wp-includes/class-wp-simplepie-sanitize-kses.php:19 -
WordPress SimplePie sanitization using KSES.
-
Filters whether to allow ‘HEAD’ requests to generate content.
-
functionget_edit_user_link()
Retrieves the edit user link.
-
Filters the user edit link.