| 开发者 | elemntor |
|---|---|
| 更新时间 | 2026年6月3日 16:07 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv3 |
| 版权网址: | 版权信息 |
wp_authenticate for credential validation and WordPress Application Passwords for API access, and follows standard permission checks (current_user_can) for all requests.
Typical use cases
wp_authenticate and issues Application Passwords for API access/wp-content/plugins/sticklight-connector directory, or install the plugin through the WordPress plugins screen.No. It delegates credential validation to wp_authenticate and uses WordPress Application Passwords for API access.
No. All requests are validated using standard WordPress capability checks.
Yes. It is designed for headless and cross-origin WordPress architectures.
No. User creation should be done through the built-in WordPress REST API (POST /wp-json/wp/v2/users) with administrator authentication.
Yes. Developers can add or modify behavior using WordPress hooks and filters.