Change WordPress default email notification. Mostly used in new user registration, the default is `WordPress <wordpress@yourdomain.com>`. In my case I want to change the WordPress Name to my domain name. The output will be `Anthony Carbon <info@anthonycarbon.com>`. The codes below will complete your tasks.
How to get the Buddypress user avatar inside or outside the Buddypress template?
Copy and paste the codes below to your custom template. For more detailed information, please visit here https://codex.wordpress.org/Function_Reference/get_avatar. Happy coding 🙂
Gravity form user registration update confirmation redirect URL.
Gravity form user registration update confirmation redirect URL. How to set up your Gravity form user registration or user update profile to redirect to the Buddypress profile page? Using {user:user_nicename} will solve your problem. See image below on how to set up. Problem 1: I want my update profile form to redirect in my Buddypress […]