rcp_get_subscription_member_count()

Note: This is part of the developer docs and is considered custom code.
Unfortunately, we cannot provide support for custom code at this time as we do not have the additional resources that would be necessary to provide support for custom code. 

If you need assistance with this, please reach out to our list of consultants for further assistance:
https://codeable.io/developers/restrict-content-pro/
This function has been deprecated. Use rcp_count_memberships() instead.
Retrieves the number of members on a subscription level and with a certain status.
Parameters:

$level_id (int) – ID of the subscription level to get the number of members for.

$status (string) – Status to check.

Example:
This will display the number of active subscribers on level #1:
echo rcp_get_subscription_member_count( 1, ‘active’ );

Have more questions?

Submit a request