Learndash_Admin_Data_Reports_Courses::process_report_action( array $data = array() )
Class method for the AJAX update logic This function will determine what users need to be converted. Then the course and quiz functions will be called to convert each individual user data set.
Description #
Parameters #
- $data
-
(<span class="array">array) (Optional) Post data from AJAX call.
Default value: array()
Return #
(array<string,) mixed> Post data from AJAX call.
Source #
File: includes/admin/classes-data-reports-actions/class-learndash-admin-data-reports-user-courses.php
Changelog #
| Version | Description |
|---|---|
| 4.25.6 | The internal processing logic has been updated to be in sync with the Reporting Block results. |
| 2.3.0 | Introduced. |