WC_Product::get_permalink
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() WC Product::get permalink code WC 10.5.0
public function get_permalink() {
return get_permalink( $this->get_id() );
}