PATH:
home
/
carfac
/
public_html
/
rephotonet
/
wordpress
/
wp-content
/
plugins
/
jetpack
/
modules
<?php /** * Module Name: Sitemaps * Module Description: Generate XML sitemaps so search engines can index your site efficiently. * Sort Order: 13 * First Introduced: 3.9 * Requires Connection: No * Auto Activate: No * Module Tags: Recommended, Traffic * Feature: Recommended * Additional Search Queries: sitemap, traffic, search, site map, seo * * @package automattic/jetpack */ /** * Disable direct access and execution. */ if ( ! defined( 'ABSPATH' ) ) { exit( 0 ); } if ( '1' == get_option( 'blog_public' ) ) { // phpcs:ignore Universal.Operators.StrictComparisons.LooseEqual include_once __DIR__ . '/sitemaps/sitemaps.php'; // Disable WordPress 5.5-era sitemaps. add_filter( 'wp_sitemaps_enabled', '__return_false' ); } add_action( 'jetpack_activate_module_sitemaps', 'jetpack_sitemap_on_activate' ); /** * Run when Sitemaps module is activated. * * @since 4.8.0 */ function jetpack_sitemap_on_activate() { wp_clear_scheduled_hook( 'jp_sitemap_cron_hook' ); require_once __DIR__ . '/sitemaps/sitemap-constants.php'; require_once __DIR__ . '/sitemaps/sitemap-buffer.php'; require_once __DIR__ . '/sitemaps/sitemap-stylist.php'; require_once __DIR__ . '/sitemaps/sitemap-librarian.php'; require_once __DIR__ . '/sitemaps/sitemap-finder.php'; require_once __DIR__ . '/sitemaps/sitemap-builder.php'; }
[-] likes.php
[edit]
[-] copy-post.php
[edit]
[-] seo-tools.php
[edit]
[-] module-extras.php
[edit]
[-] account-protection.php
[edit]
[-] blocks.php
[edit]
[-] subscriptions.php
[edit]
[+]
infinite-scroll
[-] simple-payments.php
[edit]
[-] tiled-gallery.php
[edit]
[+]
comments
[-] gravatar-hovercards.php
[edit]
[-] waf.php
[edit]
[-] verification-tools.php
[edit]
[-] related-posts.php
[edit]
[+]
scan
[-] theme-tools.php
[edit]
[+]
videopress
[+]
external-media
[+]
likes
[-] videopress.php
[edit]
[+]
theme-tools
[-] sitemaps.php
[edit]
[+]
gravatar
[-] monitor.php
[edit]
[+]
memberships
[-] latex.php
[edit]
[-] json-api.php
[edit]
[+]
photon-cdn
[-] protect.php
[edit]
[-] shortlinks.php
[edit]
[-] google-fonts.php
[edit]
[-] plugin-search.php
[edit]
[-] wordads.php
[edit]
[-] contact-form.php
[edit]
[-] photon.php
[edit]
[-] stats.php
[edit]
[-] module-headings.php
[edit]
[-] sharedaddy.php
[edit]
[-] notes.php
[edit]
[-] comments.php
[edit]
[+]
sharedaddy
[+]
subscriptions
[+]
simple-payments
[-] comment-likes.php
[edit]
[-] carousel.php
[edit]
[+]
seo-tools
[+]
shortcodes
[+]
widgets
[+]
wordads
[+]
woocommerce-analytics
[+]
plugin-search
[+]
related-posts
[+]
google-fonts
[+]
markdown
[-] woocommerce-analytics.php
[edit]
[-] wpgroho.js
[edit]
[+]
wpcom-tos
[+]
carousel
[-] photon-cdn.php
[edit]
[-] vaultpress.php
[edit]
[+]
comment-likes
[-] sso.php
[edit]
[-] publicize.php
[edit]
[-] widget-visibility.php
[edit]
[-] infinite-scroll.php
[edit]
[+]
verification-tools
[-] search.php
[edit]
[-] module-info.php
[edit]
[-] post-by-email.php
[edit]
[-] blaze.php
[edit]
[+]
widget-visibility
[+]
sitemaps
[+]
site-icon
[+]
custom-post-types
[+]
post-by-email
[-] custom-content-types.php
[edit]
[-] post-list.php
[edit]
[-] shortcodes.php
[edit]
[+]
tiled-gallery
[+]
..
[+]
stats
[-] widgets.php
[edit]
[-] markdown.php
[edit]