Method: Get parent posts by path. Currently, this method only supports getting parents of the ‘page’ post type. The goal of this function is to create a clear path back to home given what would normally be a “ghost” directory. If any page matches the given path, it’ll be added.
Source: theme-framework/kernel/breadcrumb-trail.php:1096
Method: Searches for term parents of hierarchical taxonomies. This function is similar to the WordPress function get_category_parents() but handles any type of taxonomy.
Source: theme-framework/kernel/breadcrumb-trail.php:1154
Method: Adds a post’s terms from a specific taxonomy to the items array.
Source: theme-framework/kernel/breadcrumb-trail.php:1057
Method: Adds the items to the trail items array for taxonomy term archives.
Source: theme-framework/kernel/breadcrumb-trail.php:559
Method: Adds the items to the trail items array for post type archives.
Source: theme-framework/kernel/breadcrumb-trail.php:667
Method: Adds the items to the trail items array for user (author) archives.
Source: theme-framework/kernel/breadcrumb-trail.php:703
Method: Adds the items to the trail items array for minute + hour archives.
Source: theme-framework/kernel/breadcrumb-trail.php:731
Method: Adds the items to the trail items array for minute archives.
Source: theme-framework/kernel/breadcrumb-trail.php:748
Method: Magic method to use in case someone tries to output the layout object as a string.
Source: theme-framework/kernel/breadcrumb-trail.php:98
Method: Adds the items to the trail items array for hour archives.
Source: theme-framework/kernel/breadcrumb-trail.php:765