WC_Shipping_Method::is_enabled()

Whether or not this method is enabled in settings.


Description Description


Return Return

(boolean)


Top ↑

Source Source

File: includes/abstracts/abstract-wc-shipping-method.php

	public function is_enabled() {
		return 'yes' === $this->enabled;
	}

Top ↑

Changelog Changelog

Changelog
Version Description
2.6.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.