Restrict Content Pro

rcp_add_member_note()

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_Membership->add_note() or RCP_Customer->add_note() instead. Inserts a new note for a given user. The current time is automatically prepended to the note, so you don’t need to add that yourself. Parameters: $user_id (int) – The ID of the user to add a note for. $note (string) – The note you wish to add to the user. Example usage: rcp_add_member_note( $user_id, __( ‘Expiration notice was emailed to the member.’, ‘rcp’ ) );
Last updated: August 12, 2026
Was this page helpful?
Thanks for the feedback!