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