Automattic\WooCommerce\Blocks\Payments
PaymentMethodTypeInterface::get_supported_features
Get array of supported features.
Method of the class: PaymentMethodTypeInterface{}
No Hooks.
Returns
String[]
.
Usage
$PaymentMethodTypeInterface = new PaymentMethodTypeInterface(); $PaymentMethodTypeInterface->get_supported_features();
PaymentMethodTypeInterface::get_supported_features() PaymentMethodTypeInterface::get supported features code WC 9.9.3
public function get_supported_features();