Automattic\WooCommerce\Internal\ProductFeed\Integrations\POSCatalog
POSIntegration::get_id
{@inheritdoc}
Метод класса: POSIntegration{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$POSIntegration = new POSIntegration(); $POSIntegration->get_id(): string;
Код POSIntegration::get_id() POSIntegration::get id WC 10.5.2
public function get_id(): string {
return 'pos';
}