WC_Shipping_Method::get_title()

Return the shipping title which is user set.


Description Description


Return Return

(string)


Top ↑

Source Source

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

	public function get_title() {
		return apply_filters( 'woocommerce_shipping_method_title', $this->title, $this->id );
	}

Top ↑

User Contributed Notes User Contributed Notes

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