Uses
Uses | Description |
---|---|
wp-includes/functions.php: wp_raise_memory_limit() | Attempts to raise the PHP memory limit for memory intensive processes. |
wp-admin/includes/image-edit.php: image_edit_apply_changes() | Performs group of changes on Editor specified. |
wp-admin/includes/image-edit.php: wp_stream_image() | Streams image in WP_Image_Editor to browser. |
wp-admin/includes/image.php: _load_image_to_edit_path() | Retrieve the path or url of an attachment’s attached file. |
wp-includes/formatting.php: wp_unslash() | Remove slashes from a string or array of strings. |
wp-includes/media.php: wp_get_image_editor() | Returns a WP_Image_Editor instance and loads file into it. |
wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |