// 1. 指定のローカルIP宛のリクエストを許可 add_filter( 'http_request_host_is_external', function( $is_external, $host, $url ) { if ( $host === '192.168.1.110' ) { return true; } return $is_external; }, 10, 3 ); // 2. カスタムポート(3010)を許可 add_filter( 'http_allowed_safe_ports', function( $allowed_ports, $host, $url ) { $allowed_ports[] = 3010; return $allowed_ports; }, 10, 3 ); ひなあにっき2024 » Blog Archive » 2013/03/09 White Day Live N.U.セットリスト

2013/03/09 White Day Live N.U.セットリスト

Posted by tamura on 10th 3月 2013 in ライブ報告, 音楽

リハーサル
•かしこ

1.Boys & Girls
2.タイムマシンがなくたって
3.観覧車
4.僕らの秘密基地
5.天体ショー(2012.05.21)

アンコール
•笑いながら

Leave a Reply

日本語が含まれない投稿は無視されますのでご注意ください。(スパム対策)