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:1034
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:1191
Method: Formats the HTML output for the breadcrumb trail.
Source: theme-framework/kernel/breadcrumb-trail.php:1312
Source: theme-framework/kernel/breadcrumb-trail.php:125
Method: Formats the HTML output for the breadcrumb trail.
Source: theme-framework/kernel/breadcrumb-trail.php:163