Methods
Description
Admin::__construct()

Constructor

Source: bp-integrations/learndash/buddypress/Admin.php:26

Admin::__construct()

Constructor

Source: bp-integrations/learndash/learndash/Admin.php:26

Admin::__construct()

Constructor

Source: bp-integrations/learndash/core/Admin.php:26

Admin::addGroupSyncMetaBox()

Add group sync metabox

Source: bp-integrations/learndash/buddypress/Admin.php:74

Admin::addGroupSyncMetaBox()

Add group sync metabox to admin

Source: bp-integrations/learndash/learndash/Admin.php:48

Admin::asyncMetaboxHtml()

Output group sync metabox html

Source: bp-integrations/learndash/buddypress/Admin.php:89

Admin::asyncMetaboxHtml()

Output group sync metabox html

Source: bp-integrations/learndash/learndash/Admin.php:63

Admin::init()

Add actions once integration is ready

Source: bp-integrations/learndash/buddypress/Admin.php:35

Admin::init()

Add actions once integration is ready

Source: bp-integrations/learndash/learndash/Admin.php:35

Admin::printDependencyAdminNotice()

Output the dependency notice html

Source: bp-integrations/learndash/core/Admin.php:55

Admin::printRequirementAdminNotice()

Output the requirement notice html

Source: bp-integrations/learndash/core/Admin.php:71

Admin::registerDependencyNotices()

Add admin notice hook for dependencies

Source: bp-integrations/learndash/core/Admin.php:36

Admin::registerRequirementNotices()

Add admin notice hook for requirements

Source: bp-integrations/learndash/core/Admin.php:45

Admin::saveGroupSyncMetaBox()

Save group sync metabox value when bp group is saved from admin

Source: bp-integrations/learndash/buddypress/Admin.php:49

AEF::__construct()

Main Constructor

Source: bp-forums/admin/converters/AEF.php:16

AEF::authenticate_pass()

This method is to take the pass out of the database and compare to a pass the user has typed in.

Source: bp-forums/admin/converters/AEF.php:605

AEF::callback_forum_status()

Translate the forum status from AEF v1.0.9 numeric’s to WordPress’s strings.

Source: bp-forums/admin/converters/AEF.php:616

AEF::callback_reply_title()

Set the reply title

Source: bp-forums/admin/converters/AEF.php:687

AEF::callback_savepass()

This method is to save the salt and password together. That way when we authenticate it we can get it out of the database as one value. Array values are auto sanitized by WordPress.

Source: bp-forums/admin/converters/AEF.php:593

AEF::callback_sticky_status()

Translate the topic sticky status type from AEF 1.x numeric’s to WordPress’s strings.

Source: bp-forums/admin/converters/AEF.php:656

AEF::callback_topic_reply_count()

Verify the topic/reply count.

Source: bp-forums/admin/converters/AEF.php:676

AEF::callback_topic_status()

Translate the post status from AEF v1.0.9 numeric’s to WordPress’s strings.

Source: bp-forums/admin/converters/AEF.php:636

AEF::info()

This method allows us to indicates what is or is not converted for each converter.

Source: bp-forums/admin/converters/AEF.php:584

AEF::setup_globals()

Sets up the field mappings

Source: bp-forums/admin/converters/AEF.php:24

Ajax::__construct()

Constructor

Source: bp-integrations/learndash/buddypress/Ajax.php:31

Ajax::ajaxDownloadReport()

Output the export content to header buffer

Source: bp-integrations/learndash/buddypress/Ajax.php:138

Ajax::ajaxGetExports()

Get export data from report generator

Source: bp-integrations/learndash/buddypress/Ajax.php:125

Ajax::ajaxGetReports()

Get reports

Source: bp-integrations/learndash/buddypress/Ajax.php:53

Ajax::enableDebugOnDev()

Enable error reporting on local development (internal use only)

Source: bp-integrations/learndash/buddypress/Ajax.php:168

Ajax::getGenerator()

Get the generator class based on the request

Source: bp-integrations/learndash/buddypress/Ajax.php:225

Ajax::init()

Add actions once integration is ready

Source: bp-integrations/learndash/buddypress/Ajax.php:40

Ajax::removeIdsOnNonExport()

Remove the id fields when fetching for display only

Source: bp-integrations/learndash/buddypress/Ajax.php:111

Ajax::setRequestGroups()

Setup the current bp and ld groups on ajax request

Source: bp-integrations/learndash/buddypress/Ajax.php:205

Ajax::unsetCompletionOnExport()

Unset the completed status when exporting

Source: bp-integrations/learndash/buddypress/Ajax.php:98

Ajax::validateRequest()

Validate the ajax request

Source: bp-integrations/learndash/buddypress/Ajax.php:182

AllReportsGenerator::__construct()

Constructor

Source: bp-integrations/learndash/buddypress/generators/AllReportsGenerator.php:28

AllReportsGenerator::columns()

Returns the columns and their settings

Source: bp-integrations/learndash/buddypress/generators/AllReportsGenerator.php:40

AllReportsGenerator::formatData()

Format the activity results for each column

Source: bp-integrations/learndash/buddypress/generators/AllReportsGenerator.php:60

AllReportsGenerator::formatDataForDisplay()

Overwrite results value for display

Source: bp-integrations/learndash/buddypress/generators/AllReportsGenerator.php:80

AssignmentsReportsGenerator::__construct()

Constructor

Source: bp-integrations/learndash/buddypress/generators/AssignmentsReportsGenerator.php:29

AssignmentsReportsGenerator::addAdditionalFields()

Add additional field sql statement

Source: bp-integrations/learndash/buddypress/generators/AssignmentsReportsGenerator.php:181

AssignmentsReportsGenerator::addAdditionalJoins()

Add additional joins sql statement

Source: bp-integrations/learndash/buddypress/generators/AssignmentsReportsGenerator.php:214

AssignmentsReportsGenerator::addAdditionalOrderBy()

Add additional order sql statement

Source: bp-integrations/learndash/buddypress/generators/AssignmentsReportsGenerator.php:229

AssignmentsReportsGenerator::columns()

Returns the columns and their settings

Source: bp-integrations/learndash/buddypress/generators/AssignmentsReportsGenerator.php:57

AssignmentsReportsGenerator::fetch()

Custom fetcher to load the assignments from database and setup the pagination

Source: bp-integrations/learndash/buddypress/generators/AssignmentsReportsGenerator.php:41

AssignmentsReportsGenerator::formatData()

Format the activity results for each column

Source: bp-integrations/learndash/buddypress/generators/AssignmentsReportsGenerator.php:91

AssignmentsReportsGenerator::getAssignmentScore()

Return the assignment score if available

Source: bp-integrations/learndash/buddypress/generators/AssignmentsReportsGenerator.php:248

AssignmentsReportsGenerator::getGroupAssignments()

Load all the assignments from the courses belong to the group

Source: bp-integrations/learndash/buddypress/generators/AssignmentsReportsGenerator.php:109

AssignmentsReportsGenerator::registerQueryHooks()

Add additional sql statement to fetch data

Source: bp-integrations/learndash/buddypress/generators/AssignmentsReportsGenerator.php:159

AssignmentsReportsGenerator::unregisterQueryHooks()

Remove additional sql statement to fetch data

Source: bp-integrations/learndash/buddypress/generators/AssignmentsReportsGenerator.php:170