mirror of
https://github.com/lubuntu-team/lubuntu.me.git
synced 2025-08-15 16:04:04 +00:00
12 lines
169 B
PHP
12 lines
169 B
PHP
<?php
|
|
/**
|
|
* Loads video sitemap class.
|
|
*
|
|
* @package All-in-One-SEO-Pack
|
|
*
|
|
*/
|
|
|
|
if ( AIOSEOPPRO ) {
|
|
require_once( AIOSEOP_PLUGIN_DIR . 'pro/video_sitemap.php' );
|
|
}
|