You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a few shortcode attributes, e.g. show_name, show_avatar, etc. The ability to show or hide/remove some of these conditionally per membership level or user id could be helpful.
For example:
When the profile of a level 1 member is displayed only their avatar and name but none of the others, a profile of a level 2 member shows their address as well, and a profile of a level 3 member shows their URL.
There are a few shortcode attributes, e.g. show_name, show_avatar, etc. The ability to show or hide/remove some of these conditionally per membership level or user id could be helpful.
For example:
When the profile of a level 1 member is displayed only their avatar and name but none of the others, a profile of a level 2 member shows their address as well, and a profile of a level 3 member shows their URL.
$pmpro_member_profile_show = apply_filters( 'pmpro_member_profile_show', $pmpro_member_profile_show_array, $pu );
The text was updated successfully, but these errors were encountered: