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