Automattic\WooCommerce\Blocks\Payments\Integrations
AbstractPaymentMethodType::get_supported_features
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() AbstractPaymentMethodType::get supported features code WC 9.9.3
public function get_supported_features() { return [ 'products' ]; }