Astra_Minify::is_customizer_preview()
Checks to see if this is a Customizer preview or not.
Description
Return
(bool)
Source
File: classes/class-astra-minify.php
public static function is_customizer_preview() { return self::$_in_customizer_preview; }
Expand full source code Collapse full source code View on Trac
Changelog
Version | Description |
---|---|
1.0 | Introduced. |