comment-popularity icon indicating copy to clipboard operation
comment-popularity copied to clipboard

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

Open anthiago opened this issue 3 years ago • 0 comments

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' );

anthiago avatar Sep 13 '21 21:09 anthiago