analytics( 'add-analytics.php' ); $content .= $analytics->analytics( 'add-analytics-head.php' ); // AMP の拡張スクリプト が必要かどうかの判定 $amp_extensions = thk_amp_extensions(); // 必要となる AMP の拡張スクリプトがある場合、そのエクステンションのキーをグローバル変数に設定 foreach( $amp_extensions as $key => $val ) { if( stripos( $content, '<' . $key . ' ' ) !== false || stripos( $content, '<' . $key . "\n" ) !== false) $luxe[$key] = true; } if( stripos( $content, '' ) !== false ) $luxe['amp-form'] = true; unset( $content, $amp_extensions );