We're returning an array, but the breadcrumb template is expecting the array to be an array of Breadcrumb objects. It fails when trying to render $item->label.
|
return [ |
|
Breadcrumbs_Controller::BREADCRUMBS => $this->response, |
|
Breadcrumbs_Controller::MAIN_CLASSES => [ 'u-sep-arrow' ], |
|
]; |
We're returning an array, but the breadcrumb template is expecting the array to be an array of
Breadcrumbobjects. It fails when trying to render$item->label.square-one/wp-content/plugins/core/src/Templates/Components/Traits/Breadcrumbs.php
Lines 33 to 36 in 7539de9