Summery Summery
Set whether feed items should be sorted into reverse chronological order
Syntax Syntax
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; }