=== Wp Floating Notifications ===
Contributors: (vishal1610kamal)
Donate link: http://www.vibgyorlogics.com/
Tags: AGIL 
Requires at least: 3.0.1
Tested up to: 4.1
Stable tag: 4.3
License: GPLv2 or later


== Description ==
Wp Floating Notifications plugin is use to display Warning , Error, Success and Info messages with animated box. It is very simple to use.
You have to call simple function to set your notification.

Installation:-

1.Upload `plugin-name.php` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress

After installation:
This plugin include function "setWpNotification" to set your messages from anywhere.
This function having two argument 
First: contains message (which you want to display).
Second: Message type Like:- error,warning,success,info.

We define four types of notification: error , warning, success, info. 
you will use these notification type into your message.
default notification type is set to error.

Example: 
setWpNotification('this is test error message', 'error');<br>
setWpNotification('this is test warning message', 'warning');<br>
setWpNotification('this is test success message', 'success');<br>
setWpNotification('this is test info message', 'info');<br>

http://www.indianrailhub.com/





 
