WC_Shipping_Method::is_enabled()
Whether or not this method is enabled in settings.
Description Description
Return Return
(boolean)
Source Source
File: includes/abstracts/abstract-wc-shipping-method.php
public function is_enabled() {
return 'yes' === $this->enabled;
}
Changelog Changelog
| Version | Description |
|---|---|
| 2.6.0 | Introduced. |