PHP Class WPDKUIControlAlert
$item = array(
'type' => WPDKUIControlType::ALERT,
'alert_type' => WPDKUIAlertType::INFORMATION,
'id' => 'id',
'value' => 'Alert content',
'title' => 'Alert title',
'class' => '' | array(),
'dismiss_button' => true,
'prepend' => '',
'append' => '',
'permanent_dismiss' => false, // If TRUE this alert is permanently dismissed after close
);
Mostrar archivo
Open project: wpxtreme/wpdk
Public Methods
Method |
Description |
|
draw ( ) |
Drawing control |
|
Method Details