Skip to content

Instantly share code, notes, and snippets.

@cmg-jess
Created September 10, 2015 19:31
Show Gist options
  • Save cmg-jess/6ce06c502f682a415b9c to your computer and use it in GitHub Desktop.
Save cmg-jess/6ce06c502f682a415b9c to your computer and use it in GitHub Desktop.
function your_admin_notice(){
echo '<div class="update-nag">
<p style="color:green;"><span style="color:red;">DO NOT UPDATE NEXTGEN WITHOUT FIRST READING THE COMMENTS IN THE NEXTGEN CUSTOM THEME FILE.</span><br /><em>The file is in the themes folder "/themes/arykrau_desktop/nggallery/nextgen_basic_imagebrowser-BAK.php"</em></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