Automattic\WooCommerce\Admin\Features\PaymentGatewaySuggestions
PaymentGatewaySuggestionsDataSourcePoller::get_instance()
Get class instance.
{} It's a method of the class: PaymentGatewaySuggestionsDataSourcePoller{}
No Hooks.
Return
null
. Nothing.
Usage
$result = PaymentGatewaySuggestionsDataSourcePoller::get_instance();
Code of PaymentGatewaySuggestionsDataSourcePoller::get_instance() PaymentGatewaySuggestionsDataSourcePoller::get instance WC 6.6.1
public static function get_instance() { if ( ! self::$instance ) { self::$instance = new self( self::ID, self::DATA_SOURCES ); } return self::$instance; }