Astra_Breadcrumbs::astra_breadcrumb_source_list_items()
Method: Third Party Breadcrumb option
Method: Third Party Breadcrumb option
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.
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.
Method: Adds a post’s terms from a specific taxonomy to the items array.
Method: Adds a specific post’s hierarchy to the items array. The hierarchy is determined by post type’s rewrite arguments and whether it has an archive page.
Method: Adds the items to the trail items array for 404 pages.
Method: Adds a specific post’s parents to the items array.
Method: Adds the items to the trail items array for search results.
Method: Adds the items to the trail items array for archives that don’t have a more specific method defined in this class.
Method: Adds the items to the trail items array for year archives.
Method: Adds the items to the trail items array for week archives.
Method: Adds the items to the trail items array for month archives.
Method: Adds the items to the trail items array for day archives.
Method: Adds the items to the trail items array for hour archives.
Method: Adds the items to the trail items array for minute archives.
Method: Adds the items to the trail items array for minute + hour archives.
Method: Adds the items to the trail items array for user (author) archives.
Method: Adds the items to the trail items array for post type archives.
Method: Adds the items to the trail items array for taxonomy term archives.
Method: Adds singular post items to the items array.
Method: Adds items for the posts page (i.e., is_home()) to the items array.
Method: Adds items for the front page to the items array.
Method: Adds the current site’s home page link to the items array.
Method: Adds the page/paged number to the items array.
Method: Adds the network (all sites) home page link to the items array.