learndash_themes_init do_action( 'learndash_themes_init' ) Fires on initializing a theme. ContentsDescription Source Examples Related @package Description # Source # File: themes/class-ld-themes-register.php Examples # Note: Extended code example below not guaranteed, you may need to consult with a developer <?php /** * Example usage for learndash_themes_init action. */ add_action( 'learndash_themes_init', function() { // Add your custom code here } ); Expand example code Copy to clipboard Related # @package # LearnDash / Templates