@charset "utf-8";
/*
Theme Name: Lightning Child Sample
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.1.2
*/
// WordPress本体の更新通知を停止
add_filter('pre_site_transient_update_core', '__return_null');

// プラグインの更新通知を停止
add_filter('pre_site_transient_update_plugins', '__return_null');

// テーマの更新通知を停止
add_filter('pre_site_transient_update_themes', '__return_null');