skip to Main Content

WordPress plugin admin_notices not displaying

I'm trying to create a Wordpress plugin and I'm unable to display error messages using the admin_notices feature. function gbrew_notice_no_api_key() { $url = admin_url('admin.php') . '?page=api-key'; ?> <div class="notice-info notice"> <p><?php _e("Please set up your client ID and client secret…

VIEW QUESTION
Back To Top
Search