SimplePie::error

Advertisement

Summery Summery

Get the error message for the occurred error.

Syntax Syntax

SimplePie::error()

Return Return

(string|array) Error message, or array of messages for multifeeds

Source Source

File: wp-includes/class-simplepie.php

				elseif ($cache->mtime() + $this->cache_duration < time())
				{
					// Want to know if we tried to send last-modified and/or etag headers
					// when requesting this file. (Note that it's up to the file to

Advertisement

Advertisement

Leave a Reply