Title: Robison Luiz Fernandes's Replies | WordPress.org

---

# Robison Luiz Fernandes

  [  ](https://wordpress.org/support/users/robisonweb/)

 *   [Profile](https://wordpress.org/support/users/robisonweb/)
 *   [Topics Started](https://wordpress.org/support/users/robisonweb/topics/)
 *   [Replies Created](https://wordpress.org/support/users/robisonweb/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/robisonweb/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/robisonweb/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/robisonweb/engagements/)
 *   [Favorites](https://wordpress.org/support/users/robisonweb/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [How to change the user_login by the usermeta field of the same User.](https://wordpress.org/support/topic/how-to-change-the-user_login-by-the-usermeta-field-of-the-same-user/)
 *  Thread Starter [Robison Luiz Fernandes](https://wordpress.org/support/users/robisonweb/)
 * (@robisonweb)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/how-to-change-the-user_login-by-the-usermeta-field-of-the-same-user/#post-16679656)
 * I Use this :
 *     ```wp-block-code
       UPDATE wp_usersJOIN wp_usermeta ON wp_users.ID = wp_usermeta.user_idSET wp_users.user_login = wp_usermeta.meta_valueWHERE wp_usermeta.meta_key = '_mat';
       ```
   
 * **via: **[https://stackoverflow.com/questions/76060491/how-to-change-the-user-login-by-the-usermeta-field-of-the-same-user/](https://stackoverflow.com/questions/76060491/how-to-change-the-user-login-by-the-usermeta-field-of-the-same-user/)
    -  This reply was modified 3 years, 1 month ago by [Robison Luiz Fernandes](https://wordpress.org/support/users/robisonweb/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Custom Fields (ACF®)] How to load Post Type fields with data from a remote API](https://wordpress.org/support/topic/how-to-load-post-type-fields-with-data-from-a-remote-api/)
 *  Thread Starter [Robison Luiz Fernandes](https://wordpress.org/support/users/robisonweb/)
 * (@robisonweb)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/how-to-load-post-type-fields-with-data-from-a-remote-api/#post-14906934)
 * I use a dropdown list with manually entering data.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Members Membership Plugin] Restricted content page template](https://wordpress.org/support/topic/restricted-content-page-template/)
 *  [Robison Luiz Fernandes](https://wordpress.org/support/users/robisonweb/)
 * (@robisonweb)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/restricted-content-page-template/#post-9042827)
 * How do I not show the Registration Form when the user is not logged in to the
   site?
 * I would just like to show the message and the login form.
 * [ ]’s Robison

Viewing 3 replies - 1 through 3 (of 3 total)