Skip to content

Instantly share code, notes, and snippets.

@cmg-jess
Last active October 19, 2016 20:31
Show Gist options
  • Save cmg-jess/23c56c6136b9d0e6107c to your computer and use it in GitHub Desktop.
Save cmg-jess/23c56c6136b9d0e6107c to your computer and use it in GitHub Desktop.
#the information in this notice MUST BE CUSTOMIZED PER SITE
function your_admin_notice(){
echo '<div class="update-nag">
<p><strong>Version Control:</strong> <span style="color:green; font-weight: bold;">ACTIVE</span></p>
<p><strong>Mobile Site:</strong> <span style="color:green; font-weight: bold;">YES - Responsive/Theme Switcher/Third Party</span> / <span style="color:red; font-style:italic;">NO</span></p>
<p><strong>CMG CDN JS Enqueued:</strong> <span style="color:green; font-weight: bold;">YES</span> / <span style="color:red; font-style:italic;">NO - Enqueued, Not CDN OR CDN, Not enqueued</span></p>
<p><strong>HTML5 Form Validation:</strong> <span style="color:green; font-weight: bold;">YES</span></p>
<p><strong>SCSS:</strong> <span style="color:green; font-weight: bold;">YES</span></p>#remove this line is SCSS is not used
<p><strong>Foundation:</strong> <span style="color:green; font-weight: bold;">YES</span></p>#remove this line if Foundation is not used
<p><strong>Redirects:</strong> <span style="color:purple; font-weight: bold;">htaccess / EPS / Redirection</span></p>
<p><strong>Shared Hosting:</strong> with <span style="color:green; font-weight: bold;">miamibreastlift.com</span></p>
<p><strong>Plugin Notes:</strong> Do not update <span style="color:blue; font-weight: bold;">YouTube Gallery</span> from <span style="color:green; font-weight: bold;">Version XX</span></p>
<p><strong>Active Theme:</strong> Theme Name <span style="color:purple; font-weight: bold;">theme-folder-name</span></p>
</div>';
}
add_action('admin_notices', 'your_admin_notice');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment