LLMS_Analytics_Widget::is_error()


Source Source

File: includes/abstracts/abstract.llms.analytics.widget.php

182
183
184
185
186
protected function is_error() {
 
    return ( $this->success ) ? false : true;
 
}

Top ↑

User Contributed Notes User Contributed Notes

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