| 开发者 | ketu762 |
|---|---|
| 更新时间 | 2024年10月10日 14:01 |
| PHP版本: | 7.0 及以上 |
| WordPress版本: | 6.6 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
/wp-content/plugins/custom-login-register-fields directory, or install the plugin through the WordPress plugins screen directly.Go to the 'Custom Fields' menu in the WordPress admin. Enter the field label, select the field type, and optionally add validation rules. Click 'Add Field' to save the field.
When adding a new field, you can specify validation rules in the 'Validation' input. For example, to make a field required and ensure it matches a pattern, you can use required|pattern=[0-9]{10}.
You can reorder fields by dragging and dropping them in the 'Custom Fields' list.
Click the 'Delete' link next to the field you want to remove in the 'Custom Fields' list.