When running a WordPress site on PHP 8.2, you may see the following warning in your logs or on the screen. ThiContinue reading “Reason for ‘Deprecated: Creation of dynamic property’ – Understanding and Dealing with PHP 8.2 x WordPress”
Tag Archives: PHP
Deprecated: Creation of dynamic property ~ が出る理由 【PHP 8.2 × WordPress】で理解すべきことと対処法
WordPressサイトをPHP 8.2で動かしていると、次のような警告がログや画面に出ることがあります。 これは 「サイトが壊れた」エラーではなく、将来の互換性に関する警告です。 しかし、はじめて見ると大量に出て不安にContinue reading “Deprecated: Creation of dynamic property ~ が出る理由 【PHP 8.2 × WordPress】で理解すべきことと対処法”
Reasons for Massive WordPress Notices and How to Distinguish ‘Ignore vs Fix’ [Beginner’s Guide]
![Reasons for Massive WordPress Notices and How to Distinguish ‘Ignore vs Fix’ [Beginner’s Guide]](http://www.zidooka.com/wp-content/uploads/2026/01/795b7bd71e6dd0d6ab6a5a5886fa5738-1024x683.png)
When working with WordPress, you may encounter a display like this one day. Yellow or red text filling the scrContinue reading “Reasons for Massive WordPress Notices and How to Distinguish ‘Ignore vs Fix’ [Beginner’s Guide]”
WordPressの Notice が大量に出る理由と「無視していいもの/直すべきもの」の切り分け方【入門】

WordPressで作業していると、ある日こんな表示に出くわすことがあります。 画面いっぱいに黄色や赤の文字 「誤って呼び出されました」 「この通知はバージョン〇〇で追加されました」 特に、テーマやプラグインを少し触り始Continue reading “WordPressの Notice が大量に出る理由と「無視していいもの/直すべきもの」の切り分け方【入門】”
VSCode の「Cannot validate since a PHP installation could not be found.」は何? 解決法を調べたのでメモ

Windows / VSCode で PHP ファイルを開いたときに出る定番の警告で、“VSCode が PHP 本体(php.exe)を見つけられないので構文チェックができません” という意味です。あなたのコードの問題Continue reading “VSCode の「Cannot validate since a PHP installation could not be found.」は何? 解決法を調べたのでメモ”
WordPressで特定のタグがついた記事のAdSenseを無効化する方法|コードあり

WordPressでブログを運営していると、特定のアフィリエイト記事などではAdSense広告を表示したくない場合があります。 今回は、affiliate というタグがついている記事だけAdSenseコードを出力しないよContinue reading “WordPressで特定のタグがついた記事のAdSenseを無効化する方法|コードあり”
WordPressで「unexpected token <」と出て真っ白になったら?初心者向けにやさしく解説

WordPressをカスタマイズしていて、保存した瞬間に画面が真っ白になり、こんなエラーが出たことはありませんか? Parse error: syntax error, unexpected token "&lContinue reading “WordPressで「unexpected token <」と出て真っ白になったら?初心者向けにやさしく解説"
WordPress “unexpected token <" Error: A Gentle Guide for Beginners

Have you ever been customizing WordPress, hit save, and suddenly faced a white screen with this error? Parse eContinue reading “WordPress “unexpected token <" Error: A Gentle Guide for Beginners"
Correct Cause and Solution for ‘Fatal error: Call to undefined function’
A case where a single line in functions.php crashes the WordPress admin screen When operating WordPress, you mContinue reading “Correct Cause and Solution for ‘Fatal error: Call to undefined function’”
Fatal error: Call to undefined function が出たときの正しい原因と対処法
functions.php の1行で WordPress 管理画面が落ちるケース WordPressを運用していると、ある日突然、管理画面にアクセスできなくなることがあります。 画面には大量のエラーメッセージが表示され、Continue reading “Fatal error: Call to undefined function が出たときの正しい原因と対処法”