Restrict Content Pro

rcp_can_upgrade_subscription

Coming soon: Restrict Content Pro is becoming Kadence Memberships. You may see both names used while we update the product, documentation, and customer experience.

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/ Filters whether or not a user can upgrade their subscription. Parameters: $can_upgrade (bool) – True if they can upgrade, false if they cannot. $user_id (int) – ID of the user being checked. Example: Disable upgrades for all users: add_filter( ‘rcp_can_upgrade_subscription’, ‘__return_false’ );
Last updated: August 12, 2026
Was this page helpful?
Thanks for the feedback!