apply_filters( 'ep_skip_comment_query_integration', $skip, $query ) → {bool}
Filter to skip WP_Comment_Query integration
Parameters:
Name | Type | Description |
---|---|---|
$skip |
bool | True to skip |
$query |
WP_Comment_Query | WP_Comment_Query to evaluate |
- Since:
- 3.6.0
- Source:
Returns:
New skip value
- Type
- bool