In this article we will show you how to customize wordpress user emails messages, this is achieved by using core WordPress filters to modify the email before being sent.
How to create a WordPress edit profile shortcode that can be added to any page, allowing logged in users to manager their profile via a frontend WordPress user profile form instead of using the built in WordPress admin edit profile screen.
How to display a WordPress lost password form and password reset form on any page using a custom shortcode, enhancing both forms to submit via ajax to improve the user experience.
How to display a WordPress registration form on any page using a custom shortcode, enhancing the wordpress registration page to submit the form via ajax, offer users a richer wordpress registration experience.