Category

Developer Docs

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…
2 min read
Conditional Functions
GiveWP provides several useful conditional functions to allow developers to more easily extend or customize their websites with GiveWP.
2 min read
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…
2 min read
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…
4 min read
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…
2 min read
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.
1 min read
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…
1 min read
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?…
14 min read
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…
6 min read
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…
2 min read
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…
2 min read
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.
19 min read