Filter by type:
Search
Skip to content
Browse: Home / Classes / Astra_Minify / Astra_Minify::is_customizer_preview()

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

Changelog
Version Description
1.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.