// 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 » ひなた@スマソン(2014.04.19)

ひなた@スマソン(2014.04.19)

Posted by tamura on 19th 4月 2014 in ライブ報告, 音楽
  • まっしろな気持ち(リハーサル)
  • Smile Songs2(こもりさんとワンフレーズのみ)
  • 夢パレット
  • 君に届けラブソング
  • 長生橋から
  • 正しい道(明日発売のNew Singleから)
  • Smile
  • ひなた(アンコール)

Leave a Reply

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