Browse: Home / Hooks / learndash-register-modal-heading-before do_action( 'learndash-register-modal-heading-before' ) Fires before the register modal heading. ContentsDescription Source Examples Changelog Related @package Description # Source # File: themes/ld30/templates/modules/login-modal.php Examples # <?php /** * Example usage for learndash-register-modal-heading-before action. */ add_action( 'learndash-register-modal-heading-before', function() { echo '<div>Custom content or markup</div>'; } ); Expand example code Copy to clipboard Changelog # Changelog Version Description 3.0.0 Introduced. Related # @package # LearnDash