WC_Breadcrumb::add_crumbs_404()
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() WC Breadcrumb::add crumbs 404 code WC 9.7.1
protected function add_crumbs_404() { $this->add_crumb( __( 'Error 404', 'woocommerce' ) ); }