このプラグインは登録フォームを使用せずに運用することができます。
誰にも登録されず、招待されたユーザーにログイン情報が送信されることを望まないプライベートブログなどのように、他の登録方法を使用している可能性のあるユーザー向けの機能です。 この場合、特定のセットアップのニーズに基づいて以下の手順を実行します。:
- [オプション > コンテンツ > 登録フォームを表示 ]にある「登録フォームを表示」オプションのチェックを外します。
- このプラグインのショートコード [
wpmem_form register]を使った登録ページは作成せず、[オプション > 固定ページ > 登録ページ] が設定されていないことを確認してください。 - ショートコード[
wpmem_profile]を使う際はregister=hide属性を追加してください。
原文を見る
The plugin can be run without using the registration forms.
For users that might have some other method of registration, up to and including private blogs that don’t want anyone registering and thus sending invited users login information. In this case, complete the following based on your specific setup needs:
https://rocketgeek.com/plugins/wp-members/docs/registration/remove-registration-options/
- Uncheck the options to display registration in Options > Content > Show Registration Form.
- Do not establish a registration page for the plugin (shortcode [
wpmem_form register]), and make sure Options > Pages > Register Page is unset.- Add the register=hide attribute to the [
wpmem_profile] shortcode.
重要:
これはWordPress 自体の登録を無効にしている訳ではありません。 それは別の問題です。簡単に言うとこれはWP-Membersの登録フォームを非表示にするための設定です。
原文を見る
This is not the same as turning off registration for WordPress itself. That is a separate issue. This is simply a setting to remove the WP-Members registration forms from display.
https://rocketgeek.com/plugins/wp-members/docs/registration/remove-registration-options/