You appear to be a bot. Output may be restricted
Description
Return a single instance of this class
Usage
$object = BW_Nav_Tabs_Sections::instance();
Parameters
Returns
object
Source
File name: oik-clone/admin/bw-nav-tab-sections.php
Lines:
1 to 6 of 6
public static function instance() { if ( !isset( self::$instance ) && !( self::$instance instanceof BW_Nav_Tabs_Sections ) ) { self::$instance = new BW_Nav_Tabs_Sections; } return self::$instance; }