| 1 | <?php |
||
| 11 | class Video_Sitemap { |
||
| 12 | |||
| 13 | /** |
||
| 14 | * @var Ttl_Cache |
||
| 15 | */ |
||
| 16 | private $sitemap_cache; |
||
| 17 | |||
| 18 | const XML_CACHE_KEY = 'video_sitemap'; |
||
| 19 | |||
| 20 | public function __construct( $sitemap_cache ) { |
||
| 23 | |||
| 24 | public function init() { |
||
| 29 | |||
| 30 | /** |
||
| 31 | * Print video sitemap. |
||
| 32 | */ |
||
| 33 | public function print_video_sitemap() { |
||
| 54 | |||
| 55 | public static function is_video_sitemap_enabled() { |
||
| 58 | |||
| 59 | /** |
||
| 60 | * @return string |
||
| 61 | */ |
||
| 62 | private function get_sitemap_xml() { |
||
| 75 | |||
| 76 | } |