WordPress permalinks that end with a hyphen result in a 404
You could code a database patch in PHP/with the WordPress APIs, but since it sounds like you won’t be repeating this process frequently, I think that’s probably overkill. The most straightforward approach to bulk changes like this is a quick SQL update directly on the database. Bulk Update via SQL Query One large exception to … Read more