WOLF - WordPress Posts Bulk Editor and Manager Professional

How to filter wordpress posts by attachment of taxonomies to them

This feature is hidden to avoid confusing, just look on the screen below:

For such filtration there is no necessary select terms as it filter by taxonomy attachment to the post generally, and not for terms. So if you understood and you need it: in your current wp theme functions.php file drop next code:

add_filter('wpbe_filter_taxonomies_exists_show', function() {
    return true;
});

Refresh WOLF manage panel page and special options will be appeared for taxonomies of tab Filters. Now you can filter posts on belonging (or not belonging) to a particular taxonomy and make bulk edit to them.