WC_Breadcrumb::get_breadcrumb()

Get the breadcrumb.


Description Description


Return Return

(array)


Top ↑

Source Source

File: includes/class-wc-breadcrumb.php

	public function get_breadcrumb() {
		return apply_filters( 'woocommerce_get_breadcrumb', $this->crumbs, $this );
	}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.