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