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