Browse: Home / Hooks /

learndash-breadcrumbs-before

do_action( 'learndash-breadcrumbs-before' )

Fires before the breadcrumbs.


Description #


Source #

File: themes/ld30/templates/modules/breadcrumbs.php


Examples #

Note: Extended code example below not guaranteed, you may need to consult with a developer

 <?php
/**
 * Example usage for learndash-breadcrumbs-before action.
 */
add_action(
	'learndash-breadcrumbs-before',
	function() {

		// Add your custom code here
	}
);
 

Changelog #

Changelog
Version Description
3.0.0 Introduced.