Uses
| Uses | Description |
|---|---|
| wp-includes/deprecated.php: image_resize() | Scale down an image to fit a particular size and save a new copy of the image. |
| wp-includes/functions.php: _deprecated_function() | Mark a function 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. |