WC_Breadcrumb::add_crumbs_attachment()
Attachment trail.
Description Description
Source Source
File: includes/class-wc-breadcrumb.php
protected function add_crumbs_attachment() { global $post; $this->add_crumbs_single( $post->post_parent, get_permalink( $post->post_parent ) ); $this->add_crumb( get_the_title(), get_permalink() ); }