'Test', 'url' => 'http://habariproject.org/', 'author' => 'Owen Winkler', 'authorurl' => 'http://asymptomatic.net/', 'version' => '1.0', 'description' => 'A test plugin', 'license' => 'Apache License 2.0', ); } function filter_dashboard_status($statuses) { $statuses['Test Plugin Active'] = 'True'; return $statuses; } } ?>