@chrisjdahl
3 years, 7 months ago
Found solution here https://wordpress.org/support/topic/bug-two-like-buttons-in-buddypress-comments/ add_filter( ‘bp_activity_comment_content’, function( $content ) { return $content . wp_ulike_buddypress(‘put’); } );
It still created the duplicate likes, but with some css I removed that :/
Hi, were you able to find an answer?