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,...
Change Shop Title For WooCommerce

Change Shop Title For WooCommerce

This article will show you how to quickly change the “Shop” page title of your WooCommerce store via the WordPress dashboard and with a custom code snippet. Changing the Shop Page Title For WooCommerce To change the shop page title for WooCommerce works...
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...
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...
Send A Custom WordPress Email To A Newly Registered User

Send A Custom WordPress Email To A Newly Registered User

In this guide we will show you how to send a custom WordPress email to a newly registered user. This will use WP Zapier as an example, but these principles may apply to any WordPress hook. WordPress is really awesome, in that there’s almost a function for...
Programmatically Create A WordPress Post Or Page With PHP

Programmatically Create A WordPress Post Or Page With PHP

Creating a WordPress page using PHP can be a powerful code recipe to have. In this guide we will share code on just how to do that. This guide will require you to know a bit of PHP to get it working as intended and will cover the basics so that you may implement this...