Astra_Breadcrumb_Trail::__toString()

Magic method to use in case someone tries to output the layout object as a string.


Description

We’ll just return the trail HTML.


Return

(string)


Source

File: inc/addons/breadcrumbs/class-astra-breadcrumb-trail.php

	public function __toString() {
		return $this->trail();
	}

Changelog

Changelog
Version Description
1.0.0 Introduced.


User Contributed Notes

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