Browse: Home / Functions /

learndash_the_breadcrumbs

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


Source #

File: themes/ld30/includes/helpers.php


Changelog #

Changelog
Version Description
3.0.0 Introduced.