woof_not_sort_checked_terms
Este gancho está localizado no index.php do plugin na public function woof_sort_terms_is_checked e permite excluir tipos HTML do impacto da opção “Lets checked terms will be on the top” se estiver ativada:
$not_sort_terms = apply_filters('woof_not_sort_checked_terms', array('slider'));
O slider é excluído, pois é ilógico usá-lo com “Lets checked terms will be on the top”. Retorna array de tipos.
Atual desde a v.2.1.7/1.1.7