How can I adjust the unique post ID length assigned to new post types in WordPress?
I'd like to set a minimum limit on this, for example:
your-site.com/?p=258
Becomes:
your-site.com/?p=25865487
Having searched, I cannot find any docs/filter or function to do this.
Thanks