Searched refs:force_feed (Results 1 – 2 of 2) sorted by relevance
475 public $force_feed = false; variable in SimplePie\\SimplePie744 public function force_feed(bool $enable = false) function in SimplePie\\SimplePie746 $this->force_feed = $enable;1028 $url .= $this->force_feed ? '#force_feed' : '';1995 if (!$this->force_feed) {
225 * Ensure that feeds retrieved with `force_feed` do not share the same cache as those retrieved with…