BACK TO DIRECTORY

Announce from the Dashboard

by gqevu6bsiz

4.3
(6 ratings)

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

Settings Interface

Settings Interface

Configuration Example

Configuration Example

Display for Example

Display for Example

Metabox for Example

Metabox for Example

Plugin Details

Active Installs
7K+
Total Downloads
25,526
Version
1.5.3
Requires WP
3.8
Requires PHP
Tested Up To
4.3.34
Added
2012-09-17
Last Updated
2024-03-30 5:56am GMT

Ratings

5
5
4
0
3
0
2
0
1
1