SimplePie::set_autodiscovery_level

Advertisement

Summery Summery

Set how much feed autodiscovery to do

Syntax Syntax

SimplePie::set_autodiscovery_level( int $level = SIMPLEPIE_LOCATOR_ALL )

Parameters Parameters

$level

(Optional) Feed Autodiscovery Level (level can be a combination of the above constants, see bitwise OR operator)

Default value: SIMPLEPIE_LOCATOR_ALL

Source Source

File: wp-includes/class-simplepie.php

	 *
	 * @param int $seconds The feed content cache duration
	 */
	public function set_cache_duration($seconds = 3600)

Advertisement

See also See also

Advertisement

Leave a Reply