Ajax::init()
Add actions once integration is ready
Description
Source
File: bp-integrations/learndash/buddypress/Ajax.php
public function init()
{
add_action('wp_ajax_bp_ld_group_get_reports', [$this, 'ajaxGetReports']);
add_action('wp_ajax_download_bp_ld_reports', [$this, 'ajaxDownloadReport']);
add_action('bp_ld_sync/ajax/post_fetch_reports', [$this, 'ajaxGetExports']);
add_action('bp_ld_sync/report_columns', [$this, 'removeIdsOnNonExport'], 10, 2);
add_action('bp_ld_sync/reports_generator_args', [$this, 'unsetCompletionOnExport']);
}
Changelog
| Version | Description |
|---|---|
| BuddyBoss 1.0.0 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.