Automattic\WooCommerce\Internal\Admin

ShippingLabelBannerDisplayRules::wcs_not_installed()privateWC 1.0

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() code WC 8.6.1

private function wcs_not_installed() {
	return ! $this->wcs_version;
}