You plugin adds unnecessary html tags to bp_has_members loop
-
Hello
When the GamiPress – BuddyPress integration (Version 1.4.6) plugin is active then this buddypress loop
if ( bp_has_members( 'type=popular&max=1' ) ) : while ( bp_members() ) : bp_the_member(); bp_member_avatar('type=thumb&width=60&height=60'); endwhile; endif;
returns following code https://pastebin.com/F3QUNvBt
As you can see at the end there is anchor tag, and this is how it looks when I disable GamiPress – BuddyPress integration (Version 1.4.6) – https://pastebin.com/D0ppffeeWP 5.7.1
Buddypress 7.3.0
Gamipress 2.0.0
Theme twentytwentyone
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘You plugin adds unnecessary html tags to bp_has_members loop’ is closed to new replies.