Automatically strips off stylesheets without editing themes during the Annual CSS Naked Day.
Use the is_naked_day() function inside an if () block. is_naked_day() returns true when it is April 9,
otherwise it returns false.
Example:
<?php if (is_naked_day()) { ?> Message why my site is naked. <?php } ?>
Requires: 2.1 or higher
Compatible up to: 2.5
Last Updated: 2008-4-4
Downloads: 3,050




