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