apply_filters( 'ep_pc_skip_post_content_cleanup', $skip, $post_args, $post_id ) → {bool}
Filter to skip the password protected content clean up.
Parameters:
Name | Type | Description |
---|---|---|
$skip |
bool | Whether the password protected content should have their content, and meta removed |
$post_args |
array | Post arguments |
$post_id |
int | Post ID |
- Since:
- 4.0.0, 4.2.0 added $post_args and $post_id
- Source:
Returns:
- Type
- bool