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