do_action( 'learndash-alert-content-after', string $class , string $icon , string $message , string $type )
Fires after an alert 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. |