WC_Breadcrumb::add_crumbs_404()protectedWC 1.0

404 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_404();

WC_Breadcrumb::add_crumbs_404() code WC 8.7.0

protected function add_crumbs_404() {
	$this->add_crumb( __( 'Error 404', 'woocommerce' ) );
}