Searched refs:get_build (Results 1 – 4 of 4) sorted by relevance
76 define('SIMPLEPIE_BUILD', gmdate('YmdHis', \SimplePie\Misc::get_build()));
2079 public static function get_build() function in SimplePie\\Misc2118 …' (Feed Parser; ' . \SimplePie\SimplePie::URL . '; Allow like Gecko) Build/' . static::get_build();2126 … $info = 'SimplePie ' . \SimplePie\SimplePie::VERSION . ' Build ' . static::get_build() . "\n";
1663 $this->data['build'] = \SimplePie\Misc::get_build();1734 … if (!isset($this->data['build']) || $this->data['build'] !== \SimplePie\Misc::get_build()) {1889 'build' => \SimplePie\Misc::get_build(),
101 - The constant `SIMPLEPIE_BUILD` is deprecated, use `SimplePie\Misc::get_build()` instead