Automattic / WPCOM-Legacy-Redirector

WordPress plugin for handling large volumes of legacy redirects in a scalable manner.
20 stars 16 forks source link

Make redirects support different post statuses #131

Open GaryJones opened 4 months ago

GaryJones commented 4 months ago

As per https://github.com/Automattic/WPCOM-Legacy-Redirector/issues/125#issuecomment-2124348509 when redirect posts are added, they end up with a draft post status.

To enable a concept of active and inactive (and trashed #125) redirects, we need to:

A future separate issue can then look at the UI and implementation for toggling the active status of a redirect.