From 67d545484aab88ef7113868cc782571d90a82684 Mon Sep 17 00:00:00 2001 From: Dee5ive Date: Sun, 7 Jul 2024 11:57:34 -0400 Subject: [PATCH] Added Admin notice --- d5-admin-wp.php | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/d5-admin-wp.php b/d5-admin-wp.php index 49fa74a..bdf1672 100644 --- a/d5-admin-wp.php +++ b/d5-admin-wp.php @@ -17,7 +17,7 @@ * Plugin Name: D5 Admin WP * Plugin URI: TODO: Git link * Description: Common admin functions - * Version: 1.0.5 + * Version: 1.0.6 * Author: Dee Five * Author URI: https://design519.com/ * License: GPL-2.0+ @@ -44,6 +44,32 @@ if ( ! defined( 'D5AW_PLUGIN_URL' ) ) //require_once( 'inc/functions.php' ); + + + +add_action( + 'admin_notices', + function() { + ?> +
+

+ ', + '' + ); + ?> +

+
+