WC_Breadcrumb::add_crumbs_home()

Is home trail.


Description Description

.


Source Source

File: includes/class-wc-breadcrumb.php

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


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.