Exemplo n.º 1
0
 function remove_notice($action)
 {
     $notices = Advman_Admin::get_notices();
     if (!empty($notices[$action])) {
         unset($notices[$action]);
     }
     Advman_Admin::set_notices($notices);
 }