/home/techb158/public_html/wp-content/plugins/elementor/modules/performance-lab
Edit: /home/techb158/public_html/wp-content/plugins/elementor/modules/performance-lab/module.php (1826B)
performance_lab_get_webp_src( $value['id'], 'full', $value['url'] );
}
return $value;
}
public function __construct() {
parent::__construct();
if ( $this->is_performance_lab_is_active() ) {
add_filter( 'elementor/files/css/property', function( $value, $css_property, $matches ) {
return $this->replace_css_with_webp( $value, $css_property, $matches );
}, 10, 3 );
}
}
}