LLMS_Table_Course_Students::get_export_lock_key()

Get a lock key unique to the table & user for locking the table during export generation


Return Return

(string)


Top ↑

Source Source

File: includes/admin/reporting/tables/llms.table.course.students.php

	public function get_export_lock_key() {
		$args = $this->get_args();
		return sprintf( '%1$s:%2$d:%3$d', $this->id, get_current_user_id(), $args['course_id'] );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.15.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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