@jessetayler
3 years, 5 months ago
ok, thank you — the plugin is ours, but the site and bimber is not so I will check and see what I can learn.
thank you!
I am trying to adjust some code that works for another installation and do not really speak PHP, so I’m confused why this does not work?
add_action( 'bimber_buddypress_memebers_after_user_name', 'bimber_buddypress_memebers_after_user_name' ); $user_name = bp_core_get_username( bp_displayed_user_id() ); function bimber_buddypress_memebers_after_user_name( $user_name ) { echo do_shortcode( '[truanon_verification userid='.$user_name.']' ); }
That code ALSO results in the email being used!
What am I doing wrong here that I’m somehow stuffing the user’s email instead of this first-last pattern I see being used in the URL Path?