apply_filters( 'ep_skip_post_meta_sync', $skip, $post, $meta_id, $meta_key, $meta_value ) → {boolean}
Filter to allow skipping a sync triggered by meta changes
Parameters:
Name | Type | Description |
---|---|---|
$skip |
bool | True means kill sync for post |
$post |
WP_Post | The post that's attempting to be synced |
$meta_id |
int | ID of the meta that triggered the sync |
$meta_key |
string | The key of the meta that triggered the sync |
$meta_value |
string | The value of the meta that triggered the sync |
Returns:
New value
- Type
- boolean