LLMS_Analytics_Discounts_Widget::format_response()


Source Source

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

50
51
52
53
54
55
56
57
58
protected function format_response() {
 
    if ( ! $this->is_error() ) {
 
        return llms_price_raw( floatval( $this->get_results() ) );
 
    }
 
}


Top ↑

User Contributed Notes User Contributed Notes

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