LLMS_Analytics_Widget::get_posted_memberships()
Description Description
Source Source
File: includes/abstracts/abstract.llms.analytics.widget.php
protected function get_posted_memberships() { return ( isset( $_POST['memberships'] ) ) ? $_POST['memberships'] : array(); }
Expand full source code Collapse full source code View on GitHub
User Contributed Notes User Contributed Notes
Permalink: