LLMS_Analytics_Widget::get_posted_posts()
Contents
Source Source
File: includes/abstracts/abstract.llms.analytics.widget.php
protected function get_posted_posts() { return array_merge( $this->get_posted_courses(), $this->get_posted_memberships() ); }
Expand full source code Collapse full source code View on GitHub