Skip to content

Instantly share code, notes, and snippets.

@cmg-jess
Created October 1, 2015 18:52
Show Gist options
  • Save cmg-jess/d96cbe9441e7bac49a28 to your computer and use it in GitHub Desktop.
Save cmg-jess/d96cbe9441e7bac49a28 to your computer and use it in GitHub Desktop.
<?php if ( is_user_logged_in() ) { } else { ?>
<div style="opacity:0.75;font-size:22px;text-align:center;display:block;padding:20px;background:#F00;color:#fff;position:fixed;bottom:50px;width:100%;z-index:9999;margin-top:30px;">
<strong>NOTE:</strong> This site is currently in under production and has not passed quality control.
</div>
<?php } ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment