芝麻web文件管理V1.00
编辑当前文件:/home/prismawe/clients/_asap-ingenierie.fr/wp-content/plugins/boxzilla/src/admin/class-notices.php
notices[] = array( 'message' => $message, 'type' => $type, ); return $this; } /** * Output the registered notices */ public function show() { foreach ($this->notices as $notice) { echo sprintf('
%s
', $notice['type'], $notice['message']); } } }