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...
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...
Remove Website URL Field From WordPress Comments

Remove Website URL Field From WordPress Comments

We’ve recently noticed some legitimate comments coming through to WordPress that links back to a service link to help with SEO back links to the user’s own site. While we do encourage engagement from our readers, we try to avoid these back linking. In this...
How to add CSS to WordPress dashboard

How to add CSS to WordPress dashboard

In this article you will learn how to correctly add custom CSS to your WordPress dashboard. This is great if you want to create a white-label solution in some cases. Adding CSS to the WordPress area will require some code to achieve. Adding CSS code to the WordPress...