AMPM Dashboard Admin Note

설명

AMPM Dashboard Admin Note adds an “Important Note” widget to the WordPress Dashboard (wp-admin Dashboard). Only administrators (capability manage_options) and (in Multisite) Super Admins can view and edit it.

Features:

  • Visual editor (TinyMCE) inside the dashboard widget.
  • AJAX saving with feedback (“Saving…” label + spinner).
  • Strict sanitization via allowlist (wp_kses) and limited inline styles (color, background-color, text-align).
  • Links forced to target="_blank" with rel="nofollow noopener noreferrer".
  • Widget severity/color: Neutral / Info / Warning / Error.
  • Shows: “Modified by: user_login (Display Name. ID: X) — date/time” using the site timezone configured in WordPress.
  • Multisite-friendly: stored per site (blog) by default.

Translations

  • English (Default)
  • Spanish (Español)
  • Argentinean Spanish (Español de Argentina)
  • Dutch (Nederlands)
  • French (Français)
  • German (Deutsch)
  • Italian (Italiano)
  • Portuguese (Português brasileiro)

스크린샷

  • “Important Note” widget on the Dashboard.
  • Editing with TinyMCE and severity color selection.1. Dashboard widget showing a formatted admin note.

설치

  1. Upload the ampm-dashboard-admin-note folder to /wp-content/plugins/ or install via “Plugins Add New Upload Plugin”.
  2. Activate the plugin.
  3. Go to “Dashboard” and use the “Important Note” widget.

FAQ

Who can see and edit the note?

Administrators (manage_options) and Super Admins in Multisite.

Can I use HTML?

Yes. HTML is allowed but strictly sanitized.

Why does it show in English even though my site is in another language?

WordPress 6.5 introduced a major upgrade to how plugin translations are loaded natively. On WordPress versions older than 6.5 (like 6.2 or 6.4), the translation engine can sometimes fail to intercept the widget rendering in time, falling back to English. For perfect internationalization support, updating to WordPress 6.5+ is required.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

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

기여자

“AMPM Dashboard Admin Note”(이)가 3 개 언어로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “AMPM Dashboard Admin Note”(을)를 번역하세요.

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

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

변경이력

1.0.4

  • Fix: Prevented TinyMCE editor from breaking when moving the widget via drag & drop.
  • Fix: Removed str_contains to ensure strict PHP 7.2 compatibility.
  • Tweak: Changed textdomain loading to plugins_loaded hook.
  • Fixed translations.

1.0.3

  • Fix: Prefixing to avoid conflicts + ajax rename.
  • Added translations: Dutch, French, German, Italian, Brazilian Portuguese.

1.0.2

  • Public release packaging.
  • UI/UX improvements: spinner, action buttons toggle, editor height and reliable re-init after drag&drop.
  • Fix: Timezone fix for metadata.