WPDK
1.5.0
WordPress Development Kit
|
Data Fields | |
const | SUCCESS = 'alert-success' |
const | INFORMATION = 'alert-info' |
const | WARNING = 'alert-warning' |
const | DANGER = 'alert-danger' |
const | WHITE = 'alert-white' |
Constant class for alert type
Definition at line 15 of file wpdk-ui-alert.php.
const DANGER = 'alert-danger' |
Definition at line 19 of file wpdk-ui-alert.php.
const INFORMATION = 'alert-info' |
Definition at line 17 of file wpdk-ui-alert.php.
const SUCCESS = 'alert-success' |
Definition at line 16 of file wpdk-ui-alert.php.
const WARNING = 'alert-warning' |
Definition at line 18 of file wpdk-ui-alert.php.
const WHITE = 'alert-white' |
Definition at line 20 of file wpdk-ui-alert.php.