Filter to modify the default label for a new field group when creating groups on the Memberships > Settings > User Fields page in the WordPress admin.
apply_filters( 'pmpro_default_field_group_label', $field_group_label );
Parameters
- $field_group_label
- string; A label to be used for new user field groups. Default: More Information
Source
File: https://github.com/strangerstudios/paid-memberships-pro/blob/master/includes/fields.php
View in Source Code