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() );
	}


Top ↑

User Contributed Notes User Contributed Notes

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