apply_filters( 'sensei_count_statuses_args', $args ) → {array}
Filter fires inside Sensei_Grading::count_statuses
Alter the post_in array to determine which posts the comment query should be limited to.
Parameters:
Name | Type | Description |
---|---|---|
$args |
array | Array of arguments for the query. |
- Since:
- 1.8.0
- Source:
Returns:
Filtered arguments.
- Type
- array