Announce from the Dashboard

plugin banner

Announcement to the dashboard by User Role.

Author:gqevu6bsiz (profile at wordpress.org)
WordPress version required:3.8
WordPress version tested:4.3.33
Plugin version:1.5.3
Added to WordPress repository:17-09-2012
Last updated:11-02-2023
Rating, %:86
Rated by:6
Plugin URI:http://wordpress.org/extend/plugins/announce-...
Total downloads:20 501
Active installs:6 000+
plugin download
Click to start download

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' );

日本語でのご説明(Japanese description)

このプラグインは、ダッシュボードにお知らせを表示するプラグインです。
ユーザーの権限グループ別に、編集者のみへの表示、
投稿者と寄稿者と購読者のみに表示する設定もできます。


Screenshots
ChangeLog