WC_Breadcrumb::add_crumbs_home()protectedWC 1.0

Is home trail..

Method of the class: WC_Breadcrumb{}

No Hooks.

Return

null. Nothing (null).

Usage

// protected - for code of main (parent) or child class
$result = $this->add_crumbs_home();

WC_Breadcrumb::add_crumbs_home() code WC 8.7.0

protected function add_crumbs_home() {
	$this->add_crumb( single_post_title( '', false ) );
}