Uses
Uses | Description |
---|---|
wp-includes/formatting.php: wp_basename() | i18n friendly version of basename() |
wp-includes/formatting.php: trailingslashit() | Appends a trailing slash. |
wp-includes/class-wp-image-editor.php: WP_Image_Editor::get_extension() | Returns first matched extension from Mime-type, as mapped from wp_get_mime_types() |
wp-includes/class-wp-image-editor.php: WP_Image_Editor::get_mime_type() | Returns first matched mime-type from extension, as mapped from wp_get_mime_types() |
wp-includes/class-wp-image-editor.php: image_editor_default_mime_type | Filters default mime type prior to getting the file extension. |
wp-includes/class-wp-image-editor.php: WP_Image_Editor::supports_mime_type() | Checks to see if editor supports the mime-type specified. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |