Admin Dashboard Notice
This is a WordPress plugin that can save your notice message and display it on the WP Admin dashboard
by Nami Okuzono · github.com/namiokuzono/admin-dashboard-notice · website
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/namiokuzono/admin-dashboard-notice/archive/refs/heads/main.zipA WordPress plugin to display notices in the admin dashboard. Perfect for WooCommerce support engineers to track Zendesk tickets and display important messages.
Description
Admin Dashboard Notice allows you to display customizable notices in your WordPress admin dashboard. These notices can be used to communicate important information, updates, or announcements to your site administrators.
Features
- Display customizable notices in the WordPress admin dashboard
- Quick Zendesk ticket reference integration
- Automatically extracts ticket numbers from Zendesk URLs
- Displays ticket reference with clickable link
- WooCommerce-specific styling with pastel purple theme
- Additional message support
- Add extra information below Zendesk ticket reference
- Or use as standalone notice with different types (info, success, warning, error)
- Debug mode for troubleshooting
- Enable/disable debug information
- View plugin settings and configuration
Installation
- Download the plugin files
- Upload the plugin files to the
/wp-content/plugins/admin-dashboard-noticedirectory - Activate the plugin through the 'Plugins' menu in WordPress
Usage
Basic Notice
- Go to Notice > Settings in your WordPress admin menu
- Enter your message in the "Additional Message" field
- Select the notice type (info, success, warning, or error)
- Save your settings
Zendesk Integration
- Enable the "Quick Zendesk Note" option
- Enter your Zendesk ticket URL (e.g., https://zendesk.com/agent/tickets/1234567)
- Add any additional message if needed
- Save your settings
The notice will automatically display:
- The ticket reference (e.g., "1234567-zen")
- A clickable link to the Zendesk ticket
- Your additional message below (if provided)
- WooCommerce-specific styling
Debug Mode
- Enable the "Debug Mode" option in the settings
- Debug information will be displayed in the admin dashboard
- Useful for troubleshooting plugin issues
Notice Types
- Info (blue) - For general information
- Success (green) - For success messages
- Warning (yellow) - For warnings or important notices
- Error (red) - For error messages or critical alerts
Requirements
- WordPress 5.0 or higher
- PHP 7.2 or higher
License
This project is licensed under the GPL v2 or later - see the LICENSE file for details.
Author
Created by Nami Okuzono