This filter allows developers to change the default capability checked by PMPro to edit Membership options. The default is “manage_options” which is given to administrators.
apply_filters("pmpro_edit_member_capability", "manage_options"); |
Parameters
- string
- (“manage_options”)
Source
File: https://github.com/strangerstudios/paid-memberships-pro/blob/master/includes/profile.php
View in Source Code