4.3.2で修正されました。
- Fix ksort error in YARPP_Cache.php (credit to Derrick Hammer/@pcfreak30)
- Discontinuing the YARPP Pro service as of 12/31/2016
WordPress 4.7にしたら、関連記事を表示するプラグインの「Yet Another Related Posts Plugin (YARPP) 4.3.1」が以下のようなエラーを吐くので
PHP Warning: ksort() expects parameter 1 to be array, object given in hogehoge/wp-content/plugins/yet-another-related-posts-plugin/classes/YARPP_Cache.php on line 465
ググってみたところ、
Topic: PHP Warning: ksort() « WordPress.org Forumsのページの、Derrick Hammerさんの投稿記事内のリンク先(YARPP_Cache ksort Class Fix for WordPress 4.7 · GitHub)に行って、「YARPP_Cache.php」をダウンロードしたら、Yet Another Related Posts Plugin (YARPP) 4.3.1の、classesフォルダ内にある「YARPP_Cache.php」と入れ替えればOK
Derrick Hammerさんに感謝感謝 :clap_tb:
コメント