• There’s an easy fix to make this plugin compatible with WordPress 4.0 and up.

    Replace line 13 of re-slug.php with the following text:

    $return = str_replace('Edit</button>', 'Edit</button> <button type="button" id="re-slug" class="re-slug button button-small hide-if-no-js" style="display:none;">Re-slug</button>', $return);

    Functions perfectly after that change.

    Thanks to Laura Schatzkin for the tip!

    https://wordpress.org/plugins/re-slug/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fix for WordPress 4.0 and up.’ is closed to new replies.