Title: arretnet's Replies | WordPress.org

---

# arretnet

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

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

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 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] Doing registration programmaticaly](https://wordpress.org/support/topic/doing-registration-programmaticaly/)
 *  Thread Starter [arretnet](https://wordpress.org/support/users/arretnet/)
 * (@arretnet)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/doing-registration-programmaticaly/#post-10871403)
 * Hi,
    yes you can I did it I used wp_insert_user and created the link in my plugin
   using the “activate_via_email” mail template, this one is sending by wp_mail.
 * I uszed this to create $hash:
    $hash=UM()->validation()->generate(); update_user_meta(
   $user_id, ‘account_secret_hash’, $hash);
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ShiftNav - Responsive Mobile Menu] Shivnav pro breaks scrolling if resolution past break point](https://wordpress.org/support/topic/shivnav-pro-breaks-scrolling-if-resolution-past-break-point/)
 *  [arretnet](https://wordpress.org/support/users/arretnet/)
 * (@arretnet)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/shivnav-pro-breaks-scrolling-if-resolution-past-break-point/#post-7721755)
 * Solved it by setting the breakpoint at 1200 and add #shiftnav-toggle-main{display:
   none} in my custom.css file for mobile and tablet
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ShiftNav - Responsive Mobile Menu] Shivnav pro breaks scrolling if resolution past break point](https://wordpress.org/support/topic/shivnav-pro-breaks-scrolling-if-resolution-past-break-point/)
 *  [arretnet](https://wordpress.org/support/users/arretnet/)
 * (@arretnet)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/shivnav-pro-breaks-scrolling-if-resolution-past-break-point/#post-7721745)
 * Hi,
    i’ve the same problem

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