golden hour
/home/godaofbq/zenearth.com/wp-content/plugins/polylang/modules/sitemaps
⬆️ Go Up
Upload
File/Folder
Size
Actions
abstract-sitemaps.php
684 B
Del
OK
load.php
379 B
Del
OK
multilingual-sitemaps-provider.php
5.55 KB
Del
OK
sitemaps-domain.php
1.54 KB
Del
OK
sitemaps.php
2.94 KB
Del
OK
Edit: load.php
<?php /** * @package Polylang */ if ( ! defined( 'ABSPATH' ) ) { exit; // Don't access directly. } if ( $polylang->model->has_languages() ) { if ( $polylang->links_model instanceof PLL_Links_Abstract_Domain ) { $polylang->sitemaps = new PLL_Sitemaps_Domain( $polylang ); } else { $polylang->sitemaps = new PLL_Sitemaps( $polylang ); } $polylang->sitemaps->init(); }
Save