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 10.7.0
public function get_supported_features();