カテゴリー: スニペット,
「Microkid’s related posts」。古くメンテされていないWordPressプラグインなのでインストールすることはないが、昔のサイトで利用しているので対処する必要がでた。
Warning 出してることに気づいたので対処メモ
[11-May-2020 15:14:53 UTC] PHP Warning: count(): Parameter must be an array or an object that implements Countable in /home/userid/public_html/example.com/wp/wp-content/plugins/microkids-related-posts/microkids-related-posts.php on line 645
Before
if( count( $post_type_related_posts ) ) {
After
if( $post_type_related_posts ) {
必要なのは存在確認だけだった。
どれくらいのサイトに入れたのか確認が面倒なのだけれど、見つけ次第ポチポチ直していこうと思う(怠惰
関連記事はまだありません