do_action( 'learndash-register-modal-register-wrapper-after' )
Fires before the register modal heading.
Contents
Description #
Source #
Examples #
<?php /** * Example usage for learndash-register-modal-register-wrapper-after action. */ add_action( 'learndash-register-modal-register-wrapper-after', function() { echo '<div>Custom content or markup</div>'; } );
Changelog #
Version | Description |
---|---|
3.0.0 | Introduced. |