plugin-icon

Announce from the Dashboard

Announcement to users on the Dashboard.
평가
4.3
최근 업데이트일
March 30, 2024
버전
1.5.3
활성화된 설치 항목
6K
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)

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

무료Creator 요금제에서
활성화된 설치 항목
6K
테스트된 버전
4.3.33
이 플러그인은 다운로드 가능하며 워드프레스 독립 호스트 설치에 사용할 수 있습니다.