Astra_Breadcrumb_Trail::add_rewrite_front_items()
Gets front items based on $wp_rewrite->front.
Description
Return
(void)
Source
File: inc/addons/breadcrumbs/class-astra-breadcrumb-trail.php
	protected function add_rewrite_front_items() {
		global $wp_rewrite;
		if ( $wp_rewrite->front ) {
			$this->add_path_parents( $wp_rewrite->front );
		}
	}
			Expand full source code Collapse full source code View on Trac
Changelog
| Version | Description | 
|---|---|
| 1.0.0 | Introduced. |