["color" => "red","class" =>"wtotem_alert__img_cross","img" => ""],"info" => ["color" => "","class" => "","img" => ""],"warning" => ["color" => "yellow","class" => "", "img" => ''],"success" => ["color" => "green","class" => "" ,"img" => '
']];
foreach ($notification_types as $type) {
if ($notifications = get_option(WTSEC_PLUGIN_PREFIX.$type)) {
if(is_array($notifications)) {
foreach ($notifications as $notification) {
$style = $styles[$type];
echo '
'.$notification.'