LLMS_Analytics_Widget::is_error()


Source Source

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

	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.