coxixx
Forum Replies Created
-
Hi @cryptex_vinci
there is no persian in the address that you mentioned (ultimate-member/includes/core/um-actions-login.php).I searched my whole website’s folder but didn’t find that Persian words. does it get Persian translation from online address?- This reply was modified 4 years, 7 months ago by coxixx.
I just need after redirecting to another page then send email to user and also admin and says “your profile update”.
what should i add to this code that you sent me for sending email to that user and admin also ?add_filter("um_update_profile_redirect_after","um_092021_add_message_after_profile_update"); function um_092021_add_message_after_profile_update( $url ){ $url = "/my-custom-page"; return $url; }thank you
you are awesome!
thank you so much.it would be better if redirect to a new page then shows the message. is it possible?
is possible shows it beside gear menu or below profile picture? because i disabled profile menu.
https://drive.google.com/file/d/1nXfsOykLjHMUYhvqFRHcZY98ykUpww_a/view?usp=sharingthis is my profile pic
https://drive.google.com/file/d/1Zob8FsBET1HolsctEjZzqPxcYGrkvvwX/view?usp=sharingI use “Neve” theme. I added your code to My child-theme’s functions.php but nothing happens .
- This reply was modified 4 years, 8 months ago by coxixx.
thank you so much.
is possible it shows message after updating users profile. it doesn’t show any message to user.