How to’s

Create admin user wordpress

########################################### <?php // ADD NEW ADMIN USER TO WORDPRESS // ———————————- // Put this file in your WordPress root directory and run it from your browser. // Delete it when you’re done. require_once(‘wp-blog-header.php’); require_once(‘wp-includes/registration.php’); // —————————————————- // CONFIG VARIABLES // Make sure that you set these before running the file.…