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
30 self::$image_support = false;
40 self::$image_support = true;
71 if (self::$image_support === null) {
74 return self::$image_support;