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).


Top ↑

Return Return

(array)


Top ↑

Source Source

File: includes/integrations/class.llms.integration.bbpress.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
3.37.11 Use strict comparison for in_array().
3.12.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.