Home
last modified time | relevance | path

Searched refs:image_support (Results 1 – 1 of 1) sorted by relevance

/plugin/mediathumbnails/
H A Dthumbnail.php24 private static ?bool $image_support = null; variable in thumbnail
31 self::$image_support = false;
42 self::$image_support = true;
79 if (self::$image_support === null) {
82 return self::$image_support;