PATH:
home
/
carfac
/
.trash
/
jetpack
/
modules
<?php /** * Module Name: SEO Tools * Module Description: Optimize titles, meta descriptions, and social previews for better search results. * Sort Order: 35 * Recommendation Order: 15 * First Introduced: 4.4 * Requires Connection: No * Requires User Connection: No * Auto Activate: No * Module Tags: Social, Appearance * Feature: Traffic * Additional Search Queries: search engine optimization, social preview, meta description, custom title format * * @package automattic/jetpack */ if ( ! defined( 'ABSPATH' ) ) { exit( 0 ); } // Suppress SEO Tools output if any of the following plugins is active. $jetpack_seo_conflicting_plugins = array( 'wordpress-seo/wp-seo.php', 'wordpress-seo-premium/wp-seo-premium.php', 'all-in-one-seo-pack/all_in_one_seo_pack.php', 'all-in-one-seo-pack-pro/all_in_one_seo_pack.php', 'seo-by-rank-math/rank-math.php', 'autodescription/autodescription.php', 'slim-seo/slim-seo.php', 'wp-seopress/seopress.php', 'wp-seopress-pro/seopress-pro.php', 'seo-key/seo-key.php', 'seo-key-pro/seo-key.php', ); foreach ( $jetpack_seo_conflicting_plugins as $seo_plugin ) { if ( Jetpack::is_plugin_active( $seo_plugin ) ) { // Disable all custom meta tags that SEO tools manages. add_filter( 'jetpack_disable_seo_tools', '__return_true' ); // Also disable default meta tags. add_filter( 'jetpack_seo_meta_tags_enabled', '__return_false' ); break; } } /** This filter is documented in modules/seo-tools/class-jetpack-seo-utils.php */ if ( ! apply_filters( 'jetpack_disable_seo_tools', false ) ) { require_once __DIR__ . '/seo-tools/class-jetpack-seo.php'; new Jetpack_SEO(); }
[-] 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]