コード例 #1
0
ファイル: Admin.php プロジェクト: TheReaCompany/pooplog
 function remove_notice($action)
 {
     $notices = Advman_Admin::get_notices();
     if (!empty($notices[$action])) {
         unset($notices[$action]);
     }
     Advman_Admin::set_notices($notices);
 }