This file contains 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 | |
/** | |
* Add support for webp to WordPress. | |
* | |
* @param array $mime_types | |
* | |
* @return array Updated $mime_types array. | |
*/ | |
add_filter( 'mime_types', 'mycode_mime_types', 20 ); |