WP Manifestindependent plugin directory
manifest / admin / admin-notice-plugin

Admin Notice Plugin

A simple WordPress plugin that displays an admin notice using action hooks.

by Aditya Kumar Singh · github.com/adityas62/admin-notice-plugin

0stars
0forks

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/adityas62/admin-notice-plugin/archive/refs/heads/main.zip

A simple WordPress plugin that displays a custom admin notice in the WordPress dashboard.

Features

  • Uses WordPress action hooks
  • Displays admin-only notices
  • Follows basic security best practices
  • Beginner-friendly plugin structure

How it works

The plugin hooks into the admin_notices action to display a notice in the WordPress admin dashboard.

Author

Aditya Kumar Singh