Let Customers Pay What They Want in WooCommerce!

Let Customers Pay What They Want in WooCommerce!

In the ever-evolving world of e-commerce, offering flexibility can be a game-changer. While traditional fixed pricing works for many, what if you could empower your customers to set their own price? Imagine the possibilities: accepting donations, running...
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...