SimplePie::error()publicWP 1.0

Get the error message for the occurred error

Метод класса: SimplePie{}

Хуков нет.

Возвращает

Строку|Массив. Error message, or array of messages for multifeeds

Использование

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

Код SimplePie::error() WP 6.4.3

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