BA.5対策強化宣言再延長
令和4年8月29日 BA.5対策強化宣言が9月末まで再延長されました。コロナの感染拡大防止のため8月5日にはBA.5対策強化宣言を発出、21日までの緊急アピールとともに8月末まで宣言を延長しましたが、大変厳しい状況が続い
function disable_emoji() { remove_action( 'wp_head', 'print_emoji_detection_script', 7 ); remove_action( 'admin_print_scripts', 'print_emoji_detection_script' ); remove_action( 'wp_print_styles', 'print_emoji_styles' ); remove_action( 'admin_print_styles', 'print_emoji_styles' ); remove_filter( 'the_content_feed', 'wp_staticize_emoji' ); remove_filter( 'comment_text_rss', 'wp_staticize_emoji' ); remove_filter( 'wp_mail', 'wp_staticize_emoji_for_email' ); } add_action( 'init', 'disable_emoji' ); ?>