LLMS_Analytics_Coupons_Widget::format_response()
Format the response
Contents
Return Return
(int)
Source Source
File: includes/admin/reporting/widgets/class.llms.analytics.widget.coupons.php
84 85 86 87 88 89 90 91 92 | protected function format_response() { if ( ! $this ->is_error() ) { return count ( $this ->get_results() ); } } |
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |