Method: Gets post types by slug. This is needed because the get_post_types() function doesn’t exactly match the ‘has_archive’ argument when it’s set as a string instead of a boolean.
Source: theme-framework/kernel/breadcrumb-trail.php:542
Method: Turns %tag% from permalink structures into usable links for the breadcrumb trail. This feels kind of hackish for now because we’re checking for specific %tag% examples and only doing it for the ‘post’ post type. In the future, maybe it’ll handle a wider variety of possibilities, especially for custom post types.
Source: theme-framework/kernel/breadcrumb-trail.php:1008
Method: Adds the items to the trail items array for taxonomy term archives.
Source: theme-framework/kernel/breadcrumb-trail.php:565
Method: Runs through the various bbPress conditional tags to check the current page being viewed. Once a condition is met, add items to the $items array.
Source: theme-framework/kernel/breadcrumb-trail.php:1095
Method: Sets up the breadcrumb trail.
Source: theme-framework/kernel/breadcrumb-trail.php:77
Method: Adds the items to the trail items array for post type archives.
Source: theme-framework/kernel/breadcrumb-trail.php:646
Method: Formats and outputs the breadcrumb trail.
Source: theme-framework/kernel/breadcrumb-trail.php:119
Method: Adds the items to the trail items array for user (author) archives.
Source: theme-framework/kernel/breadcrumb-trail.php:678
Method: Returns an array of the default labels.
Source: theme-framework/kernel/breadcrumb-trail.php:175
Method: Adds the items to the trail items array for minute + hour archives.
Source: theme-framework/kernel/breadcrumb-trail.php:706