2016-06-20 127 views

回答

0

你必須改變搜索循環,使用下面的代碼:

$_pf = new WC_Product_Factory(); 
$_product = $_pf->get_product($id); // assuming $id is available as the code is inside the loop 
$_product->is_visible()