Filter: sensei_check_for_activity_args

apply_filters( 'sensei_check_for_activity_args', $args ) → {array}

Filter the arguments used to query the activity.

A result that is not an array is ignored and the original arguments are kept.

Parameters:
Name Type Description
$args array

Search arguments.

Since:
  • $$next-version$$
Source:
Returns:

Filtered search arguments.

Type
array