This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Override default image downsize rules with a custom resizing service | |
* | |
* Defaults to false (no third-party downsizing), but can be overriden with an indexed | |
* array of image details to use in place of WP's default downsizing rules. | |
* | |
* @since 2.5.0 | |
* |