do_action( 'learndash-login-modal-form-after' )
Fires after the modal form.
Description #
Source #
Examples #
Note: Extended code example below not guaranteed, you may need to consult with a developer
<?php /** * Example usage for learndash-login-modal-form-after action. */ add_action( 'learndash-login-modal-form-after', function() { // Add your custom code here } );
Changelog #
Version | Description |
---|---|
3.0.0 | Introduced. |