WC_Product::get_permalink()publicWC 1.0

Product permalink.

Method of the class: WC_Product{}

No Hooks.

Return

String.

Usage

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

WC_Product::get_permalink() code WC 8.7.0

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