| 开发者 | obenland |
|---|---|
| 更新时间 | 2026年4月20日 22:31 |
| 捐献地址: | 去捐款 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
/wp-content/plugins/ directory.Yes! Under Settings > Approve User, you can choose when to send an email and customize the email content to your needs!
wp-approve-user/approve and wp-approve-user/unapprove abilities via the WP Abilities API so MCP clients and other integrations can drive the approval flow.wp-approve-user meta (e.g. pre-existing users on sites that enabled registration after install) were blocked from wp-admin without any feedback.update_user_meta( $id, 'wp-approve-user', true|false ) by coercing legacy boolean writes to the V12 three-state strings.RESETLINK email placeholder that sends users a one-time set/reset-password URL. Props @helgatheviking.true becomes approved and false becomes pending.