79487493

Date: 2025-03-05 19:33:08
Score: 2
Natty:
Report link

Thanks to the pointer above, this is the fix:

function training_qv_anyx_training_gb($stmt) {
    $post_type = get_post_type();
    if ($post_type == "anyx-training") {
        return '';
    }
}
add_filter( 'posts_groupby', 'training_qv_anyx_training_gb');
Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Don Bowman