How to mass get post editor URLs
The company I work for has 300+ products on their website. I was able to grab all the published product post URLs on the site, because the permalink shared a common format:
https://domain.com/product/[product-name]
but I was hoping that I can also get the URLs for the post editor for each item.
URL is
https://domain.com/wp=admin/post.php?post=####action=edit
Is this possible? If so, how? When I tried searching this is the only thing I know that relates to what I'm trying to do but I'm completely unsure because it only gets 1 link not multiple.
Topic post-editor permalinks posts custom-post-types Wordpress
Category Web