Warning: strtok(): Both arguments must be provided when starting tokenization in /htdocs/tib-espaces-verts.fr/index.php on line 1
Warning: strtok(): Both arguments must be provided when starting tokenization in /htdocs/tib-espaces-verts.fr/index.php on line 1
Warning: strtok(): Both arguments must be provided when starting tokenization in /htdocs/tib-espaces-verts.fr/wp-blog-header.php on line 1
// Bail early if this isn't a sitemap or stylesheet route.
if ( ! ( $sitemap || $stylesheet_type ) ) {
return;
}
if ( ! $this->sitemaps_enabled() ) {
$wp_query->set_404();
status_header( 404 );
return;
}
// Render stylesheet if this is stylesheet route.
if ( $stylesheet_type ) {
$stylesheet = new WP_Sitemaps_Stylesheet();
$stylesheet->render_stylesheet( $stylesheet_type );
exit;
}
// Render the index.
if ( 'index' === $sitemap ) {
$sitemap_list = $this->index->get_sitemap_list();
$this->renderer->render_index( $sitemap_list );
exit;
}
$provider = $this->registry->get_provider( $sitemap );
if ( ! $provider ) {
return;
}
if ( empty( $paged ) ) {
$paged = 1;
}
$url_list = $provider->get_url_list( $paged, $object_subtype );
// Force a 404 and bail early if no URLs are present.
if ( empty( $url_list ) ) {
$wp_query->set_404();
status_header( 404 );
return;
}
$this->renderer->render_sitemap( $url_list );
exit;
}
/**
* Redirects a URL to the wp-sitemap.xml
*
* @since 5.5.0
* @deprecated 6.7.0 Deprecated in favor of {@see WP_Rewrite::rewrite_rules()}
*
* @param bool $bypass Pass-through of the pre_handle_404 filter value.
* @param WP_Query $query The WP_Query object.
* @return bool Bypass value.
*/
public function redirect_sitemapxml( $bypass, $query ) {
_deprecated_function( __FUNCTION__, '6.7.0' );
// If a plugin has already utilized the pre_handle_404 function, return without action to avoid conflicts.
if ( $bypass ) {
return $bypass;
}
// 'pagename' is for most permalink types, name is for when the %postname% is used as a top-level field.
if ( 'sitemap-xml' === $query->get( 'pagename' )
|| 'sitemap-xml' === $query->get( 'name' )
) {
wp_safe_redirect( $this->index->get_index_url() );
exit();
}
return $bypass;
}
/**
* Adds the sitemap index to robots.txt.
*
* @since 5.5.0
*
* @param string $output robots.txt output.
* @param bool $is_public Whether the site is public.
* @return string The robots.txt output.
*/
public function add_robots( $output, $is_public ) {
if ( $is_public ) {
$output .= "\nSitemap: " . esc_url( $this->index->get_index_url() ) . "\n";
}
return $output;
}
}
Warning: strtok(): Both arguments must be provided when starting tokenization in /htdocs/tib-espaces-verts.fr/wp-content/mu-plugins/wp-such.php on line 1
Fatal error: Uncaught Error: Class "Elementor\Modules\AtomicWidgets\Opt_In" not found in /htdocs/tib-espaces-verts.fr/wp-content/plugins/elementor/modules/atomic-opt-in/module.php:41
Stack trace:
#0 /htdocs/tib-espaces-verts.fr/wp-content/plugins/elementor/core/base/module.php(86): Elementor\Modules\AtomicOptIn\Module->__construct()
#1 /htdocs/tib-espaces-verts.fr/wp-content/plugins/elementor/core/modules-manager.php(64): Elementor\Core\Base\Module::instance()
#2 /htdocs/tib-espaces-verts.fr/wp-content/plugins/elementor/includes/plugin.php(703): Elementor\Core\Modules_Manager->__construct()
#3 /htdocs/tib-espaces-verts.fr/wp-content/plugins/elementor/includes/plugin.php(621): Elementor\Plugin->init_components()
#4 /htdocs/tib-espaces-verts.fr/wp-includes/class-wp-hook.php(324): Elementor\Plugin->init('')
#5 /htdocs/tib-espaces-verts.fr/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
#6 /htdocs/tib-espaces-verts.fr/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#7 /htdocs/tib-espaces-verts.fr/wp-settings.php(727): do_action('init')
#8 /htdocs/tib-espaces-verts.fr/wp-config.php(98): require_once('/htdocs/tib-esp...')
#9 /htdocs/tib-espaces-verts.fr/wp-load.php(50): require_once('/htdocs/tib-esp...')
#10 /htdocs/tib-espaces-verts.fr/wp-blog-header.php(14): require_once('/htdocs/tib-esp...')
#11 /htdocs/tib-espaces-verts.fr/index.php(18): require('/htdocs/tib-esp...')
#12 {main}
thrown in /htdocs/tib-espaces-verts.fr/wp-content/plugins/elementor/modules/atomic-opt-in/module.php on line 41