Uses
Uses | Description |
---|---|
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/class-wp-image-editor.php: wp_editor_set_quality | Filters the default image compression quality setting. |
wp-includes/class-wp-image-editor.php: jpeg_quality | Filters the JPEG compression quality for backward-compatibility. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/class-wp-error.php: WP_Error::__construct() | Initialize the error. |