---
title: "rcp_get_member_cancel_url()"
source: "https://docs.nexcess.com/software/kadence/restrict-content-pro/rcp_get_member_cancel_url/"
description: "Coming soon: Restrict Content Pro is becoming Kadence Memberships. You may see both names used while we update the product, documentation, and customer experien…"
vertical: "Software"
area: "Restrict Content Pro"
date: "2023-04-20"
last_modified: "2026-08-12"
---

# rcp_get_member_cancel_url()

**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/ This function has been deprecated. Use rcp\_get\_membership\_cancel\_url() instead. Returns the subscription cancellation URL for a given member. It’s a good idea to pair this with rcp\_can\_member\_cancel(). Parameters: $user\_id – ID of the user to check. If omitted, the currently logged in user is used. Return values: (string) Cancellation URL. An empty string may be returned if the user does not have a recurring subscription. Example usage: if ( rcp\_can\_member\_cancel() ) { printf( \_\_( ‘Click here to cancel your subscription’, ‘rcp’ ), esc\_url( rcp\_get\_member\_cancel\_url() ) ); }
