Uses
Uses | Description |
---|---|
wp-admin/includes/class-wp-site-icon.php: WP_Site_Icon::__construct() | Registers actions and filters. |
wp-admin/includes/class-wp-site-icon.php: WP_Site_Icon::create_attachment_object() | Creates an attachment ‘object’. |
wp-admin/includes/class-wp-site-icon.php: WP_Site_Icon::insert_attachment() | Inserts an attachment. |
wp-admin/includes/ajax-actions.php: wp_ajax_crop_image_pre_save | Fires before a cropped image is saved. |
wp-admin/includes/ajax-actions.php: wp_ajax_cropped_attachment_metadata | Filters the cropped image attachment metadata. |
wp-admin/includes/ajax-actions.php: wp_ajax_cropped_attachment_id | Filters the attachment ID for a cropped image. |
wp-includes/functions.php: wp_delete_file() | Delete a file |
wp-admin/includes/image.php: wp_generate_attachment_metadata() | Generate attachment meta data and create image sub-sizes for images. |
wp-admin/includes/image.php: wp_crop_image() | Crops an image to a given size. |
wp-admin/includes/class-custom-image-header.php: wp_create_file_in_uploads | Fires after the header image is set or an error is returned. |
wp-includes/capabilities.php: current_user_can() | Returns whether the current user has the specified capability. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/formatting.php: wp_basename() | i18n friendly version of basename() |
wp-includes/pluggable.php: check_ajax_referer() | Verifies the Ajax request to prevent processing requests external of the blog. |
wp-includes/functions.php: absint() | Convert a value to non-negative integer. |
wp-includes/functions.php: wp_send_json_error() | Send a JSON response back to an Ajax request, indicating failure. |
wp-includes/functions.php: wp_send_json_success() | Send a JSON response back to an Ajax request, indicating success. |
wp-includes/plugin.php: add_filter() | Hook a function or method to a specific filter action. |
wp-includes/plugin.php: remove_filter() | Removes a function from a specified filter hook. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |
wp-includes/media.php: wp_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. |
wp-includes/post.php: wp_get_attachment_url() | Retrieve the URL for an attachment. |
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_meta() | Retrieves a post meta field for the given post ID. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |