Breadcrumbs
Class: The Breadcrumbs collection.
Method: Sets the breadcrumb as last.
Breadcrumb::set_is_last Read More »
Method: Constructor.
Breadcrumbs::__construct Read More »
Method: Adds a breadcrumb to the collection.
Method: Updates the is_last property of the breadcrumbs.
Breadcrumbs::update_is_last Read More »
Method: Parses an array into an array of Breadcrumb objects and sets.
Breadcrumbs::parse_breadcrumbs Read More »
Method: Returns allowed post types.
Product::get_allowed_post_types Read More »
Method: Constructor.
Breadcrumb::__construct Read More »
Method: Gets the Breadcrumb ID.
Breadcrumb::get_id Read More »
Method: Gets the breadcrumb label.
Breadcrumb::get_label Read More »
Method: Gets the breadcrumb url.
Breadcrumb::get_url Read More »
Method: Returns whether the breadcrumb is last.
Breadcrumb::is_last Read More »
Method: Parses a breadcrumb into a Breadcrumb object.