Summery Summery
Force the given data/URL to be treated as a feed
Syntax Syntax
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
Version | Description |
---|---|
1.1 | Introduced. |