uawdijnntqw1x1x1
IP : 216.73.216.109
Hostname : premium160.web-hosting.com
Kernel : Linux premium160.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
batcwwjx
/
www
/
wp-content
/
plugins
/
wp-smushit
/
core
/
smush
/
class-smush-media-item-stats.php
/
/
<?php namespace Smush\Core\Smush; use Smush\Core\Media\Media_Item_Stats; class Smush_Media_Item_Stats extends Media_Item_Stats { private $lossy = false; /** * @return mixed */ public function is_lossy() { return $this->lossy; } /** * @param mixed $lossy * * @return Smush_Media_Item_Stats */ public function set_lossy( $lossy ) { $this->lossy = $lossy; return $this; } public function to_array() { $array = parent::to_array(); $array['lossy'] = $this->is_lossy(); return $array; } public function from_array( $array ) { parent::from_array( $array ); $this->set_lossy( ! empty( $array['lossy'] ) ); } }
/home/batcwwjx/www/wp-content/plugins/wp-smushit/core/smush/class-smush-media-item-stats.php