apply_filters( 'ep_prepare_term_meta_whitelist_key', $index_key, $key, $term_id ) → {boolean}
Filter kill switch for any term meta
Parameters:
Name | Type | Description |
---|---|---|
$index_key |
boolean | Whether to index key or not |
$key |
string | Key name |
$term_id |
int | Term ID. |
- Since:
- 3.4
- Source:
Returns:
New index value
- Type
- boolean