do_action( 'learndash-focus-head' )
Fires in the head tag in focus mode.
Description #
Source #
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 #
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |