• ❌ Close
    🎁
    Limited-Time One-Time Membership Bonus
    Offer ends: August 31, 2026 extra months free.
    Buy an eligible one-time membership and get up to 3 extra months free.
    View Offer →

Restrict Content Pro - REST API 1.2.2

Download Restrict Content Pro - REST API 1.2.2 from nulled fire. A complete RESTful API for developers and external applications to interact with membership data in Restrict Content Pro.
Downloads 24
File Size 70.5 KB / .zip
Version 1.2.2 Report Update
Last Update

Restrict Content Pro - REST API 1.2.2

Added new updater.

Restrict Content Pro - REST API 1.2.1

Fix: Check if endpoint class exists before instantiating. This protects against some rare "class doesn't exist" fatal errors

Restrict Content Pro - REST API 1.2

New: Add endpoints for renewing and cancelling memberships. Example: /wp-json/rcp/v1/memberships/{id}/renew and /wp-json/rcp/v1/memberships/{id}/cancel
New: Add support for retrieving customer by email or username.
New: Add has_trialed to customer endpoint argument whitelist. This allows you to update customers' has_trialed flag.
Refactor: Use lowercase id instead of ID. This is fully backwards compatible, so ID is still accepted and then converted.
Refactor: Use WP_REST_Server method constants when registering endpoints instead of hard-coded strings.
Refactor: Use WP_REST_Request::get_param() where possible. This also fixes an issue with JSON request formats not working.
Fix: PHP notices when adding a new membership via deprecated members endpoint.
Tweak: Update plugin author name and URL.

Restrict Content Pro - REST API 1.0.4

  • Fix: New payment database columns weren't supported when adding/editing payments.
  • Fix: RCP_REST_API_Member_Route_V1::delete_data() incorrectly returning success response when there was an error.
  • Fix: Unable to set expiration date of "none" for member.
  • Tweak: Return error response if no status is required for a member. If no expiration is required that is now calculated automatically.
Back