SimplePie::set_item_class

Advertisement

Summery Summery

Set which class SimplePie uses for handling feed items

Syntax Syntax

SimplePie::set_item_class( $class = 'SimplePie_Item' )

Source Source

File: wp-includes/class-simplepie.php

	 * @see SIMPLEPIE_LOCATOR_ALL
	 * @param int $level Feed Autodiscovery Level (level can be a combination of the above constants, see bitwise OR operator)
	 */
	public function set_autodiscovery_level($level = SIMPLEPIE_LOCATOR_ALL)

Advertisement

Advertisement

Leave a Reply