Automattic\WooCommerce\Internal\CLI\Migrator\Lib
ImportSession::archive
Метод класса: ImportSession{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$ImportSession = new ImportSession(); $ImportSession->archive();
Код ImportSession::archive() ImportSession::archive WC 11.1.1
public function archive() {
wp_update_post(
array(
'ID' => $this->post_id,
'post_status' => 'archived',
)
);
}