Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Alex01d

    (@alex01d)

    Не обновляем краткое и полное описание: нужно добавить в functions.php вот это:

    add_filter('wc1c_import_preserve_product_fields', function($preserve_fields) {
    	return array_merge($preserve_fields, array(
    		'excerpt',
    		'body'
    	));
    });

    А как не обновлять название категории таким способом?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Выбор полей для обновления’ is closed to new replies.