Announcement to users on the Dashboard.
As of April 2026, Announce from the Dashboard is a WordPress news plugin with 7.0K+ active installations and a 4.3/5 rating from 6 reviews. It has been downloaded 24K+ times in total. Requires WordPress 3.8+ and PHP false+. Available on WordPress.org since 2012. Last updated 2 years ago — may have compatibility concerns. Downloads are up 47% this week. Top alternative: XML Sitemap & Google News.
This plugin to show announce for per user roles.
And, if you want to change plugin capability, please refer to this code.
For example add filter:
function afd_custom_change_capability( $capability ) {
// plugin minimum capability
$capability = 'edit_posts';
return $capability;
}
add_filter( 'afd_capability_manager' , 'afd_custom_change_capability' );
And, if you want to add filter, please refer to this code.
For example add filter:
function afd_custom_filter( $announces ) {
// filter
return $announces;
}
add_filter( 'afd_before_announce' , 'afd_custom_filter' );
このプラグインは、ダッシュボードにお知らせを表示するプラグインです。
ユーザーの権限グループ別に、編集者のみへの表示、
投稿者と寄稿者と購読者のみに表示する設定もできます。
Hello
Your plugin is simple, fast, intuitive.
I thought the plugin does not work, because I have turned off alerts for users.
Rather to my surprise I saw appear the message done with your plugin.
Fantastic.
Thank you
Good plugin!
But too simple.
Suggestion: Add more options for the message text editing mode.
FR :
Bon plugin !
Mais trop simple.
Suggestion : Ajouter plus d’options pour le mode édition de texte message.
Very nice plugin, works as described.
I run it along the other plugin of same author “WP Admin UI Customize” and works very nicely for Subscribers roles.
Thanks for your work!
Updated to latest version and was unable to load my admin dashboard. Just showed a blank page.
Thank you for your great plugin! It’s exactly what I’ve been looking for. I love how simple and easy it is to use 😀
It’s a great way to display an announcement on the Dashboard, where your site users will see it when they are logged in. With this plugin, you no longer have to send out an important announcement, update information or message to your site users by email 🙂
Thanks again and keep up the great work!
| WordPress | 3.8+ requiredTested up to 4.3.34 |
| PHP | false+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.