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