Automattic\WooCommerce\Admin\Features

Features::add_features_section()public staticWC 1.0

Устарела с версии 7.0. Больше не поддерживается и может быть удалена. Смотрите FeaturesController class).

Adds the Features section to the advanced tab of WooCommerce Settings

Метод класса: Features{}

Хуков нет.

Возвращает

Массив.

Использование

$result = Features::add_features_section( $sections );
$sections(массив) (обязательный)
Sections.

Список изменений

Устарела с 7.0 The WooCommerce Admin features are now handled by the WooCommerce features engine (see the FeaturesController class).

Код Features::add_features_section() WC 8.7.0

public static function add_features_section( $sections ) {
	return $sections;
}