do_action( 'learndash-alert-between-message-button', string $class , string $icon , string $message , string $type )
Fires between alert message and button
Description Description
Parameters Parameters
- $class
-
List of alert CSS classes.
- $icon
-
List of alert icon CSS classes.
- $message
-
Alert message text.
- $type
-
Alert message type.
Source Source
File: themes/ld30/templates/modules/alert.php
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |