LLMS_Table_Student_Course::register_hooks()
Allow custom hooks to be registered for use within the class
Contents
Return Return
(void)
Source Source
File: includes/admin/reporting/tables/llms.table.student.course.php
protected function register_hooks() { add_action( 'llms_table_before_tr', array( $this, 'output_section_row_html' ), 10, 1 ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.2.0 | Introduced. |