Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 474 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 474 Bytes

change-user-nicename

WP-CLI command for changing user_nicename

Use at your own risk! Always back up your database before making potentially destructive changes.

Installation

Use wp package install to install this package.

wp package install https://github.com/cuny-academic-commons/change-user-nicename.git

Usage

wp change-user-nicename <old_nicename> <new_nicename>

Be sure to clear any persistent cache after running this command.