esc_attr() apply_filters() get_option() is_lighttpd_before_150() add_action() did_action() do_action_ref_array() get_bloginfo() is_admin() site_url() admin_url() home_url() includes_url() wp_guess_url() get_file() wp_crop_image() Crops an image to a given size.
wp_get_missing_image_subsizes() Compare the existing image sub-sizes (as saved in the attachment meta)
wp_update_image_subsizes() If any of the currently registered image sub-sizes are missing,
_wp_image_meta_replace_original() Updates the attached file and image meta data when the original image was edited.
wp_create_image_subsizes() Creates image sub-sizes, adds the new data to the image meta `sizes` array, and updates the image metadata.
_wp_make_subsizes() Low-level function to create image sub-sizes.
wp_copy_parent_attachment_properties() Copy parent attachment properties to newly cropped image.
wp_generate_attachment_metadata() Generates attachment meta data and create image sub-sizes for images.
wp_exif_frac2dec() Converts a fraction string to a decimal.
wp_exif_date2ts() Converts the exif date format to a unix timestamp.
wp_read_image_metadata() Gets extended image metadata, exif or iptc as available.
file_is_valid_image() Validates that file is an image.
file_is_displayable_image() Validates that file is suitable for displaying within a web page.
load_image_to_edit() Loads an image resource for editing.
_load_image_to_edit_path() Retrieves the path or URL of an attachment's attached file.
_copy_image_file() Copies an existing image file.
tinymce_include() documentation_link() Unused Admin function.
wp_shrink_dimensions() Calculates the new dimensions for a downsampled image.
get_udims() Calculated the new dimensions for a downsampled image.
dropdown_categories() Legacy function used to generate the categories checklist control.
dropdown_link_categories() Legacy function used to generate a link categories checklist control.
get_real_file_to_edit() Get the real filesystem path to a file to edit within the admin.
wp_dropdown_cats() Legacy function used for generating a categories drop-down control.
add_option_update_handler() Register a setting and its sanitization callback
remove_option_update_handler() Unregister a setting
codepress_get_lang() Determines the language to use for CodePress syntax highlighting.
codepress_footer_js() Adds JavaScript required to make CodePress work on the theme/plugin file editors.
use_codepress() Determine whether to use CodePress.
get_author_user_ids() Get all user IDs.
get_editable_authors() Gets author users who can edit posts.
get_editable_user_ids() Gets the IDs of any users who can edit posts.
get_nonauthor_user_ids() Gets all users who are not authors.
get_others_unpublished_posts() Retrieves editable posts from other users.
get_others_drafts() Retrieve drafts from other users.