Skip to content

Instantly share code, notes, and snippets.

@wbcomdev
Last active August 7, 2023 11:13
Show Gist options
  • Select an option

  • Save wbcomdev/52eb23f0a0939344e09f68bd47b40435 to your computer and use it in GitHub Desktop.

Select an option

Save wbcomdev/52eb23f0a0939344e09f68bd47b40435 to your computer and use it in GitHub Desktop.
<?php
/**
* Wbcom Designs - Show the fields of member in group
*/
$plugin_public = new Bp_Display_Xprofile_Public( 'bp-display-xprofile', '1.0.0' );
add_action( 'bp_group_members_list_item', array( $plugin_public, 'member_loop_modification_function' ), 999 );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment