File: bp-integrations/learndash/buddypress/Ajax.php |
Description |
|---|---|
| Ajax::ajaxGetExports() |
Get export data from report generator |
| Ajax::ajaxDownloadReport() |
Output the export content to header buffer |
| Ajax::enableDebugOnDev() |
Enable error reporting on local development (internal use only) |
| Ajax::validateRequest() |
Validate the ajax request |
| Ajax::setRequestGroups() |
Setup the current bp and ld groups on ajax request |
| Ajax::getGenerator() |
Get the generator class based on the request |
| Ajax::ajaxGetReports() |
Get reports |
| bp_ld_sync/ajax/pre_fetch_reports |
Hook before the data is fetched, in cause of overwriting the post value |
| bp_ld_sync/ajax/post_fetch_reports |
Hook after the data is fetched, in cause of overwriting results value |
| Ajax::unsetCompletionOnExport() |
Unset the completed status when exporting |