Viewing 2 replies - 1 through 2 (of 2 total)
  • Michael Beckwith

    (@tw2113)

    The BenchPresser

    function denis_add_point_to_bp_profile_meta() {
    	$id = bp_displayed_user_id();
    
    	printf( 'Total Points Earned: %d', badgeos_get_users_points( $id ) );
    }
    add_action( 'bp_profile_header_meta', 'denis_add_point_to_bp_profile_meta' );

    Happened to have this handy

    Thread Starter Denis

    (@denis_miller)

    Awesome! I love it! Specially function name ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Total points’ is closed to new replies.