WC_Shipping_Method::get_method_description
Return the shipping method description.
Method of the class: WC_Shipping_Method{}
Hooks from the method
Returns
String.
Usage
$WC_Shipping_Method = new WC_Shipping_Method(); $WC_Shipping_Method->get_method_description();
Changelog
| Since 2.6.0 | Introduced. |
WC_Shipping_Method::get_method_description() WC Shipping Method::get method description code WC 10.4.3
public function get_method_description() {
return apply_filters( 'woocommerce_shipping_method_description', $this->method_description, $this );
}