apply_filters( 'ep_sync_insert_permissions_bypass', $bypass, $post_id ) → {boolean}
Filter whether to skip the permissions check on updating a post
Parameters:
Name | Type | Description |
---|---|---|
$bypass |
bool | True to bypass |
$post_id |
int | ID of post |
Returns:
New value
- Type
- boolean