Uses
Uses | Description |
---|---|
wp-admin/includes/image.php: wp_read_image_metadata() | Get extended image metadata, exif or iptc as available. |
wp-admin/includes/image.php: wp_generate_attachment_metadata() | Generate attachment meta data and create image sub-sizes for images. |
wp-admin/includes/file.php: wp_handle_sideload() | Wrapper for _wp_handle_upload(). |
wp-includes/formatting.php: wp_basename() | i18n friendly version of basename() |
wp-includes/formatting.php: sanitize_title() | Sanitizes a string into a slug, which can be used in URLs or HTML attributes. |
wp-includes/functions.php: current_time() | Retrieves the current time based on specified type. |
wp-includes/post.php: wp_insert_attachment() | Insert an attachment. |
wp-includes/post.php: wp_update_attachment_metadata() | Updates metadata for an attachment. |
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. |
wp-includes/class-wp-error.php: WP_Error::__construct() | Initialize the error. |