SILENT KILLERPanel

Current Path: > home > ivftiowh > greeceivf.com > wp-content > plugins > jetpack > modules


Operation   : Linux premium88.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
Software     : Apache
Server IP    : 185.61.154.216 | Your IP: 216.73.216.44
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: /home/ivftiowh/greeceivf.com/wp-content/plugins/jetpack/modules

NameTypeSizeLast ModifiedActions
after-the-deadline Directory - -
carousel Directory - -
comments Directory - -
contact-form Directory - -
custom-css Directory - -
custom-post-types Directory - -
holiday-snow Directory - -
infinite-scroll Directory - -
likes Directory - -
manage Directory - -
markdown Directory - -
minileven Directory - -
omnisearch Directory - -
photon Directory - -
post-by-email Directory - -
protect Directory - -
publicize Directory - -
related-posts Directory - -
sharedaddy Directory - -
shortcodes Directory - -
site-icon Directory - -
sitemaps Directory - -
subscriptions Directory - -
theme-tools Directory - -
tiled-gallery Directory - -
verification-tools Directory - -
videopress Directory - -
widget-visibility Directory - -
widgets Directory - -
after-the-deadline.php File 12313 bytes October 14 2024 11:06:00.
carousel.php File 584 bytes October 14 2024 11:06:00.
comments.php File 1267 bytes October 14 2024 11:06:00.
contact-form.php File 561 bytes October 14 2024 11:06:00.
custom-content-types.php File 1608 bytes October 14 2024 11:06:00.
custom-css.php File 863 bytes October 14 2024 11:06:00.
debug.php File 70 bytes October 14 2024 11:06:00.
enhanced-distribution.php File 1635 bytes October 14 2024 11:06:00.
gplus-authorship.php File 70 bytes October 14 2024 11:06:00.
gravatar-hovercards.php File 8597 bytes October 14 2024 11:06:00.
holiday-snow.php File 3675 bytes October 14 2024 11:06:00.
infinite-scroll.php File 9014 bytes October 14 2024 11:06:00.
json-api.php File 554 bytes October 14 2024 11:06:00.
latex.php File 3514 bytes October 14 2024 11:06:00.
likes.php File 43389 bytes October 14 2024 11:06:00.
manage.php File 1989 bytes October 14 2024 11:06:00.
markdown.php File 901 bytes October 14 2024 11:06:00.
minileven.php File 4812 bytes October 14 2024 11:06:00.
mobile-push.php File 86 bytes October 14 2024 11:06:00.
module-extras.php File 1179 bytes October 14 2024 11:06:00.
module-headings.php File 13529 bytes October 14 2024 11:06:00.
module-info.php File 54484 bytes October 14 2024 11:06:00.
monitor.php File 6058 bytes October 14 2024 11:06:00.
notes.php File 6556 bytes October 14 2024 11:06:00.
omnisearch.php File 489 bytes October 14 2024 11:06:00.
photon.php File 673 bytes October 14 2024 11:06:00.
post-by-email.php File 7669 bytes October 14 2024 11:06:00.
protect.php File 25356 bytes October 14 2024 11:06:00.
publicize.php File 10548 bytes October 14 2024 11:06:00.
random-redirect.php File 70 bytes October 14 2024 11:06:00.
related-posts.php File 2466 bytes October 14 2024 11:06:00.
sharedaddy.php File 1092 bytes October 14 2024 11:06:00.
shortcodes.php File 4427 bytes October 14 2024 11:06:00.
shortlinks.php File 2270 bytes October 14 2024 11:06:00.
site-icon.php File 463 bytes October 14 2024 11:06:00.
sitemaps.php File 665 bytes October 14 2024 11:06:00.
social-links.php File 70 bytes October 14 2024 11:06:00.
sso.php File 34429 bytes October 14 2024 11:06:00.
stats.php File 42196 bytes October 14 2024 11:06:00.
subscriptions.php File 37184 bytes October 14 2024 11:06:00.
theme-tools.php File 1966 bytes October 14 2024 11:06:00.
tiled-gallery.php File 864 bytes October 14 2024 11:06:00.
tonesque.php File 70 bytes October 14 2024 11:06:00.
vaultpress.php File 943 bytes October 14 2024 11:06:00.
verification-tools.php File 886 bytes October 14 2024 11:06:00.
videopress.php File 496 bytes October 14 2024 11:06:00.
widget-visibility.php File 409 bytes October 14 2024 11:06:00.
widgets.php File 1509 bytes October 14 2024 11:06:00.
wpcc.php File 70 bytes October 14 2024 11:06:00.
wpgroho.js File 1015 bytes October 14 2024 11:06:00.

Reading File: /home/ivftiowh/greeceivf.com/wp-content/plugins/jetpack/modules/holiday-snow.php

<?php

/**
 * Holiday Snow
 * Adds falling snow to a blog starting December 1 and ending January 3.
 * Not a module that is activated/deactivated
 * First Introduced: 2.0.3 ??
 * Requires Connection: No
 * Auto Activate: Yes
 */

class Jetpack_Holiday_Snow_Settings {
	function __construct() {
		add_filter( 'admin_init' , array( &$this , 'register_fields' ) );
	}

	public function register_fields() {
		register_setting( 'general', jetpack_holiday_snow_option_name(), 'esc_attr' );
		add_settings_field( jetpack_holiday_snow_option_name(), '<label for="' . esc_attr( jetpack_holiday_snow_option_name() ) . '">' . __( 'Snow' , 'jetpack') . '</label>' , array( &$this, 'blog_field_html' ) , 'general' );
		add_action( 'update_option_' . jetpack_holiday_snow_option_name(), array( &$this, 'holiday_snow_option_updated' ) );
	}

	public function blog_field_html() {
		$id = esc_attr( jetpack_holiday_snow_option_name() );
		?>
			<label for="<?php echo $id; ?>">
				<input type="checkbox" name="<?php echo $id; ?>" id="<?php echo $id; ?>" value="letitsnow"<?php checked( get_option( jetpack_holiday_snow_option_name() ), 'letitsnow' ); ?> />
				<span><?php _e( 'Show falling snow on my blog until January 4<sup>th</sup>.' , 'jetpack'); ?></span>
			</label>
		<?php
	}

	public function holiday_snow_option_updated() {

		/**
		 * Fires when the holiday snow option is updated.
		 *
		 * @module theme-tools
		 *
		 * @since 2.0.3
		 */
		do_action( 'jetpack_holiday_snow_option_updated' );
	}
}

function jetpack_holiday_snow_script() {

	/**
	 * Allow holiday snow.
	 *
	 * Note: there's no actual randomness involved in whether it snows
	 * or not, despite the filter mentioning a "chance of snow."
	 *
	 * @module theme-tools
	 *
	 * @since 2.0.3
	 *
	 * @param bool True to allow snow, false to disable it.
	 */
	if ( ! apply_filters( 'jetpack_holiday_chance_of_snow', true ) )
		return;

	/**
	 * Fires when it's snowing.
	 *
	 * @module theme-tools
	 *
	 * @since 2.0.3
	 */
	do_action( 'jetpack_holiday_snowing' );

	/**
	 * Filter the holiday snow JavaScript URL.
	 *
	 * @module theme-tools
	 *
	 * @since 2.0.3
	 *
	 * @param str URL to the holiday snow JavaScript file.
	 */
	$snowstorm_url = apply_filters( 'jetpack_holiday_snow_js_url', plugins_url( 'holiday-snow/snowstorm.js', __FILE__ ) );
	wp_enqueue_script( 'snowstorm', $snowstorm_url, array(), '1.43.20111201' );
}

function jetpack_maybe_holiday_snow() {
	if ( ! jetpack_is_holiday_snow_season() )
		return;

	if ( is_admin() ) {
		global $jetpack_holiday_snow;
		$jetpack_holiday_snow = new Jetpack_Holiday_Snow_Settings();
	} elseif ( get_option( jetpack_holiday_snow_option_name() ) ) {
		add_action( 'init', 'jetpack_holiday_snow_script' );
	}
}

function jetpack_holiday_snow_option_name() {

	/**
	 * Filter the holiday snow option name.
	 *
	 * @module theme-tools
	 *
	 * @since 2.0.3
	 *
	 * @param str The holiday snow option name.
	 */
	return apply_filters( 'jetpack_holiday_snow_option_name', 'jetpack_holiday_snow_enabled' );
}

function jetpack_is_holiday_snow_season() {
	$today          = time();
	$first_snow_day = mktime( 0, 0, 0, 12, 1 );
	$last_snow_day  = mktime( 0, 0, 0, 1, 4 );

	$snow = ( $today >= $first_snow_day || $today < $last_snow_day );

	/**
	 * Filter whether it's winter or not.
	 *
	 * You can use this filter if, for example, you live in the
	 * Southern Hemisphere. In that case, the dates for winter
	 * above are incorrect for your location.
	 *
	 * @module theme-tools
	 *
	 * @since 2.1.0
	 *
	 * @param bool $snow True if it's snow season, false if not.
	 */
	return apply_filters( 'jetpack_is_holiday_snow_season', $snow );
}

jetpack_maybe_holiday_snow();

SILENT KILLER Tool