2
カール出力を隠す
このようにコンソールにhtml出力を表示するcurlリクエストを作成しています <b>Warning</b>: Cannot modify header information - headers already sent by (output started at /home/domain/public_html/wp-content/themes/explicit/functions/ajax.php:87) in <b>/home/domain/public_html/wp-content/themes/explicit/functions/ajax.php</b> on line <b>149</b><br />...... 等 CURLリクエストを実行するときにこれらの出力を非表示にする必要があります。このようにCURLを実行してみました。 curl -s 'http://example.com' しかし、それでも出力が表示されます。出力を非表示にするにはどうすればよいですか? ありがとう
209
curl