Send email to admins on WordPress profile update

Send email to admins on WordPress profile update

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...
Create a WooCommerce Product Programmatically

Create a WooCommerce Product Programmatically

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...
Redirect User’s On WordPress Logout

Redirect User’s On WordPress Logout

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...
How To Manually Update A WordPress Plugin

How To Manually Update A WordPress Plugin

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...
How To Change The WordPress Password Hint Text

How To Change The WordPress Password Hint Text

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...