plugin-icon

Announce from the Dashboard

作者:gqevu6bsiz·
Announcement to users on the Dashboard.
评级
4.3
版本
1.5.3
活跃安装
7K
最后更新
Mar 30, 2024
Announce from the Dashboard

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)

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

免费使用Business套餐
通过安装,您同意 WordPress.com 服务条款第三方插件条款
目前已测试版本
WordPress 4.3.34
这个插件是可用的下载,适用于您的站点。