Posts by Caio Henrique • 23 points
1 post
-
2
votes1
answer221
viewsQ: Custom registration of users in wordpress
I need to register users in wordpress, and register this user information in another database table global $wpdb; if( count($_POST) > 0) { $userdata = array( 'user_login' => $_POST['nome'],…