PATH:
home
/
centosnipponia
/
public_html
/
BAK_doohannl
/
wp-content
/
plugins
/
polylang
/
modules
/
sitemaps
<?php /** * @package Polylang */ if ( ! defined( 'ABSPATH' ) ) { exit; // Don't access directly. }; if ( $polylang->model->get_languages_list() ) { 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(); }
[+]
..
[-] abstract-sitemaps.php
[edit]
[-] load.php
[edit]
[-] multilingual-sitemaps-provider.php
[edit]
[-] sitemaps-domain.php
[edit]
[-] sitemaps.php
[edit]
[-] .htaccess.disabled
[edit]