humanmade / comment-popularity

Allow visitors to vote on comments
MIT License
25 stars 15 forks source link

Hide pingbacks/trackbacks on comments when sorting comments by weight is disabled #125

Open anthiago opened 2 years ago

anthiago commented 2 years ago

How can I disable the trackbacks when sorting comments by weight is disabled? I have disabled pings on bulk post edition of wordpress, but still showing, and i think is because of this function i have added to the comments-popularity.php code:

add_filter( 'hmn_cp_sort_comments_by_weight', '__return_false' );