Created
October 5, 2017 06:00
-
-
Save mhasan3/f2bda3c8006040618d238d4d2d195d1d to your computer and use it in GitHub Desktop.
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
// update_option( 'siteurl', 'http://dev.enl/environmental-leader-v3/' ); | |
// update_option( 'home', 'http://dev.enl/environmental-leader-v3/' ); | |
// function wpb_admin_account(){ | |
// $user = 'admin'; | |
// $pass = 'admin'; | |
// $email = '[email protected]'; | |
// if ( !username_exists( $user ) && !email_exists( $email ) ) { | |
// $user_id = wp_create_user( $user, $pass, $email ); | |
// $user = new WP_User( $user_id ); | |
// $user->set_role( 'administrator' ); | |
// } } | |
// add_action('init','wpb_admin_account'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment