LLMS_Analytics_Coupons_Widget::format_response()

Format the response


Return Return

(int)


Top ↑

Source Source

File: includes/admin/reporting/widgets/class.llms.analytics.widget.coupons.php

	protected function format_response() {

		if ( ! $this->is_error() ) {

			return count( $this->get_results() );

		}

	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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