表示

このフォームはWP-Membersのウィジェットが配置されている場所に表示されます。

原文を見る

This form will display wherever the WP-Members widget is placed.

https://rocketgeek.com/plugins/wp-members/docs/customizing-forms/widget-login-form/

HTML

フォーム用に生成されるデフォルトのHTMLはフォームの作成に使用される関数フィルターを使って変更することができます。

原文を見る

The default generated HTML for the form can be changed by the use of filters in the functions used to create the form.

https://rocketgeek.com/plugins/wp-members/docs/customizing-forms/widget-login-form/

フィルター

ウィジェットログインフォームのテキストとHTMLはフォームの構築処理中に実行される様々なフィルターによって変更できます。

ウィジェットのフィルターフックは全て、/includes/class-wp-members-widget.php のコード内で文書化されているの確認してみてください。

原文を見る

Text and HTML in the login form can be changed by various filters that run during the process of building the form.

Note that all of the filter hooks for the widget are documented inline in /includes/class-wp-members-widget.php.

https://rocketgeek.com/plugins/wp-members/docs/customizing-forms/widget-login-form/