Announce from the Dashboard

Announce from the Dashboard Install Statistics

22
283.33%
Today: 34 Yesterday: 12 All-time: 20,344 downloads
Announce from the Dashboard Icon

Try plugin: Announce from the Dashboard

We'll create fresh WordPress site with Announce from the Dashboard installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About Announce from the Dashboard

Announcement to users on the Dashboard.

5


0


0


0


1

updated: 1 month ago
since: 11 years ago
author: gqevu6bsiz

Description

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)

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