Help Docs Software Kadence Kadence RCP Kadence RCP Developers rcp_get_expiration_date()

rcp_get_expiration_date()

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/
rcp_get_expiration_date( $user_id = 0 )
This function returns the given user’s expiration (or renewal) date in a nice format (according to your “date format” settings specified in Settings > General).
Parameters:

$user_id (int) (optional) – ID of the user to check. If omitted or set to 0, the ID of the currently logged-in user will be used.

Return values:

string – ‘none’ if the subscription never expires, or a formatted date.

Was this article helpful?