Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #35352, comment 9


Ignore:
Timestamp:
03/29/2017 06:37:36 PM (8 years ago)
Author:
lukecavanagh
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35352, comment 9

    initial v1  
    22
    33I was able to find this method.
     4http://wordpress.stackexchange.com/questions/135931/reslug-a-custom-post-type/136099#136099
    45
    5 http://wordpress.stackexchange.com/questions/135931/reslug-a-custom-post-type/136099#136099
    6 This updated version of
     6Forked updated version of the re-slug plugin
     7https://github.com/lukecav/re-slug
    78https://wordpress.org/plugins/re-slug/
    8 https://gist.github.com/lukecav/b82ae8d6efdedfe7c6e256e1abfa7b89
    99
    1010Works in WP 4.7.3 on local dev, so if you edit the post name, then hit the re-slug button next to Edit near the slug metabox, it will update the slug to match the post name before post save.