LLMS_Analytics_Widget::get_posted_students()
Contents
Source Source
File: includes/abstracts/abstract.llms.analytics.widget.php
protected function get_posted_students() { $students = llms_filter_input( INPUT_POST, 'students', FILTER_SANITIZE_NUMBER_INT, FILTER_REQUIRE_ARRAY ); return $students ? $students : array(); }
Expand full source code Collapse full source code View on GitHub