Browse: Home / Hooks /

learndash-focus-head

do_action( 'learndash-focus-head' )

Fires in the head tag in focus mode.


Description #


Source #

File: themes/ld30/templates/focus/header.php


Examples #

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

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

		// Add your custom code here
	}
);
 

Changelog #

Changelog
Version Description
3.0.0 Introduced.