WC_Shipping_Method::add_rate()
Method: Add a shipping rate. If taxes are not set they will be calculated based on cost.
Source: includes/abstracts/abstract-wc-shipping-method.php:265
Method: Add a shipping rate. If taxes are not set they will be calculated based on cost.
Source: includes/abstracts/abstract-wc-shipping-method.php:265
Method: Calc taxes per item being shipping in costs array.
Source: includes/abstracts/abstract-wc-shipping-method.php:336
Method: Is this method available?
Source: includes/abstracts/abstract-wc-shipping-method.php:377
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