Skip to content

Commit

Permalink
Merge pull request #2922 from kimcoleman/dev
Browse files Browse the repository at this point in the history
Updating user fields help box and adding link to docs
  • Loading branch information
ideadude authored Mar 27, 2024
2 parents 33dde9a + 230a58c commit b81130d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion adminpages/userfields.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,9 @@ function pmpro_userfields_save_widget() { ?>
*
*/
function pmpro_userfields_help_widget() { ?>
<p><?php esc_html_e( 'User fields can be added to the membership checkout form, the frontend user profile edit page, and for admins only on the Edit Users Screen in the WordPress admin.', 'paid-memberships-pro' ); ?></p>
<p><?php esc_html_e( 'User fields can be added to the membership checkout form, the frontend user profile edit page, and for admins only on the Edit Member and Edit User screens.', 'paid-memberships-pro' ); ?></p>
<p><?php esc_html_e( 'Groups are used to define a collection of fields that should be displayed together under a common heading. Group settings control field locations and membership level visibility.', 'paid-memberships-pro' ); ?></p>
<p><a target="_blank" href="https://www.paidmembershipspro.com/documentation/user-fields/create-field-group/?utm_source=plugin&utm_medium=pmpro-userfields&utm_campaign=documentation&utm_content=user-fields"><?php esc_html_e( 'Documentation: User Fields', 'paid-memberships-pro' ); ?></a></p>
<?php
}

Expand Down

0 comments on commit b81130d

Please sign in to comment.