ログインしないと閲覧できないページを作り、購読者でログインした場合で、自身のプロフィールは編集可能だ。 そしてパスワードも変更可能なので、パスワード変更の項目だけを非教示しする。 functions.phpに以下のコードを追加する。 function update_password_fields( $show_password_fields ) { global $current_user; get_currentuserinfo(); $level = absint($current_user->user_level); if( !current_user_can('level_10')){ echo "<strong>パスワードの変更は、定期的に行う必要があります</strong>"; echo "<p>パスワードの変更は、管理者へ申し出てください</p>"; }else{ retur