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 |
$taxonomy |
string | The taxonomy slug for the current term. |
Returns:
Whether term hierarchy should be updated.
- Type
- bool