shell bypass 403
GrazzMean-Shell Shell
: /home/allssztx/public_html/knellcare.com/wp-content/themes/woodmart/inc/integrations/ [ drwxr-xr-x ]
<?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' );
}