SimplePie::get_raw_data

Advertisement

Summery Summery

Get the raw XML

Syntax Syntax

SimplePie::get_raw_data()

Description Description

This is the same as the old $feed->enable_xml_dump(true), but returns the data instead of printing it.

Return Return

(string|boolean) Raw XML data, false if the cache is used

Source Source

File: wp-includes/class-simplepie.php

							$headers['if-modified-since'] = $this->data['headers']['last-modified'];
						}
						if (isset($this->data['headers']['etag']))
						{

Advertisement

Advertisement

Leave a Reply