Filter: dt_update_term_hierarchy

apply_filters( 'dt_update_term_hierarchy', true, $taxonomy ) → {bool}

Filter whether term hierarchy should be updated.

Parameters:
Name Type Description
true bool

Whether term hierarchy should be updated. Default true.

$taxonomy string

The taxonomy slug for the current term.

Since:
  • 1.0.0
Source:
Returns:

Whether term hierarchy should be updated.

Type
bool