wzkb_get_alert
Filter the HTML for alert messages
Type: filter
Since: 2.7.0
Source: includes/functions.php line 139
Parameters
| Type | Name | Description |
|---|---|---|
string | $html | HTML for alert messages. |
array | $args | Arguments array. |
string | $content | Content to wrap in the alert divs. |
Usage
add_filter( 'wzkb_get_alert', function($html, $args, $content) {
// ...
return $html;
} );