/*
Theme Name: Ave Child
Theme URI: http://ave.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template:  ave
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: ave
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/

function fix_image_decode_error() {
    ?>
    <script>
    HTMLImageElement.prototype.decode = function () {
        return Promise.resolve();
    };
    </script>
    <?php
}
add_action('admin_head', 'fix_image_decode_error');
add_action('wp_head', 'fix_image_decode_error');