LLMS_Analytics_Widget::get_posted_students()


Description Description


Source Source

File: includes/abstracts/abstract.llms.analytics.widget.php

	protected function get_posted_students() {

		return ( isset( $_POST['students'] ) ) ? $_POST['students'] : array();

	}


Top ↑

User Contributed Notes User Contributed Notes

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





Permalink: