WC_Product::get_permalinkpublicWC 1.0

Product permalink.

Method of the class: WC_Product{}

No Hooks.

Returns

String.

Usage

$WC_Product = new WC_Product();
$WC_Product->get_permalink();

WC_Product::get_permalink() code WC 10.5.0

public function get_permalink() {
	return get_permalink( $this->get_id() );
}