Challengeチャレンジ
成功
Warning: Use of undefined constant…というようなエラーが記載されたときの対応
事の発端
Warning: Use of undefined constant url - assumed 'url' (this will throw an Error in a future version of PHP) in /home/c7565155/public_html/korokorosukkiri.com/wp-content/themes/maxysite/single.php on line 37
ローカル環境内でカスタムフィールド作成中にエラーが表示された
解決方法
数の配列を取得する際には、$data['url']などのようい各それぞれを'(シングルコーテーション)でくくる必要がある
原因
PHP7.2で生じている現象
結果
エラー文章が消えたので解決方法の対応に修正