The MemberPress Developer Tools is an essential add-on for users who need to extend the core functionality of MemberPress beyond its out-of-the-box settings. It essentially acts as a bridge, allowing your membership site to communicate with external applications and custom code.
This is EXACTLY the same product as distributed by the developer. Sales Page
1. Full REST API
The plugin exposes a robust REST API that allows developers to perform CRUD (Create, Read, Update, Delete) operations on MemberPress data using JSON.
-
Supported Objects: Members, Transactions, Subscriptions, Memberships (Products), Events, Rules, and Coupons.
-
Documentation: It includes in-plugin documentation that dynamically generates based on your site’s data. It provides example requests, arguments (like
search,page,per_page), and response schemas. -
Authentication: Utilizes secure API keys with granular control.
2. Webhooks System
Webhooks allow MemberPress to send real-time notifications to other services (like Zapier, Make, or custom scripts) when specific events occur.
-
Event Triggers: * Members: Member Added, Signup Completed, Account Updated, Deleted, Logged In.
-
Subscriptions: Created, Paused, Resumed, Stopped, Upgraded, Downgraded, Expired.
-
Transactions: Completed, Refunded, Failed, Expired.
-
Reminders: Triggers for events occurring before or after subscription/credit card expiration.
-
-
Configuration: You can set up multiple webhook URLs and toggle specific events for each URL. It includes a built-in tool to send Test POST requests to verify your setup.
3. Developer Hooks & Filters
The add-on adds specific hooks to the WordPress ecosystem to allow for even deeper customization without modifying the core plugin files.
-
Action Hooks: Trigger custom code when MemberPress actions occur (e.g.,
mepr-event-transaction-completed). -
Filter Hooks: Modify data before it is saved or displayed (e.g., overriding member validation or filtering webhook event data).
4. Technical Requirements
-
Core Plugin: Requires an active installation of MemberPress (Pro or Elite plans usually include this add-on; check your specific license).
-
WordPress Version: Follows standard MemberPress requirements (typically the latest or recent versions of WordPress).
-
PHP Version: Compatible with PHP 7.4 and 8.x.
Summary Table
| Feature | Capability |
| API Format | JSON-based REST API |
| Webhooks | Outbound POST requests to any URL |
| Events Tracked | 25+ unique membership and transaction events |
| Integration | Native support for Zapier and third-party automation tools |
| Access Control | API Key management via the WordPress dashboard |
- Categories: WordPress Plugins
- Tags: MemberPress
