humanmade / humanmade/comment-popularity
Hide pingbacks/trackbacks on comments when sorting comments by weight is disabled
Open
- Dominant language
- PHP
- Stars
- 26
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
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' );
Contributor guide
Assessment
This issue has not been assessed yet.