Automattic\WooCommerce\Blocks\Payments
PaymentMethodTypeInterface::get_supported_features
Get array of supported features.
Метод класса: PaymentMethodTypeInterface{}
Хуков нет.
Возвращает
Строку[].
Использование
$PaymentMethodTypeInterface = new PaymentMethodTypeInterface(); $PaymentMethodTypeInterface->get_supported_features();
Код PaymentMethodTypeInterface::get_supported_features() PaymentMethodTypeInterface::get supported features WC 10.8.1
public function get_supported_features();