Random User IDs
| 开发者 |
DaveFX
|
| 更新时间 |
2026年3月24日 01:58 |
| 捐献地址: |
去捐款 |
| PHP版本: |
3.1 及以上 |
| WordPress版本: |
6.9 |
| 版权: |
GPLv3 |
| 版权网址: |
版权信息
|
详情介绍:
更新日志:
20201115
- Adding new filter dfx_random_user_id_min_id to customize the minimum allowed user ID number
20190125
- Adding new filter dfx_random_user_id_max_id to customize the maximum allowed user ID number
20170720
- Updating documentation to reflect changes incoming with WordPress version 4.9.
20170526
- Now the maximum generated ID is Javascript's MAX_SAFE_INTEGER / 2, so we shouldn't generate problems with the Javascript layer.