apply_filters( 'learndash_user_activity_meta_query_where', string $sql_str_meta_where, array $query_args )
Filters the where condition of the user activity meta query.
Description #
Parameters #
- $sql_str_meta_where
-
(string) The
where
part of the SQL query with valid SQL syntax. Specific to when we're grabbing Activity Meta. - $query_args
-
(array) An array of user query arguments.
Return #
(array<string,) mixed>
Source #
File: includes/ld-reports.php
Changelog #
Version | Description |
---|---|
4.20.5 | Introduced. |