Uses
Uses | Description |
---|---|
wp-includes/plugin.php: apply_filters_deprecated() | Fires functions attached to a deprecated filter hook. |
wp-admin/includes/image-edit.php: image_editor_save_pre | Filters the WP_Image_Editor instance for the image to be streamed to the browser. |
wp-admin/includes/image-edit.php: image_save_pre | Filters the GD image resource to be streamed to the browser. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/functions.php: _deprecated_argument() | Mark a function argument as deprecated and inform when it has been used. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |