Summery Summery
Enable/disable caching in SimplePie.
Syntax Syntax
Description Description
This option allows you to disable caching all-together in SimplePie. However, disabling the cache can lead to longer load times.
Parameters Parameters
- $enable
-
(Optional) Enable caching
Default value: true
Source Source
File: wp-includes/class-simplepie.php
* @since 1.0 Beta 3 * @param string $data RSS or Atom data as a string. * @see set_feed_url() */
Advertisement
Changelog Changelog
Version | Description |
---|---|
1.0 | Introduced. |