Where is the old post permalink slug stored?

It’s in the table postmeta with the meta_key of _wp_old_slug

If you wanted to clear all of the old slugs you could use this:

DELETE FROM wp_postmeta WHERE meta_key = '_wp_old_slug';

Leave a Comment

404 Not Found

Not Found

The requested URL was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.