• The PHP code is very simple, but does it effectively.

    A few notes:
    – as someone else noted, you’ll find it under Tools
    – get access to your database and back up your wp_posts table
    – the plugin doesn’t check for duplicates, so after running it you can do SQL like this (for a Woocommerce product table): SELECT post_name, count(*) occurrences from wp_posts where post_type = ‘product’ group by post_name having count(*) > 1
    – the plugin only re-generates for non-private posts

    Kudos to the developer

  • The topic ‘Does an awesome job (my opinion as a professional programmer)’ is closed to new replies.