Automattic\WooCommerce\Internal\Admin
ShippingLabelBannerDisplayRules::wcs_not_installed()
Checks if WooCommerce Shipping & Tax is not installed.
Method of the class: ShippingLabelBannerDisplayRules{}
No Hooks.
Return
true|false
.
Usage
// private - for code of main (parent) class only $result = $this->wcs_not_installed();
ShippingLabelBannerDisplayRules::wcs_not_installed() ShippingLabelBannerDisplayRules::wcs not installed code WC 9.3.3
private function wcs_not_installed() { return ! $this->wcs_version; }