LLMS_Analytics_Refunded_Widget::format_response()


Description Description


Source Source

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

	protected function format_response() {

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

			return llms_price_raw( floatval( array_sum( wp_list_pluck( $this->get_results(), 'amount' ) ) ) );

		}

	}


Top ↑

User Contributed Notes User Contributed Notes

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