comment-popularity
comment-popularity copied to clipboard
Hide pingbacks/trackbacks on comments when sorting comments by weight is disabled
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' );