通知インボックスの使用方法
このドキュメントについて
読むのにかかる時間: 3分 | 難易度: 初級

概要
通知受信トレイは、WP Simple Pay のプラグイン内メッセージシステムです。重要な、時間制限のある情報を WordPress 管理画面内に直接表示するため、WordPress ダッシュボードの通知の洪水の中で見逃すことがありません。ここに表示されるものの例:
- ライセンス失効の警告と更新リマインダー
- 重要なプラグインアップデートとセキュリティアドバイザリ
- クイックアクションボタン付きの新機能アナウンス
- ストアアクティビティに基づいた推奨事項(例:不正請求の拒否後に CAPTCHA を提案するなど)
- 期間限定のプロモーションオファー
通知は WP Simple Pay によって作成され、ストアに関するデータがサードパーティと共有されることはありません。受信トレイはサイトローカルであり、表示される内容は、特定のプラグインバージョン、ライセンスティア、および設定された機能に対して公開されたものです。
前提条件
- WP Simple Pay(全ティア)
- WordPress 管理画面へのアクセス (
manage_options権限)
受信トレイの場所
通知受信トレイには、2つの場所からアクセスできます:
- WP Simple Pay 管理ブランドバーの通知ベルアイコン — すべての WP Simple Pay 画面の上部にあるカラーリングです。ベルに赤い点が表示されている場合は未読通知があり、その数を示しています。
- メインの WP Simple Pay メニューの下にある 通知 サブメニュー項目。未読アイテムが存在する場合、メニューラベルに小さなインジケータードットが含まれます。
どちらかのエントリーポイントをクリックすると、受信トレイパネルが開きます。
通知の読み取り
受信トレイには、すべてのアクティブな通知が、最新のものが一番上に表示されるようにソートされてリスト表示されます。各通知には以下が含まれます:
- タイトル — 短い見出し
- 本文 — 数行の詳細
- 日付 — 通知が公開された日時
- アクションボタン — 通知に対してアクションを実行するためのオプションリンク(ライセンス更新、ドキュメント表示、プラグインのインストールなど)
Click a notification’s action button to follow its primary call-to-action. Most actions either deep-link to a relevant settings screen or open external pages (license renewal, documentation, etc.).
Dismissing Notifications
Each notification has a small × dismiss button in its top-right corner. Clicking it removes the notification from your inbox permanently — it won’t reappear unless WP Simple Pay re-publishes it for a new reason.
There’s no undo for dismissals. If you dismiss something important and need to find it again, the underlying setting or feature is still accessible through the regular admin menu.
Empty Inbox
If you have no active notifications, the inbox shows an empty state message. This is normal — most stores have an empty or near-empty inbox most of the time. Notifications are reserved for genuinely useful information, not generic marketing.
よくある質問
Will the inbox spam me with promotional messages?
No. WP Simple Pay deliberately limits notifications to license-related, security-related, and high-value feature/use-case announcements. You won’t see daily marketing messages.
Can I disable the Notification Inbox entirely?
Developers can disable it programmatically with the simpay_use_notification_inbox filter, returning false. Most users should leave it enabled — it’s the channel WP Simple Pay uses to alert you about license expirations and other things you don’t want to miss.
add_filter( 'simpay_use_notification_inbox', '__return_false' );
Do notifications appear for all admin users?
Notifications are evaluated based on the current admin user’s capabilities. The inbox itself requires the manage_options capability — typically administrators only. Editors, authors, and lower-privilege users don’t see the inbox.
Are notifications sent via email?
No. Notifications appear in the inbox only. For transactional email notifications (payments, refunds, subscription cancellations), see Email Types Reference.
Why does the unread badge persist after I read a notification?
Reading a notification doesn’t automatically mark it as dismissed. To clear the unread badge, dismiss notifications individually using the × button on each item.
How long do notifications stay active?
Each notification has a server-side expiration. Time-limited notifications (e.g., promotional offers) automatically disappear after their end date. Static notifications (license expiration warnings, security advisories) remain until you dismiss them or the underlying condition is resolved.
Can I forward a notification to a colleague?
Notifications aren’t user-shareable from inside the inbox. If you need a colleague to act on something, copy the title and body manually or send them the link the action button points to.
次にやること
- How to Activate Your WP Simple Pay Pro License – Resolve license-expiration notifications
- Email Types Reference – Configure transactional email notifications instead
まだ質問がありますか?私たちが喜んでお手伝いします!
最終更新日: