Plugin info

Total downloads: 1,013
Active installs: 10
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 2
Last updated: 9/26/2025 (93 days ago)
Added to WordPress: 5/9/2024 (1 years old)
Minimum WordPress version: 4.7
Tested up to WordPress version: 6.8.3
Minimum PHP version: 7.0

Maintenance & Compatibility

Maintenance score

Maintained • Last updated 93 days ago

50/100

Is Member status API for MemberPress abandoned?

Likely maintained (last update 93 days ago).

Compatibility

Requires WordPress: 4.7
Tested up to: 6.8.3
Requires PHP: 7.0

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

This plugin allows the MemberPress membership status of the current authenticated user to be exposed via the WordPress REST API:

GET /wp-json/mp-member-status/v1/me

Example response:

{
  "user_id": 2,
  "full_name": "John Doe",
  "is_active": true,
  "enabled_products": [
    {
      "id": 10,
      "title": "Premium Membership",
      "name": "premium-membership",
      "url": "https://example.com/register/premium-membership/",
    }
  ]
}

Additionally, MemberPress access information is added to all post endpoints, the post content or access itself is not modified by this plugin:

Example post response excerpt:

memberpress: {
               "is_locked": true,
               "products": [
                 {
                   "id": 10,
                   "title": "Premium Membership",
                   "name": "premium-membership",
                   "url": "https://example.com/register/premium-membership/",
                   "can_you_buy_me": true,
                   "is_subscribed": false
                 }
               ]
},

Features

  • Creates a REST API endpoint to fetch the MemberPress membership status of the current user.
  • Allows to list the active products for the current user.
  • Adds the Memberpress “is_locked” status field to all available post types in the REST API
  • Adds a list of possible Memberpress Products required to unlock posts.
  • Support for WordPress Recipe Maker’s and MemberPress rules set for the parent Post.

1.2.3 – 2025-09-26

Changed

  • Bump wordpress version
  • Remove member-press user role restriction

1.2.2 – 2025-01-30

Fixed

  • missing files

1.2.1 – 2025-01-30

Added

  • Split object cache durations for generic objects and user specific objects
  • Make object cache durations configurable in options.php

1.2.0 – 2024-06-04

Added

  • MemberPress plugin dependency
  • Active rules for the current user to the /me endpoint
  • Product group reference to each product

1.1.3 – 2024-05-02

Changed

  • Refactor all namespaces and filename prefixes

Read changelog.md for more

Installation

Install the Member status API for MemberPress plugin and activate it. No further configuration is necessary.

Frequently Asked Questions

No FAQ available

Review feed

No reviews available

Screenshots

No screenshots available

Changelog

No changelog available