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);
Solved it by setting the breakpoint at 1200 and add #shiftnav-toggle-main{display: none} in my custom.css file for mobile and tablet
Hi,
i’ve the same problem