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