Automattic\WooCommerce\Internal\ProductFeed\Integrations\POSCatalog
POSIntegration::deactivate
{@inheritdoc}
Метод класса: POSIntegration{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$POSIntegration = new POSIntegration(); $POSIntegration->deactivate(): void;
Код POSIntegration::deactivate() POSIntegration::deactivate WC 10.5.2
public function deactivate(): void {
// At the moment, there are no deactivation steps for the POS catalog.
}