init(); add_filter( 'woocommerce_single_product_image_thumbnail_html', function ( $html ) { return Optml_Main::instance()->manager->replace_content( $html, true ); } ); } /** * Should we early load the compatibility? * * @return bool Whether to load the compatibility or not. */ public function should_load_early() { return true; } }