LLMS_Integration_BBPress::engagement_query_args( array $query_args, string $action, array $orig_args )
Parse action arguments for bbPress engagements and pass them back to the LLMS Engagements handler
Description Description
Parameters Parameters
- $query_args
-
(Required) Query args for handler.
- $action
-
(Required) Triggering action name.
- $orig_args
-
(Required) Original arguments from the action (indexed array).
Return Return
(array)
Source Source
File: includes/integrations/class.llms.integration.bbpress.php
Changelog Changelog
Version | Description |
---|---|
3.37.11 | Use strict comparison for in_array() . |
3.12.0 | Introduced. |