Automattic\WooCommerce\Internal\Admin
ActivityPanels::get_instance()
Get class instance.
Method of the class: ActivityPanels{}
No Hooks.
Return
null
. Nothing (null).
Usage
$result = ActivityPanels::get_instance();
ActivityPanels::get_instance() ActivityPanels::get instance code WC 9.3.1
public static function get_instance() { if ( ! self::$instance ) { self::$instance = new self(); } return self::$instance; }