thebrandonallen / edit-author-slug

WordPress plugin that allows an admin (or capable user) to edit the author slug of a user, and change the author base. New development takes place on the 'develop' branch.
http://wordpress.org/plugins/edit-author-slug/
GNU General Public License v2.0
41 stars 8 forks source link

Please add support for Co Author Plus plugin #30

Open Peterr-K opened 3 years ago

Peterr-K commented 3 years ago

Hi

please add support for this plugin https://wordpress.org/plugins/co-authors-plus/

What need to be added is just this: When author's nicename is changed, check table 'wp_terms' and if there is found 'cap-oldnicename' in the column 'slug' rename it to 'cap-newnicename'.

thx