Having trouble with how to filter the comment listing from WordPress back-end base on something else like user role? Read this!
Sometime you might have custom role, let’s say co-editor, setup using members plugin in your WordPress. And then you want to achieve showing all comments only to the user who has administrator role but user with co-editor role sees only some of the comment. You could use the below code to overcome this saturation.