やっぱり大きなバージョン変更時は色々と不具合があるものですね。 WordPress のプラグインや PHP が動かなくなりました。 気付いたところから直していますが、結構あってビックリです。 Category Order and Taxonomy Terms Order Fatal error: Uncaught Error: Using $this when not in object context in /wp-content/plugins/taxonomy-terms-order/taxonomy-terms-order.php:136 Stack trace: #0 上記のようなエラーを吐きます。 このエラーでサイト全体が死にます。 これの対処法は該当ファイルの136行目のコードをコメントアウトすればいいようです。 add_action( 'wp_ajax_update-cus
