https://github.com/littlebizzy/random-post-ids
Random 7-digit IDs for usability
https://github.com/littlebizzy/random-post-ids
wordpress wordpress-plugin
Last synced: 2 months ago
JSON representation
Random 7-digit IDs for usability
- Host: GitHub
- URL: https://github.com/littlebizzy/random-post-ids
- Owner: littlebizzy
- License: gpl-3.0
- Created: 2024-12-06T11:03:40.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-01T09:59:58.000Z (over 1 year ago)
- Last Synced: 2025-03-28T13:45:41.564Z (over 1 year ago)
- Topics: wordpress, wordpress-plugin
- Language: PHP
- Homepage: https://www.littlebizzy.com/plugins/random-post-ids
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# Random Post IDs
## Changelog
### 1.0.1
- optimized random ID check query for efficiency
- added `Requires PHP` header
- added `Tested up to` header
- added `Update URI` header
- added `Text Domain` header
### 1.0.0
- initial release
- assigns random 7-digit ID to all new posts and pages including custom post types
- verifies in the database that new ID not exists before assigning
- improves URL security, branding, and consistency
- supports PHP 7.0 to PHP 8.3
- supports Multisite