WC_Product_Variable_Data_Store_Interface::untrash_variations()publicWC 1.0

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 8.7.0

public function untrash_variations( $product_id );