LLMS_Abstract_Privacy::get_privacy_message()
Method: Get the privacy message sample content This stub can be overloaded
Source: includes/abstracts/llms.abstract.privacy.php:78
Method: Get the privacy message sample content This stub can be overloaded
Source: includes/abstracts/llms.abstract.privacy.php:78
Method: Retrieve an instance of an LLMS_Student from email address
Source: includes/abstracts/llms.abstract.privacy.php:89
Method: Add all registered erasers to the array of existing erasers
Source: includes/abstracts/llms.abstract.privacy.php:108
Method: Add all registered erasers to the array of existing exporters
Source: includes/abstracts/llms.abstract.privacy.php:123
Method: Constructor Initializes and adds actions
Source: includes/abstracts/llms.abstract.processor.php:59
Method: Add actions defined in $this->actions
Source: includes/abstracts/llms.abstract.processor.php:79
Method: Disable a processor Useful when bulk enrolling into a membership (for example) so we don’t trigger course data calculations a few hundred times
Source: includes/abstracts/llms.abstract.processor.php:102
Method: Retrieve a filtered array of actions to be added by $this->add_actions
Source: includes/abstracts/llms.abstract.processor.php:124
Method: Retrieve data for the current processor that can be used in future processes
Source: includes/abstracts/llms.abstract.processor.php:139
Method: Initializer Acts as a constructor that extending processors should implement at the very least should populate the $this->actions array
Source: includes/abstracts/llms.abstract.processor.php:31