WC_Product_Variable_Data_Store_Interface::untrash_variations()
Untrash variations.
Метод класса: WC_Product_Variable_Data_Store_Interface{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$WC_Product_Variable_Data_Store_Interface = new WC_Product_Variable_Data_Store_Interface(); $WC_Product_Variable_Data_Store_Interface->untrash_variations( $product_id );
- $product_id(int) (обязательный)
- Product ID.
Код WC_Product_Variable_Data_Store_Interface::untrash_variations() WC Product Variable Data Store Interface::untrash variations WC 9.7.1
public function untrash_variations( $product_id );