SimplePie::enable_cache

Advertisement

Summery Summery

Enable/disable caching in SimplePie.

Syntax Syntax

SimplePie::enable_cache( bool $enable = true )

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

Changelog
Version Description
1.0 Introduced.

Advertisement

Leave a Reply