null, 'title' => '', 'description' => '', 'dismissable' => true, ); foreach ( $notices as $notice ) { $notice = wp_parse_args( $notice, $default_options ); if ( is_null( $notice['name'] ) || self::is_dismissed( $notice['name'] ) ) { continue; } ?>