Articles in this category
Changing Form Label Text
Sometimes you want to update the text of your GiveWP forms. This is a list of actions you can use to do just that…
Conditional Functions
GiveWP provides several useful conditional functions to allow developers to more easily extend or customize their websites with GiveWP.
Conditionally Load GiveWP Styles and Scripts
Some developers put a lot of attention into which styles and scripts are loaded on each page of their site. This article explains how…
Currency Formatting with GiveWP
What is Currency Formatting? GiveWP allows admins to collect donations in a diverse world with over 170 different currencies used worldwide. Everything from the…
Customizing GiveWP Shortcode Templates
GiveWP is designed to look great out of the box. But you might want to customize the markup of your shortcodes. Your theme might…
Customizing the Required Donation Form Fields
Sometimes you may want to create additional form fields within your donation forms. Here’s how to customize which fields to make required.
Developer Docs
This section provides detailed explanations and code examples meant for developers. The following docs outline functions and hooks in GiveWP that are available to…
GiveWP API Reference
Did you know that GiveWP comes packaged with a powerful API that allows you to expose donation data in either JSON or XML format?…
GiveWP CLI
GiveWP comes pre-packaged with support for the WordPress Command Line Interface (WP-CLI). This article demonstrates and walks you through how to access your GiveWP…
GiveWP PHP Constants
GiveWP comes with a few useful PHP Constants for developers. These should be placed in your wp-config.php file and only if you understand exactly…
How to Add Custom Email Tags
GiveWP allows you to create custom email tags that can be used to add selected data to your email message. This is useful if…
How to Build a Gateway Add-on for GiveWP
The GiveWP Payment Gateway API helps developers create payment gateway add-ons with ease. Pairs well with the Example repository.