SimplePie::enable_order_by_date

Advertisement

Summery Summery

Set whether feed items should be sorted into reverse chronological order

Syntax Syntax

SimplePie::enable_order_by_date( bool $enable = true )

Parameters Parameters

$enable

(Optional) Sort as reverse chronological order.

Default value: true

Source Source

File: wp-includes/class-simplepie.php

	public function force_fsockopen($enable = false)
	{
		$this->force_fsockopen = (bool) $enable;
	}

Advertisement

Advertisement

Leave a Reply