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(); }
Expand full source code Collapse full source code View on Trac
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |