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