learndash_themes_init do_action( 'learndash_themes_init' ) Fires on initializing a theme. ContentsDescription Source Examples Related Used By Description # Source # File: themes/class-ld-themes-register.php Examples # <?php /** * Example usage for learndash_themes_init action. */ add_action( 'learndash_themes_init', function() { echo '<div>Custom content or markup</div>'; } ); Expand example code Copy to clipboard Related # Used By # Used By Used By Description themes/class-ld-themes-register.php: LearnDash_Theme_Register::init () Initialize the Themes.
Used By # Used By Used By Description themes/class-ld-themes-register.php: LearnDash_Theme_Register::init () Initialize the Themes.