LLMS_Table_Student_Course::register_hooks()

Allow custom hooks to be registered for use within the class


Return Return

(void)


Top ↑

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 );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.2.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.