Astra_Customizer_Header_Sections_Partials::get_instance()
Initiator
Description
Source
File: addons/header-sections/classes/class-astra-customizer-header-sections-partials.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