Astra_Ext_Sticky_Header_Loader::get_instance()
Initiator
Description
Source
File: addons/sticky-header/classes/class-astra-ext-sticky-header-loader.php
public static function get_instance() {
if ( ! isset( self::$instance ) ) {
self::$instance = new self();
}
return self::$instance;
}
Expand full source code Collapse full source code View on Trac