Alert Me!

0

Alert generator plugin. Generates a slick alert bar (info, warning, success, error or note). Use it by inserting a simple shortcode, or directly into the template files by using: <?p

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tag
This plugin is outdated and might not be supported anymore.

Description

Alert generator plugin. Generates a slick alert bar (info, warning, success, error or note).

Use it by inserting a simple shortcode, or directly into the template files by using:

<?php echo do_shortcode('[alert type="type"]Type here![/alert]'); ?>

Alert types:

[alert type="info"]Info here![/alert]
[alert type="success"]Success here![/alert]
[alert type="warning"]Warning here![/alert]
[alert type="error"]Error here![/alert]
[alert type="note"]Note here![/alert]