Learn how to send an email to an admin when a user updates their email address in their WordPress profile. This can be adjusted to work for any specific field for the user’s account. Automating WordPress Notifications We always geek out about automating menial...
It’s no secret. Membership websites are growing in popularity. Part of this is due to the increasing need for people to take their business online. The other part is that people are looking for ways to monetize their knowledge and bring in that sweet monthly...
This guide will show you how to create a WooCommerce product programmatically. This is intended for developers or people comfortable to work with code. WooCommerce uses a Custom Post Type to create and store products, we’ll create a simple product via PHP and...
In this short guide, we will cover how to redirect user’s to a specific page when logging out of their WordPress account. This will require a little bit of copy, pasting and possibly editing the line of code for wp_redirect to the specified URL you would like...
In this article we will cover how to manually update a WordPress plugin using WordPress 5.6. This is great if you are unable to automatically update a WordPress plugin or theme. I highly recommend in having a backup of your site (or plugin) before updating your...
In this article, we will cover how to change the password hint text that WordPress displays. This won’t change any functionality on the WordPress password checker but just the outputted text. You may want to simplify this wording for non-technical users or even...