Automattic\WooCommerce\Blocks\Payments

PaymentMethodTypeInterface::get_supported_features()publicWC 1.0

Get array of supported features.

Метод класса: PaymentMethodTypeInterface{}

Хуков нет.

Возвращает

Строку[].

Использование

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

Код PaymentMethodTypeInterface::get_supported_features() WC 8.7.0

public function get_supported_features();