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