apply_filters( 'dt_create_missing_terms', true, $taxonomy, $term_array, $term ) → {bool}
Filter whether missing terms should be created.
Parameters:
Name | Type | Description |
---|---|---|
true |
bool | Whether missing terms should be created. Default |
$taxonomy |
string | The taxonomy name. |
$term_array |
array | Term data. |
$term |
WP_Term | array | false |
|
Returns:
Whether missing terms should be created.
- Type
- bool