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