Skip to content

Instantly share code, notes, and snippets.

View JDGrimes's full-sized avatar

J.D. Grimes JDGrimes

View GitHub Profile
<?php
// Can be called whenever.
function add_admin_notice( $code, $message, $type = 'error' ) {
global $wp_admin_notices;
if ( ! isset( $wp_admin_notices ) )
$wp_admin_notices = array();
$wp_admin_notices[] = array(