Plugin Directory

CSS Naked Day

Automatically strips off stylesheets without editing themes during the Annual CSS Naked Day.

Download Version 1.2

What differences does this plugin have compared to other CSS Naked Day plugins?

  1. This plugin removes all CSS stylesheets from the page before it sends the data to the viewers' browsers.
  2. It doesn't use client-side scripting to remove styles, which may be turned off or unsupported in other browsers, so everyone would see your page in its natural, naked form.
  3. It doesn't require the user to edit his/her theme files.

How could I display a message only on the 9th of April telling why my site is naked?

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

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(5 ratings)

Compatibility

+
=
Not enough data

0 people say it works.
0 people say it's broken.

Log in to vote.