SimplePie::force_feed

Advertisement

Summery Summery

Force the given data/URL to be treated as a feed

Syntax Syntax

SimplePie::force_feed( bool $enable = false )

Description Description

This tells SimplePie to ignore the content-type provided by the server. Be careful when using this option, as it will also disable autodiscovery.

Parameters Parameters

$enable

(Optional) Force the given data/URL to be treated as a feed

Default value: false

Source Source

File: wp-includes/class-simplepie.php

	 */
	public function __toString()
	{
		return md5(serialize($this->data));

Advertisement

Changelog Changelog

Changelog
Version Description
1.1 Introduced.

Advertisement

Leave a Reply