Astra_Extended_Base_Dynamic_CSS::get_instance()
Initiator
Description
Source
File: inc/class-astra-extended-base-dynamic-css.php
public static function get_instance() {
/** @psalm-suppress RedundantConditionGivenDocblockType */ // phpcs:ignore Generic.Commenting.DocComment.MissingShort
if ( is_null( self::$instance ) ) {
/** @psalm-suppress RedundantConditionGivenDocblockType */ // phpcs:ignore Generic.Commenting.DocComment.MissingShort
self::$instance = new self();
}
return self::$instance;
}
Expand full source code Collapse full source code View on Trac