Created
December 15, 2013 12:57
-
-
Save jeherve/7972710 to your computer and use it in GitHub Desktop.
[Jetpack] Force the display of the snow
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Plugin Name: Moar snow! | |
Plugin URI: http://wordpress.org/plugins/jetpack/ | |
Description: Force the display of Jetpack's snow on your site, even outside of the holiday season | |
Author: Jeremy Herve | |
Author URI: http://jeremyherve.com | |
Version: 1.0 | |
*/ | |
add_filter( 'jetpack_is_holiday_snow_season', '__return_true' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment