Automattic\WooCommerce\Internal\Admin\ProductForm
FormFactory::get_subsections()
Returns list of registered cards.
Метод класса: FormFactory{}
Хуков нет.
Возвращает
Массив
. list of registered cards.
Использование
$result = FormFactory::get_subsections( $sort_by = array(;
Код FormFactory::get_subsections() FormFactory::get subsections WC 9.2.3
public static function get_subsections( $sort_by = array( 'key' => 'order', 'order' => 'asc', ) ) { return self::get_items( 'subsection', 'Subsection', $sort_by ); }