Home
last modified time | relevance | path

Searched refs:permanent (Results 1 – 2 of 2) sorted by last modified time

/dokuwiki/vendor/simplepie/simplepie/src/
H A DSimplePie.php2082 * When the 'permanent' mode is enabled, returns the original feed URL,
2086 * When the 'permanent' mode is disabled (default),
2094 * @param bool $permanent Permanent mode to return only the original URL or the first redirection
2098 public function subscribe_url($permanent = false) argument
2100 if ($permanent) {
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md168 * Return an effective feed URL when asking for non-permanent `subscribe_url`. [#627](https://github.com/simplepie/simplepie/pull/627)