이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

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)

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

스크린샷

  • Settings Interface
  • Configuration Example
  • Display for Example
  • Metabox for Example

설치

  1. Upload the full directory to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Go to WP-Admin -> Settings -> Announcement settings for Dashboard to configure the plugin.

후기

2016년 9월 3일
Hello Your plugin is simple, fast, intuitive. I thought the plugin does not work, because I have turned off alerts for users. Rather to my surprise I saw appear the message done with your plugin. Fantastic. Thank you
2016년 9월 3일
Good plugin! But too simple. Suggestion: Add more options for the message text editing mode. FR : Bon plugin ! Mais trop simple. Suggestion : Ajouter plus d'options pour le mode édition de texte message.
2016년 9월 3일
Very nice plugin, works as described. I run it along the other plugin of same author "WP Admin UI Customize" and works very nicely for Subscribers roles. Thanks for your work!
모든 6 평가 읽기

기여자 & 개발자

“Announce from the Dashboard”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Announce from the Dashboard”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.5.3 2024-03-30

  • Updated: Security update(XSS).

1.5.2 2023-02-11

  • Updated: Security update(XSS).
  • Updated: Directly access block.
  • Updated: Small update.

1.5.1

  • Fixed: Html miss.

1.5

  • Added: Support to do_shortcode.
  • Added: Add to some actions/filters.
  • Added: Add class for metabox.
  • Fixed: How to date range check at main blog tymezone.
  • Updated: Improve useful to settings interface.
  • Changed: Specification Change.

1.4.4

  • Fixed: Get the current user role.

1.4.3

  • Fixed: Referrer check of Ajax.
  • Fixed: Small bug fixes.

1.4.2

  • Fixed: Changed the action priority.
  • Updated: Change the priority of the metabox.

1.4.1

  • Added: Settings data import of Child blog in that case of Multisite.

1.4

  • Updated: Clear the style with Non style.
  • Updated: Improve useful to settings interface.
  • Added: Support to site per announce on Multisite.
  • Added: Change user role of this plugin working.

1.3.1

  • Added: Change the announce order.

1.3

  • Added: Data range feature.

1.2.4.2

  • Fixed: Data update way.

1.2.4.1

  • Updated: Screen shots.

1.2.4

  • Updated: Compatible to 3.8-RC1.
  • Added: Show confirmation to before bulk delete.
  • Changed: Update save way.
  • Bug fixed: Submit empty data when data is lose.

1.2.3.1

  • Update to Screenshots.

1.2.3

  • Compatibility Check for 3.6.
  • Support for mp6.
  • Support for SSL.

1.2.2.2

  • Added a confirmation of Nonce field.
  • Changed notice for donate.
  • Checked compatibility with 3.6 RC1.

1.2.2.1

  • Link mistake.

1.2.2

  • Fixed bug : Get of user role.

1.2.1

  • Fixed bug : Problems that can not be individually removed.
  • Fixed bug : Error when using the Jetpack.

1.2

  • Added a notation of donation.
  • Bulk Delete is possible.
  • Added a Non style attribute.
  • Changed a little ease of use.

1.1.2

Bug fix : first metabox announce didn’t appear.

1.1.1

Translations for German have been updated.

1.1

view to metabox.

1.0.1

I’ve changed the readme.txt.

1.0

This is the initial release.