SimplePie::error()publicWP 1.0

Get the error message for the occurred error

Method of the class: SimplePie{}

No Hooks.

Return

String|Array. Error message, or array of messages for multifeeds

Usage

$SimplePie = new SimplePie();
$SimplePie->error();

SimplePie::error() code WP 6.5.2

public function error()
{
	return $this->error;
}