Filter: ep_skip_action_deleted_term_relationships

apply_filters( 'ep_skip_action_deleted_term_relationships', $skip, $post_id, $tt_ids, $taxonomy ) → {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

$post_id int

Post ID.

$tt_ids array

An array of term taxonomy IDs.

$taxonomy string

Taxonomy slug.

Source:
Returns:

New value of whether to skip running action_deleted_term_relationships or not

Type
bool