WC_Breadcrumb::add_crumbs_home
Is home trail..
Method of the class: WC_Breadcrumb{}
No Hooks.
Returns
null. Nothing (null).
Usage
// protected - for code of main (parent) or child class $result = $this->add_crumbs_home();
WC_Breadcrumb::add_crumbs_home() WC Breadcrumb::add crumbs home code WC 10.7.0
protected function add_crumbs_home() {
$this->add_crumb( single_post_title( '', false ) );
}