Uses
| Uses | Description | 
|---|---|
| wp-includes/l10n.php: __() | Retrieve the translation of $text. | 
| wp-includes/class-wp-image-editor-gd.php: WP_Image_Editor_GD::update_size() | Sets or updates current image size. | 
| wp-includes/media.php: wp_imagecreatetruecolor() | Create new GD image resource with transparency support | 
| wp-includes/media.php: image_resize_dimensions() | Retrieves calculated resize dimensions for use in WP_Image_Editor. | 
| wp-includes/class-wp-error.php: WP_Error::__construct() | Initialize the error. |