?

áEÓê¤ÎïLwebshll2019

Current Path : /home/w/e/b/webyoo/www/sarah/site/wp-content/themes/woodmart/inc/integrations/
Upload File :
Current File : /home/w/e/b/webyoo/www/sarah/site/wp-content/themes/woodmart/inc/integrations/imagify.php

<?php
/**
 * Imagify.
 *
 * @package Woodmart
 */

if ( ! defined( 'IMAGIFY_VERSION' ) ) {
	return;
}

if ( ! function_exists( 'woodmart_single_product_gallery_images_webp' ) ) {
	/**
	 * Single product change class with webp.
	 *
	 * @param string $class CSS Class.
	 *
	 * @return string
	 */
	function woodmart_single_product_gallery_images_webp( $class ) {
		$class .= ' imagify-no-webp';

		return $class;
	}

	add_filter( 'woodmart_single_product_gallery_image_class', 'woodmart_single_product_gallery_images_webp' );
}



web shell, Coded By 2019