Wiki

Clone wiki

Shortcode Ultimate V2 / Inner API / alert_box()

To add alert you can use alert_box() function.

Example

#!php
<?php 

alert_box("alert message", 'warning')

?>

Params

Param Name Type Description
message string You can put any message here
type string here available values are info/warning/danger

Updated