PATH:
home
/
carfac
/
public_html
/
aeromediaimages.com
/
wp-content
/
plugins
/
jetpack
/
modules
<?php /** * Module Name: Sharing * Module Description: Add sharing buttons at the bottom of each post, making it easy for visitors to share your content. * Sort Order: 7 * Recommendation Order: 6 * First Introduced: 1.1 * Major Changes In: 1.2 * Requires Connection: No * Auto Activate: No * Module Tags: Social, Recommended * Feature: Engagement * Additional Search Queries: share, sharing, sharedaddy, social buttons, buttons, share facebook, share twitter, social media sharing, social media share, social share, icons, email, facebook, twitter, linkedin, pinterest, pocket, social widget, social media * * @package automattic/jetpack */ use Automattic\Jetpack\Connection\Manager as Connection_Manager; use Automattic\Jetpack\Redirect; use Automattic\Jetpack\Status; if ( ! function_exists( 'sharing_init' ) ) { require __DIR__ . '/sharedaddy/sharedaddy.php'; } add_action( 'jetpack_modules_loaded', 'sharedaddy_loaded' ); /** * Sharing module code loaded after all modules have been loaded. */ function sharedaddy_loaded() { Jetpack::enable_module_configurable( __FILE__ ); add_filter( 'jetpack_module_configuration_url_sharedaddy', 'jetpack_sharedaddy_configuration_url' ); } /** * Return Jetpack Sharing configuration URL * * @return string Sharing config URL */ function jetpack_sharedaddy_configuration_url() { $status = new Status(); if ( $status->is_offline_mode() || $status->in_safe_mode() || ! ( new Connection_Manager( 'jetpack' ) )->is_user_connected() ) { return admin_url( 'options-general.php?page=sharing' ); } return Redirect::get_url( 'calypso-marketing-sharing-buttons' ); }
[-] likes.php
[edit]
[-] copy-post.php
[edit]
[+]
cloudflare-analytics
[-] seo-tools.php
[edit]
[-] module-extras.php
[edit]
[-] subscriptions.php
[edit]
[+]
infinite-scroll
[+]
google-analytics
[-] geo-location.php
[edit]
[-] tiled-gallery.php
[edit]
[+]
masterbar
[+]
comments
[-] gravatar-hovercards.php
[edit]
[-] waf.php
[edit]
[-] verification-tools.php
[edit]
[-] related-posts.php
[edit]
[+]
scan
[-] theme-tools.php
[edit]
[+]
videopress
[+]
wpcom-block-editor
[+]
likes
[-] custom-css.php
[edit]
[-] 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]
[+]
custom-css
[+]
comment-likes
[-] sso.php
[edit]
[-] publicize.php
[edit]
[-] widget-visibility.php
[edit]
[-] infinite-scroll.php
[edit]
[+]
verification-tools
[-] search.php
[edit]
[+]
calypsoify
[-] module-info.php
[edit]
[-] google-analytics.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]
[+]
sso
[-] post-list.php
[edit]
[-] masterbar.php
[edit]
[-] shortcodes.php
[edit]
[+]
tiled-gallery
[+]
..
[+]
geo-location
[+]
stats
[-] widgets.php
[edit]
[-] markdown.php
[edit]