Automattic\WooCommerce\Blocks\Payments\Integrations

AbstractPaymentMethodType::get_supported_featurespublicWC 1.0

Returns an array of supported features.

Method of the class: AbstractPaymentMethodType{}

No Hooks.

Returns

String[].

Usage

$AbstractPaymentMethodType = new AbstractPaymentMethodType();
$AbstractPaymentMethodType->get_supported_features();

AbstractPaymentMethodType::get_supported_features() code WC 9.9.3

public function get_supported_features() {
	return [ 'products' ];
}