[How to] Add a User to WordPress Programmatically
WPAssist / How To - April 8, 2020In a recent development project, I had to add a user to WordPress programmatically because I had no WP user data but only access to FTP. If this is your case, here is the code I used to add myself to the WordPress users: <?php […]