Automattic\WooCommerce\Internal\Admin

Loader::get_embed_breadcrumbs()private staticWC 1.0

Returns breadcrumbs for the current page.

Method of the class: Loader{}

No Hooks.

Return

null. Nothing (null).

Usage

$result = Loader::get_embed_breadcrumbs();

Loader::get_embed_breadcrumbs() code WC 8.6.1

private static function get_embed_breadcrumbs() {
	return wc_admin_get_breadcrumbs();
}