WP Manifestindependent plugin directory
manifest / users / memberpress-personal-content

MemberPress Personal Content

Adds a My Content tab to the MemberPress account page: Wistia video links, file links, and personal notes.

by Omar Elhawary · github.com/omaraelhawary/memberpress-personal-content · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/omaraelhawary/memberpress-personal-content/archive/refs/heads/main.zip

Author: Omar Elhawary

Adds a My Content tab to the MemberPress account page so members can:

  1. File links – Save links to files (e.g. download links) for quick access.
  2. Personal notes – A private text area for notes and links; only the member sees it.

Requirements

  • WordPress 5.9+
  • PHP 7.4+
  • MemberPress (active)

Installation

  1. Ensure MemberPress is installed and active.
  2. Activate MemberPress Personal Content in Plugins.

The new My Content tab appears in the account nav. Members open it, add file URLs and/or notes, then click Save all. Data is stored in user meta and shown only to that user.

Data storage

  • File URLs: mp_personal_content_file_urls (array)
  • Notes: mp_personal_content_notes (string, wp_kses_post allowed)

Any valid URL is allowed for file links.