Automattic\WooCommerce\Internal\Admin
ShippingLabelBannerDisplayRules::wcs_not_installed()
Checks if WooCommerce Shipping & Tax is not installed.
Метод класса: ShippingLabelBannerDisplayRules{}
Хуков нет.
Возвращает
true|false
.
Использование
// private - только в коде основоного (родительского) класса $result = $this->wcs_not_installed();
Код ShippingLabelBannerDisplayRules::wcs_not_installed() ShippingLabelBannerDisplayRules::wcs not installed WC 9.8.1
private function wcs_not_installed() { return ! $this->wcs_version; }