astra_addon_breadcrumb_shortcode()

Add shortcode for Breadcrumb using Theme


Description


Return

(string)


Source

File: classes/helper-functions.php

function astra_addon_breadcrumb_shortcode() {
	return astra_addon_is_breadcrumb_trail( false );
}

Changelog

Changelog
Version Description
1.8.0 Introduced.


User Contributed Notes

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