PayPal Add-on Developer Docs

Contents

Introduction

The PayPal Add-on provides an assortment of hooks, filters, and capabilities that can be used to modify the default functionality or extend it.

Hooks and Filters

Following is a list of available hooks and filters.

Form Submission

The following hooks are fired when a Gravity Form with an attached PayPal feed is submitted.

  • gform_paypal_query
    Use this filter to modify the query string that will be sent to PayPal
  • gform_paypal_request
    Use this filter to modify the URL that will be sent to PayPal. This is the full URL, including the query string

Settings / Feed Configuration

The following hooks are fired within the PayPal Add-on's settings page and the feed configuration page and allow you to add new or modify existing settings and configuration meta.

IPN

Role Management

The User Registration Add-on introduces some new capabilities to the WordPress Role system. For more information, check out the Role Management page.

Search the Documentation