Action and Filter Hooks

Browse the database of various action and filter hooks available in Paid Memberships Pro. Select an action or filter to view detailed information, examples, and related articles with code recipes.

(more…)


Security

This document will discuss how we handle security while developing and maintaining Paid Memberships Pro and its related Add Ons. There are many things you can do to keep your WordPress site secure, but this document is focused solely on our development practices, how to notify us of a security vulnerability, and other frequently asked (more…)

(more...)

Classes

This documentation (in progress) details the important PHP classes for reference as you develop and extend Paid Memberships Pro. This is a PHP class reference for the key objects and methods in the Paid Memberships Pro codebase.

(more...)

Caching

Caching is a way to speed up your website load time. With caching, a rendered version of some or all of the page is saved on your web server. When someone visits your site, the cached version is loaded instead of generating the entire page each time….

Create a free account or log in to gain access to downloads and documentation.

(more...)

Redirections

Each frontend page in Paid Memberships Pro has specific redirect rules. This documentation page explains the redirects logic in the core plugin, including how users and members are redirected on log in and when accessing the membership account area. We’ll also cover how you can customize redirect rules using filters….

Create a free account or log in to gain access to downloads and documentation.

(more...)

Capabilities

Paid Memberships Pro adds the following list of capabilities upon activation. Every user with the administrator role will be assigned the full list of capabilities below. Use the Membership Manager Role Add On to allow a user to access the “Membership” area WordPress, without having to give them full admin access….

Create a free account or log in to gain access to downloads and documentation.

(more...)

Advanced Developer Code Recipes

Paid Memberships Pro is built in way that developers can extend and customize the core functionality using a variety of available classes, action hooks, filter hooks, and native functions….

Create a free account or log in to gain access to downloads and documentation.

(more...)

API

Paid Memberships Pro currently offers support for two APIs available in WordPress: the REST API and the XML-RPC method. Read the additional documentation pages below to explore these two options. You may also want to check out our Zapier App and documentation, which is another method to connect your site with third party applications.

(more...)
Was this article helpful?
YesNo