Title: mobnew's Replies | WordPress.org

---

# mobnew

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Messaging App Notification](https://wordpress.org/support/topic/messaging-app-notification/)
 *  Thread Starter [mobnew](https://wordpress.org/support/users/mobnew/)
 * (@mobnew)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/messaging-app-notification/#post-6764818)
 * Anyone run into this issue?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Add to "Delete Account" Tab](https://wordpress.org/support/topic/add-to-delete-account-tab/)
 *  Thread Starter [mobnew](https://wordpress.org/support/users/mobnew/)
 * (@mobnew)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/add-to-delete-account-tab/#post-6707010)
 * Much appreciated. So I take it there is not a hook that can be utilized for the
   delete tab?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Populate custom fields on account page](https://wordpress.org/support/topic/populate-custom-fields-on-account-page/)
 *  Thread Starter [mobnew](https://wordpress.org/support/users/mobnew/)
 * (@mobnew)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/populate-custom-fields-on-account-page/#post-6503719)
 * Thank you. Much appreciated.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Populate custom fields on account page](https://wordpress.org/support/topic/populate-custom-fields-on-account-page/)
 *  Thread Starter [mobnew](https://wordpress.org/support/users/mobnew/)
 * (@mobnew)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/populate-custom-fields-on-account-page/#post-6503516)
 * I would have to guess there is a better way, but for now I have found adding 
   the following to the start of the above function works:
 *     ```
       global $wpdb;
       $user_ID = get_current_user_id();
   
       $company = $wpdb->get_row("SELECT * from wp_usermeta WHERE user_id='".$user_ID."' AND meta_key='company'");
       ```
   
 * And then adding** value=”<?=$company->meta-value ?>”** to the input.
 * If there is a better or more efficient way to complete this, please let me know.
 * Thank you,

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