Automattic\WooCommerce\Admin\Features
Features::add_features_section()
Устарела с версии 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() Features::add features section WC 9.7.1
public static function add_features_section( $sections ) { return $sections; }