WordPress Twenty Seventeen
子テーマの「functions.php」
PHP Warning: Attempt to read property "xxxxx" on bool
子テーマの「functions.php」
PHP Warning: Attempt to read property "xxxxx" on bool
久しくチェックしていなかった「nginx の error.log」を見ると、「Attempt to read property」というワーニングメッセージが続発している。発生個所は、子テーマの「functions.php」に組み込んだカスタマイズコードの行になっている。
Attempt to read property "title"
Attempt to read property "description"
Attempt to read property "ID" on null
Attempt to read property "description"
Attempt to read property "ID" on null
以下、Attempt to read property への対応策を記録。