PHP

WordPress運営

WordPressで子テーマは作るべき?

うん。じゃないと親テーマに更新があって更新しちゃったら、自分のカスタマイズが全て消えちゃうから。
Simple Membership

Simple Membershipプラグインでエラーメッセージ “Error! This site has the force WP user login feature enabled in the settings. We could not find a WP user record for the given username”が出る問題

Error! This site has the force WP user login feature enabled in the settings. We could not find a WP user record for the...
エックスサーバー

PHP8から使えるJITの設定方法

エックスサーバーでPHP → php.ini設定 → php.ini直接編集から設定する。デフォルトでは[Zend Optimizer]zend_extension = opcache.soopcache.jit = offとなっているはず...