WC_Product::exists()
Returns whether or not the product post exists.
Method of the class: WC_Product{}
No Hooks.
Return
true|false
.
Usage
$WC_Product = new WC_Product(); $WC_Product->exists();
WC_Product::exists() WC Product::exists code WC 9.7.1
public function exists() { return false !== $this->get_status(); }