apply_filters( 'ep_skip_action_edited_term', $skip, $term_id, $tt_id, $taxonomy, $object_ids ) → {bool}
Filter to allow skipping this action in case of custom handling
Parameters:
Name | Type | Description |
---|---|---|
$skip |
bool | Current value of whether to skip running action_edited_term or not |
$term_id |
int | Term id. |
$tt_id |
int | Term Taxonomy id. |
$taxonomy |
string | Taxonomy name. |
$object_ids |
array | IDs of the objects attached to the term id. |
Returns:
New value of whether to skip running action_edited_term or not
- Type
- bool