Browse: Home / Functions /

learndash_the_breadcrumbs

This function has been deprecated.

learndash_the_breadcrumbs( int|WP_Post|null $post = null )

Prints breadcrumbs output.


Description #

Sames as learndash_get_breadcrumbs only it actually outputs escaped markup.


Parameters #

$post

(int|WP_Post|null) (Optional) WP_Post object. Default to global $post.

Default value: null


Return #

(void)


Source #

File: includes/deprecated/4.6.0/functions.php


Changelog #

Changelog
Version Description
4.6.0 This function has been deprecated.
3.0.0 Introduced. This function has been deprecated.