WC_Shipping_Method::has_settings()
Method: Does this method have a settings page?
Source: includes/abstracts/abstract-wc-shipping-method.php:423
Method: Does this method have a settings page?
Source: includes/abstracts/abstract-wc-shipping-method.php:423
Method: Return admin options as a html string.
Source: includes/abstracts/abstract-wc-shipping-method.php:432
Method: Output the shipping settings screen.
Source: includes/abstracts/abstract-wc-shipping-method.php:445
Method: Return the shipping method title.
Source: includes/abstracts/abstract-wc-shipping-method.php:200
Method: Return the shipping method description.
Source: includes/abstracts/abstract-wc-shipping-method.php:210
Method: Return the shipping title which is user set.
Source: includes/abstracts/abstract-wc-shipping-method.php:219
Method: Return calculated rates for a package.
Source: includes/abstracts/abstract-wc-shipping-method.php:230
Method: Returns a rate ID based on this methods ID and instance, with an optional suffix if distinguishing between multiple rates.
Source: includes/abstracts/abstract-wc-shipping-method.php:246
Method: Check if a shipping method supports a given feature.
Source: includes/abstracts/abstract-wc-shipping-method.php:154
Method: Called to calculate shipping rates for this method. Rates can be added using the add_rate() method.
Source: includes/abstracts/abstract-wc-shipping-method.php:163