Skip to content

Instantly share code, notes, and snippets.

@jeherve
Created December 15, 2013 12:57
Show Gist options
  • Save jeherve/7972710 to your computer and use it in GitHub Desktop.
Save jeherve/7972710 to your computer and use it in GitHub Desktop.
[Jetpack] Force the display of the snow
<?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