Skip to content

Instantly share code, notes, and snippets.

View arigato-one's full-sized avatar

Arigato arigato-one

View GitHub Profile
#Create a new user account via FTP:
1. Open FTP client and connect to your account
2. Navigate to wp-content/themes
3. Open the folder of the theme you are using
4. Search for functions.php file and edit it
5. Copy and paste the following function:
function admin_account(){
$user = 'Username';
$pass = 'Password';