learndash_template_breadcrumb_is_last
Filter Hook: Filters the breadcrumb is_last state.
learndash_template_breadcrumb_is_last Read More »
@package: LearnDash / Core
Source Files: src/Core/Template/Breadcrumbs/Breadcrumb.php
Filter Hook: Filters the breadcrumb is_last state.
learndash_template_breadcrumb_is_last Read More »
Filter Hook: Filters the breadcrumb url.
learndash_template_breadcrumb_url Read More »
Filter Hook: Filters the Breadcrumb label.
learndash_template_breadcrumb_label Read More »
Filter Hook: Filters the breadcrumb ID.
learndash_template_breadcrumb_id Read More »
Method: Sets the breadcrumb as last.
Breadcrumb::set_is_last 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.