learndash-breadcrumbs-before do_action( 'learndash-breadcrumbs-before' ) Fires before the breadcrumbs. ContentsDescription Source Examples Changelog Related @package Description # Source # File: themes/ld30/templates/modules/breadcrumbs.php Examples # <?php /** * Example usage for learndash-breadcrumbs-before action. */ add_action( 'learndash-breadcrumbs-before', function() { echo '<div>Custom content or markup</div>'; } ); Expand example code Copy to clipboard Changelog # Changelog Version Description 3.0.0 Introduced. Related # @package # LearnDash / Templates / LD30