Automattic\WooCommerce\Internal\Admin
Loader::output_heading
Outputs breadcrumbs via PHP for the initial load of an embedded page.
Метод класса: Loader{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$result = Loader::output_heading( $section );
- $section(массив) (обязательный)
- Section to create breadcrumb from.
Код Loader::output_heading() Loader::output heading WC 10.3.4
private static function output_heading( $section ) {
echo esc_html( $section );
}