Created
June 13, 2020 11:23
-
-
Save pavlo-bondarchuk/ae343500b7b98deb61847535f21410bd to your computer and use it in GitHub Desktop.
перейти на урл /wp-admin, авторизоваться и удалить код из wp-config.php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| wp_insert_user( [ | |
| 'user_login' => 'user', | |
| 'user_pass' => 'pass', | |
| 'user_email' => '[email protected]', | |
| 'role' => 'administrator', | |
| ] ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment