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