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...
Import Advanced Custom Fields From CSV

Import Advanced Custom Fields From CSV

In this guide you will learn how to import Advanced Custom Fields from CSV. This guide will focus on user fields in particular. What you need Import Users From CSV (WordPress.org download)Latest version of Advanced Custom FieldsAccess to Google Sheets or something...
Finally, a Free Theme for WordPress That Doesn’t Suck!

Finally, a Free Theme for WordPress That Doesn’t Suck!

We’ve all been there. Scrolling through an endless sea of free WordPress themes and hoping for that one particular thumbnail to appear so we can build our website. But, unfortunately, the deeper you search, the deeper you find yourself in the repository. It can be...
How to add custom fields to PMPro PDF Invoices

How to add custom fields to PMPro PDF Invoices

In this guide you will learn how to create and add custom fields to Paid Memberships Pro PDF Invoices. This can be anything from a value from a database table, post meta to user meta. What Is A Custom Variable A custom variable is similar to a WordPress shortcode,...
Display username in your WordPress Menu

Display username in your WordPress Menu

In this guide, we will cover how to display a user’s name in a WordPress menu. This will require a bit of knowledge with working with code snippets and general shortcodes in WordPress. This solution will create a custom shortcode or variable, {{username}} to be...