This function has been deprecated. Use astra_addon_breadcrumb_shortcode() instead.

astra_breadcrumb_shortcode()

Deprecating astra_breadcrumb_shortcode function.


Description

Breadcrumb markup shortcode based.

See also


Return

(string)


Source

File: classes/deprecated/deprecated-functions.php

function astra_breadcrumb_shortcode() {
	return is_astra_breadcrumb_trail( false );
}

Changelog

Changelog
Version Description
3.6.2 Introduced.


User Contributed Notes

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