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