Completed
Push — update/more-activate-module-ev... ( bd246f...1c50f8 )
by
unknown
87:14 queued 77:24
created

class.jetpack.php (6 issues)

Upgrade to new PHP Analysis Engine

These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more

1
<?php
2
3
/*
4
Options:
5
jetpack_options (array)
6
	An array of options.
7
	@see Jetpack_Options::get_option_names()
8
9
jetpack_register (string)
10
	Temporary verification secrets.
11
12
jetpack_activated (int)
13
	1: the plugin was activated normally
14
	2: the plugin was activated on this site because of a network-wide activation
15
	3: the plugin was auto-installed
16
	4: the plugin was manually disconnected (but is still installed)
17
18
jetpack_active_modules (array)
19
	Array of active module slugs.
20
21
jetpack_do_activate (bool)
22
	Flag for "activating" the plugin on sites where the activation hook never fired (auto-installs)
23
*/
24
25
class Jetpack {
26
	public $xmlrpc_server = null;
27
28
	private $xmlrpc_verification = null;
29
30
	public $HTTP_RAW_POST_DATA = null; // copy of $GLOBALS['HTTP_RAW_POST_DATA']
31
32
	/**
33
	 * @var array The handles of styles that are concatenated into jetpack.css
34
	 */
35
	public $concatenated_style_handles = array(
36
		'jetpack-carousel',
37
		'grunion.css',
38
		'the-neverending-homepage',
39
		'jetpack_likes',
40
		'jetpack_related-posts',
41
		'sharedaddy',
42
		'jetpack-slideshow',
43
		'presentations',
44
		'jetpack-subscriptions',
45
		'tiled-gallery',
46
		'widget-conditions',
47
		'jetpack_display_posts_widget',
48
		'gravatar-profile-widget',
49
		'widget-grid-and-list',
50
		'jetpack-widgets',
51
		'goodreads-widget',
52
		'jetpack_social_media_icons_widget',
53
	);
54
55
	public $plugins_to_deactivate = array(
56
		'stats'               => array( 'stats/stats.php', 'WordPress.com Stats' ),
57
		'shortlinks'          => array( 'stats/stats.php', 'WordPress.com Stats' ),
58
		'sharedaddy'          => array( 'sharedaddy/sharedaddy.php', 'Sharedaddy' ),
59
		'twitter-widget'      => array( 'wickett-twitter-widget/wickett-twitter-widget.php', 'Wickett Twitter Widget' ),
60
		'after-the-deadline'  => array( 'after-the-deadline/after-the-deadline.php', 'After The Deadline' ),
61
		'contact-form'        => array( 'grunion-contact-form/grunion-contact-form.php', 'Grunion Contact Form' ),
62
		'contact-form'        => array( 'mullet/mullet-contact-form.php', 'Mullet Contact Form' ),
63
		'custom-css'          => array( 'safecss/safecss.php', 'WordPress.com Custom CSS' ),
64
		'random-redirect'     => array( 'random-redirect/random-redirect.php', 'Random Redirect' ),
65
		'videopress'          => array( 'video/video.php', 'VideoPress' ),
66
		'widget-visibility'   => array( 'jetpack-widget-visibility/widget-visibility.php', 'Jetpack Widget Visibility' ),
67
		'widget-visibility'   => array( 'widget-visibility-without-jetpack/widget-visibility-without-jetpack.php', 'Widget Visibility Without Jetpack' ),
68
		'sharedaddy'          => array( 'jetpack-sharing/sharedaddy.php', 'Jetpack Sharing' ),
69
		'omnisearch'          => array( 'jetpack-omnisearch/omnisearch.php', 'Jetpack Omnisearch' ),
70
		'gravatar-hovercards' => array( 'jetpack-gravatar-hovercards/gravatar-hovercards.php', 'Jetpack Gravatar Hovercards' ),
71
		'latex'               => array( 'wp-latex/wp-latex.php', 'WP LaTeX' )
72
	);
73
74
	static $capability_translations = array(
75
		'administrator' => 'manage_options',
76
		'editor'        => 'edit_others_posts',
77
		'author'        => 'publish_posts',
78
		'contributor'   => 'edit_posts',
79
		'subscriber'    => 'read',
80
	);
81
82
	/**
83
	 * Map of modules that have conflicts with plugins and should not be auto-activated
84
	 * if the plugins are active.  Used by filter_default_modules
85
	 *
86
	 * Plugin Authors: If you'd like to prevent a single module from auto-activating,
87
	 * change `module-slug` and add this to your plugin:
88
	 *
89
	 * add_filter( 'jetpack_get_default_modules', 'my_jetpack_get_default_modules' );
90
	 * function my_jetpack_get_default_modules( $modules ) {
91
	 *     return array_diff( $modules, array( 'module-slug' ) );
92
	 * }
93
	 *
94
	 * @var array
95
	 */
96
	private $conflicting_plugins = array(
97
		'comments'          => array(
98
			'Intense Debate'                       => 'intensedebate/intensedebate.php',
99
			'Disqus'                               => 'disqus-comment-system/disqus.php',
100
			'Livefyre'                             => 'livefyre-comments/livefyre.php',
101
			'Comments Evolved for WordPress'       => 'gplus-comments/comments-evolved.php',
102
			'Google+ Comments'                     => 'google-plus-comments/google-plus-comments.php',
103
			'WP-SpamShield Anti-Spam'              => 'wp-spamshield/wp-spamshield.php',
104
		),
105
		'contact-form'      => array(
106
			'Contact Form 7'                       => 'contact-form-7/wp-contact-form-7.php',
107
			'Gravity Forms'                        => 'gravityforms/gravityforms.php',
108
			'Contact Form Plugin'                  => 'contact-form-plugin/contact_form.php',
109
			'Easy Contact Forms'                   => 'easy-contact-forms/easy-contact-forms.php',
110
			'Fast Secure Contact Form'             => 'si-contact-form/si-contact-form.php',
111
		),
112
		'minileven'         => array(
113
			'WPtouch'                              => 'wptouch/wptouch.php',
114
		),
115
		'latex'             => array(
116
			'LaTeX for WordPress'                  => 'latex/latex.php',
117
			'Youngwhans Simple Latex'              => 'youngwhans-simple-latex/yw-latex.php',
118
			'Easy WP LaTeX'                        => 'easy-wp-latex-lite/easy-wp-latex-lite.php',
119
			'MathJax-LaTeX'                        => 'mathjax-latex/mathjax-latex.php',
120
			'Enable Latex'                         => 'enable-latex/enable-latex.php',
121
			'WP QuickLaTeX'                        => 'wp-quicklatex/wp-quicklatex.php',
122
		),
123
		'protect'           => array(
124
			'Limit Login Attempts'                 => 'limit-login-attempts/limit-login-attempts.php',
125
			'Captcha'                              => 'captcha/captcha.php',
126
			'Brute Force Login Protection'         => 'brute-force-login-protection/brute-force-login-protection.php',
127
			'Login Security Solution'              => 'login-security-solution/login-security-solution.php',
128
			'WPSecureOps Brute Force Protect'      => 'wpsecureops-bruteforce-protect/wpsecureops-bruteforce-protect.php',
129
			'BulletProof Security'                 => 'bulletproof-security/bulletproof-security.php',
130
			'SiteGuard WP Plugin'                  => 'siteguard/siteguard.php',
131
			'Security-protection'                  => 'security-protection/security-protection.php',
132
			'Login Security'                       => 'login-security/login-security.php',
133
			'Botnet Attack Blocker'                => 'botnet-attack-blocker/botnet-attack-blocker.php',
134
			'Wordfence Security'                   => 'wordfence/wordfence.php',
135
			'All In One WP Security & Firewall'    => 'all-in-one-wp-security-and-firewall/wp-security.php',
136
			'iThemes Security'                     => 'better-wp-security/better-wp-security.php',
137
		),
138
		'random-redirect'   => array(
139
			'Random Redirect 2'                    => 'random-redirect-2/random-redirect.php',
140
		),
141
		'related-posts'     => array(
142
			'YARPP'                                => 'yet-another-related-posts-plugin/yarpp.php',
143
			'WordPress Related Posts'              => 'wordpress-23-related-posts-plugin/wp_related_posts.php',
144
			'nrelate Related Content'              => 'nrelate-related-content/nrelate-related.php',
145
			'Contextual Related Posts'             => 'contextual-related-posts/contextual-related-posts.php',
146
			'Related Posts for WordPress'          => 'microkids-related-posts/microkids-related-posts.php',
147
			'outbrain'                             => 'outbrain/outbrain.php',
148
			'Shareaholic'                          => 'shareaholic/shareaholic.php',
149
			'Sexybookmarks'                        => 'sexybookmarks/shareaholic.php',
150
		),
151
		'sharedaddy'        => array(
152
			'AddThis'                              => 'addthis/addthis_social_widget.php',
153
			'Add To Any'                           => 'add-to-any/add-to-any.php',
154
			'ShareThis'                            => 'share-this/sharethis.php',
155
			'Shareaholic'                          => 'shareaholic/shareaholic.php',
156
		),
157
		'verification-tools' => array(
158
			'WordPress SEO by Yoast'               => 'wordpress-seo/wp-seo.php',
159
			'WordPress SEO Premium by Yoast'       => 'wordpress-seo-premium/wp-seo-premium.php',
160
			'All in One SEO Pack'                  => 'all-in-one-seo-pack/all_in_one_seo_pack.php',
161
		),
162
		'widget-visibility' => array(
163
			'Widget Logic'                         => 'widget-logic/widget_logic.php',
164
			'Dynamic Widgets'                      => 'dynamic-widgets/dynamic-widgets.php',
165
		),
166
		'sitemaps' => array(
167
			'Google XML Sitemaps'                  => 'google-sitemap-generator/sitemap.php',
168
			'Better WordPress Google XML Sitemaps' => 'bwp-google-xml-sitemaps/bwp-simple-gxs.php',
169
			'Google XML Sitemaps for qTranslate'   => 'google-xml-sitemaps-v3-for-qtranslate/sitemap.php',
170
			'XML Sitemap & Google News feeds'      => 'xml-sitemap-feed/xml-sitemap.php',
171
			'Google Sitemap by BestWebSoft'        => 'google-sitemap-plugin/google-sitemap-plugin.php',
172
			'WordPress SEO by Yoast'               => 'wordpress-seo/wp-seo.php',
173
			'WordPress SEO Premium by Yoast'       => 'wordpress-seo-premium/wp-seo-premium.php',
174
			'All in One SEO Pack'                  => 'all-in-one-seo-pack/all_in_one_seo_pack.php',
175
			'Sitemap'                              => 'sitemap/sitemap.php',
176
			'Simple Wp Sitemap'                    => 'simple-wp-sitemap/simple-wp-sitemap.php',
177
			'Simple Sitemap'                       => 'simple-sitemap/simple-sitemap.php',
178
			'XML Sitemaps'                         => 'xml-sitemaps/xml-sitemaps.php',
179
			'MSM Sitemaps'                         => 'msm-sitemap/msm-sitemap.php',
180
		),
181
	);
182
183
	/**
184
	 * Plugins for which we turn off our Facebook OG Tags implementation.
185
	 *
186
	 * Note: WordPress SEO by Yoast and WordPress SEO Premium by Yoast automatically deactivate
187
	 * Jetpack's Open Graph tags via filter when their Social Meta modules are active.
188
	 *
189
	 * Plugin authors: If you'd like to prevent Jetpack's Open Graph tag generation in your plugin, you can do so via this filter:
190
	 * add_filter( 'jetpack_enable_open_graph', '__return_false' );
191
	 */
192
	private $open_graph_conflicting_plugins = array(
193
		'2-click-socialmedia-buttons/2-click-socialmedia-buttons.php',
194
		                                                         // 2 Click Social Media Buttons
195
		'add-link-to-facebook/add-link-to-facebook.php',         // Add Link to Facebook
196
		'add-meta-tags/add-meta-tags.php',                       // Add Meta Tags
197
		'autodescription/autodescription.php',                   // The SEO Framework
198
		'easy-facebook-share-thumbnails/esft.php',               // Easy Facebook Share Thumbnail
199
		'facebook/facebook.php',                                 // Facebook (official plugin)
200
		'facebook-awd/AWD_facebook.php',                         // Facebook AWD All in one
201
		'facebook-featured-image-and-open-graph-meta-tags/fb-featured-image.php',
202
		                                                         // Facebook Featured Image & OG Meta Tags
203
		'facebook-meta-tags/facebook-metatags.php',              // Facebook Meta Tags
204
		'wonderm00ns-simple-facebook-open-graph-tags/wonderm00n-open-graph.php',
205
		                                                         // Facebook Open Graph Meta Tags for WordPress
206
		'facebook-revised-open-graph-meta-tag/index.php',        // Facebook Revised Open Graph Meta Tag
207
		'facebook-thumb-fixer/_facebook-thumb-fixer.php',        // Facebook Thumb Fixer
208
		'facebook-and-digg-thumbnail-generator/facebook-and-digg-thumbnail-generator.php',
209
		                                                         // Fedmich's Facebook Open Graph Meta
210
		'header-footer/plugin.php',                              // Header and Footer
211
		'network-publisher/networkpub.php',                      // Network Publisher
212
		'nextgen-facebook/nextgen-facebook.php',                 // NextGEN Facebook OG
213
		'social-networks-auto-poster-facebook-twitter-g/NextScripts_SNAP.php',
214
		                                                         // NextScripts SNAP
215
		'opengraph/opengraph.php',                               // Open Graph
216
		'open-graph-protocol-framework/open-graph-protocol-framework.php',
217
		                                                         // Open Graph Protocol Framework
218
		'seo-facebook-comments/seofacebook.php',                 // SEO Facebook Comments
219
		'seo-ultimate/seo-ultimate.php',                         // SEO Ultimate
220
		'sexybookmarks/sexy-bookmarks.php',                      // Shareaholic
221
		'shareaholic/sexy-bookmarks.php',                        // Shareaholic
222
		'sharepress/sharepress.php',                             // SharePress
223
		'simple-facebook-connect/sfc.php',                       // Simple Facebook Connect
224
		'social-discussions/social-discussions.php',             // Social Discussions
225
		'social-sharing-toolkit/social_sharing_toolkit.php',     // Social Sharing Toolkit
226
		'socialize/socialize.php',                               // Socialize
227
		'only-tweet-like-share-and-google-1/tweet-like-plusone.php',
228
		                                                         // Tweet, Like, Google +1 and Share
229
		'wordbooker/wordbooker.php',                             // Wordbooker
230
		'wpsso/wpsso.php',                                       // WordPress Social Sharing Optimization
231
		'wp-caregiver/wp-caregiver.php',                         // WP Caregiver
232
		'wp-facebook-like-send-open-graph-meta/wp-facebook-like-send-open-graph-meta.php',
233
		                                                         // WP Facebook Like Send & Open Graph Meta
234
		'wp-facebook-open-graph-protocol/wp-facebook-ogp.php',   // WP Facebook Open Graph protocol
235
		'wp-ogp/wp-ogp.php',                                     // WP-OGP
236
		'zoltonorg-social-plugin/zosp.php',                      // Zolton.org Social Plugin
237
		'wp-fb-share-like-button/wp_fb_share-like_widget.php'    // WP Facebook Like Button
238
	);
239
240
	/**
241
	 * Plugins for which we turn off our Twitter Cards Tags implementation.
242
	 */
243
	private $twitter_cards_conflicting_plugins = array(
244
	//	'twitter/twitter.php',                       // The official one handles this on its own.
245
	//	                                             // https://github.com/twitter/wordpress/blob/master/src/Twitter/WordPress/Cards/Compatibility.php
246
		'eewee-twitter-card/index.php',              // Eewee Twitter Card
247
		'ig-twitter-cards/ig-twitter-cards.php',     // IG:Twitter Cards
248
		'jm-twitter-cards/jm-twitter-cards.php',     // JM Twitter Cards
249
		'kevinjohn-gallagher-pure-web-brilliants-social-graph-twitter-cards-extention/kevinjohn_gallagher___social_graph_twitter_output.php',
250
		                                             // Pure Web Brilliant's Social Graph Twitter Cards Extension
251
		'twitter-cards/twitter-cards.php',           // Twitter Cards
252
		'twitter-cards-meta/twitter-cards-meta.php', // Twitter Cards Meta
253
		'wp-twitter-cards/twitter_cards.php',        // WP Twitter Cards
254
	);
255
256
	/**
257
	 * Message to display in admin_notice
258
	 * @var string
259
	 */
260
	public $message = '';
261
262
	/**
263
	 * Error to display in admin_notice
264
	 * @var string
265
	 */
266
	public $error = '';
267
268
	/**
269
	 * Modules that need more privacy description.
270
	 * @var string
271
	 */
272
	public $privacy_checks = '';
273
274
	/**
275
	 * Stats to record once the page loads
276
	 *
277
	 * @var array
278
	 */
279
	public $stats = array();
280
281
	/**
282
	 * Jetpack_Sync object
283
	 */
284
	public $sync;
285
286
	/**
287
	 * Verified data for JSON authorization request
288
	 */
289
	public $json_api_authorization_request = array();
290
291
	/**
292
	 * Holds the singleton instance of this class
293
	 * @since 2.3.3
294
	 * @var Jetpack
295
	 */
296
	static $instance = false;
297
298
	/**
299
	 * Singleton
300
	 * @static
301
	 */
302
	public static function init() {
303
		if ( ! self::$instance ) {
304
			self::$instance = new Jetpack;
305
306
			self::$instance->plugin_upgrade();
307
		}
308
309
		return self::$instance;
310
	}
311
312
	/**
313
	 * Must never be called statically
314
	 */
315
	function plugin_upgrade() {
316
		if ( Jetpack::is_active() ) {
317
			list( $version ) = explode( ':', Jetpack_Options::get_option( 'version' ) );
318
			if ( JETPACK__VERSION != $version ) {
319
320
				// Check which active modules actually exist and remove others from active_modules list
321
				$unfiltered_modules = Jetpack::get_active_modules();
322
				$modules = array_filter( $unfiltered_modules, array( 'Jetpack', 'is_module' ) );
323
				if ( array_diff( $unfiltered_modules, $modules ) ) {
324
					Jetpack::update_active_modules( $modules );
325
				}
326
327
				add_action( 'init', array( __CLASS__, 'activate_new_modules' ) );
328
				Jetpack::maybe_set_version_option();
329
			}
330
		}
331
	}
332
333
	static function activate_manage( ) {
334
		if ( did_action( 'init' ) || current_filter() == 'init' ) {
335
			self::activate_module( 'manage', false, false );
336
		} else if ( !  has_action( 'init' , array( __CLASS__, 'activate_manage' ) ) ) {
337
			add_action( 'init', array( __CLASS__, 'activate_manage' ) );
338
		}
339
	}
340
341
	static function update_active_modules( $modules ) {
342
		$current_modules = Jetpack_Options::get_option( 'active_modules', array() );
343
		
344
		$success = Jetpack_Options::update_option( 'active_modules', array_unique( $modules ) );
345
		
346
		if ( is_array( $modules ) && is_array( $current_modules ) ) {
347
			$new_active_modules = array_diff( $modules, $current_modules );
348
			foreach( $new_active_modules as $module ) {
349
				/**
350
				 * Fires when a specific module is activated.
351
				 *
352
				 * @since 1.9.0
353
				 *
354
				 * @param string $module Module slug.
355
				 * @param boolean $success whether the module was activated. @since 4.2
356
				 */
357
				do_action( 'jetpack_activate_module', $module, $success );
358
359
				/**
360
				 * Fires when a module is activated.
361
				 * The dynamic part of the filter, $module, is the module slug.
362
				 *
363
				 * @since 1.9.0
364
				 *
365
				 * @param string $module Module slug.
366
				 */
367
				do_action( "jetpack_activate_module_$module", $module );
368
			}
369
370
			$new_deactive_modules = array_diff( $current_modules, $modules );
371
			foreach( $new_deactive_modules as $module ) {
372
				/**
373
				 * Fired after a module has been deactivated.
374
				 *
375
				 * @since 4.2.0
376
				 *
377
				 * @param string $module Module slug.
378
				 * @param boolean $success whether the module was deactivated.
379
				 */
380
				do_action( 'jetpack_deactivate_module', $module, $success );
381
				/**
382
				 * Fires when a module is deactivated.
383
				 * The dynamic part of the filter, $module, is the module slug.
384
				 *
385
				 * @since 1.9.0
386
				 *
387
				 * @param string $module Module slug.
388
				 */
389
				do_action( "jetpack_deactivate_module_$module", $module );
390
			}
391
		}
392
393
		return $success;
394
	}
395
396
	static function delete_active_modules() {
397
		self::update_active_modules( array() );
398
	}
399
400
	/**
401
	 * Constructor.  Initializes WordPress hooks
402
	 */
403
	private function __construct() {
404
		/*
405
		 * Check for and alert any deprecated hooks
406
		 */
407
		add_action( 'init', array( $this, 'deprecated_hooks' ) );
408
409
410
		/*
411
		 * Load things that should only be in Network Admin.
412
		 *
413
		 * For now blow away everything else until a more full
414
		 * understanding of what is needed at the network level is
415
		 * available
416
		 */
417
		if( is_multisite() ) {
418
			Jetpack_Network::init();
419
		}
420
421
		// Unlink user before deleting the user from .com
422
		add_action( 'deleted_user', array( $this, 'unlink_user' ), 10, 1 );
423
		add_action( 'remove_user_from_blog', array( $this, 'unlink_user' ), 10, 1 );
424
425
		if ( defined( 'XMLRPC_REQUEST' ) && XMLRPC_REQUEST && isset( $_GET['for'] ) && 'jetpack' == $_GET['for'] ) {
426
			@ini_set( 'display_errors', false ); // Display errors can cause the XML to be not well formed.
427
428
			require_once JETPACK__PLUGIN_DIR . 'class.jetpack-xmlrpc-server.php';
429
			$this->xmlrpc_server = new Jetpack_XMLRPC_Server();
430
431
			$this->require_jetpack_authentication();
432
433
			if ( Jetpack::is_active() ) {
434
				// Hack to preserve $HTTP_RAW_POST_DATA
435
				add_filter( 'xmlrpc_methods', array( $this, 'xmlrpc_methods' ) );
436
437
				$signed = $this->verify_xml_rpc_signature();
438
				if ( $signed && ! is_wp_error( $signed ) ) {
439
					// The actual API methods.
440
					add_filter( 'xmlrpc_methods', array( $this->xmlrpc_server, 'xmlrpc_methods' ) );
441
				} else {
442
					// The jetpack.authorize method should be available for unauthenticated users on a site with an
443
					// active Jetpack connection, so that additional users can link their account.
444
					add_filter( 'xmlrpc_methods', array( $this->xmlrpc_server, 'authorize_xmlrpc_methods' ) );
445
				}
446
			} else {
447
				// The bootstrap API methods.
448
				add_filter( 'xmlrpc_methods', array( $this->xmlrpc_server, 'bootstrap_xmlrpc_methods' ) );
449
			}
450
451
			// Now that no one can authenticate, and we're whitelisting all XML-RPC methods, force enable_xmlrpc on.
452
			add_filter( 'pre_option_enable_xmlrpc', '__return_true' );
453
		} elseif ( is_admin() && isset( $_POST['action'] ) && 'jetpack_upload_file' == $_POST['action'] ) {
454
			$this->require_jetpack_authentication();
455
			$this->add_remote_request_handlers();
456
		} else {
457
			if ( Jetpack::is_active() ) {
458
				add_action( 'login_form_jetpack_json_api_authorization', array( &$this, 'login_form_json_api_authorization' ) );
459
				add_filter( 'xmlrpc_methods', array( $this, 'public_xmlrpc_methods' ) );
460
			}
461
		}
462
463
		if ( Jetpack::is_active() ) {
464
			Jetpack_Heartbeat::init();
465
		}
466
467
		add_action( 'jetpack_clean_nonces', array( 'Jetpack', 'clean_nonces' ) );
468
		if ( ! wp_next_scheduled( 'jetpack_clean_nonces' ) ) {
469
			wp_schedule_event( time(), 'hourly', 'jetpack_clean_nonces' );
470
		}
471
472
		add_filter( 'xmlrpc_blog_options', array( $this, 'xmlrpc_options' ) );
473
474
		add_action( 'admin_init', array( $this, 'admin_init' ) );
475
		add_action( 'admin_init', array( $this, 'dismiss_jetpack_notice' ) );
476
477
		add_filter( 'admin_body_class', array( $this, 'admin_body_class' ) );
478
479
		add_action( 'wp_dashboard_setup', array( $this, 'wp_dashboard_setup' ) );
480
		// Filter the dashboard meta box order to swap the new one in in place of the old one.
481
		add_filter( 'get_user_option_meta-box-order_dashboard', array( $this, 'get_user_option_meta_box_order_dashboard' ) );
482
483
		// returns HTTPS support status
484
		add_action( 'wp_ajax_jetpack-recheck-ssl', array( $this, 'ajax_recheck_ssl' ) );
485
486
		// If any module option is updated before Jump Start is dismissed, hide Jump Start.
487
		add_action( 'update_option', array( $this, 'jumpstart_has_updated_module_option' ) );
488
489
		// Identity Crisis AJAX callback function
490
		add_action( 'wp_ajax_jetpack_resolve_identity_crisis', array( $this, 'resolve_identity_crisis_ajax_callback' ) );
491
492
		// JITM AJAX callback function
493
		add_action( 'wp_ajax_jitm_ajax',  array( $this, 'jetpack_jitm_ajax_callback' ) );
494
495
		add_action( 'wp_ajax_jetpack_admin_ajax',          array( $this, 'jetpack_admin_ajax_callback' ) );
496
		add_action( 'wp_ajax_jetpack_admin_ajax_refresh',  array( $this, 'jetpack_admin_ajax_refresh_data' ) );
497
498
		// Universal ajax callback for all tracking events triggered via js
499
		add_action( 'wp_ajax_jetpack_tracks', array( $this, 'jetpack_admin_ajax_tracks_callback' ) );
500
501
		add_action( 'wp_loaded', array( $this, 'register_assets' ) );
502
		add_action( 'wp_enqueue_scripts', array( $this, 'devicepx' ) );
503
		add_action( 'customize_controls_enqueue_scripts', array( $this, 'devicepx' ) );
504
		add_action( 'admin_enqueue_scripts', array( $this, 'devicepx' ) );
505
506
		add_action( 'plugins_loaded', array( $this, 'extra_oembed_providers' ), 100 );
507
508
		/**
509
		 * These actions run checks to load additional files.
510
		 * They check for external files or plugins, so they need to run as late as possible.
511
		 */
512
		add_action( 'wp_head', array( $this, 'check_open_graph' ),       1 );
513
		add_action( 'plugins_loaded', array( $this, 'check_twitter_tags' ),     999 );
514
		add_action( 'plugins_loaded', array( $this, 'check_rest_api_compat' ), 1000 );
515
516
		add_filter( 'plugins_url',      array( 'Jetpack', 'maybe_min_asset' ),     1, 3 );
517
		add_filter( 'style_loader_tag', array( 'Jetpack', 'maybe_inline_style' ), 10, 2 );
518
519
		add_filter( 'map_meta_cap', array( $this, 'jetpack_custom_caps' ), 1, 4 );
520
521
		add_filter( 'jetpack_get_default_modules', array( $this, 'filter_default_modules' ) );
522
		add_filter( 'jetpack_get_default_modules', array( $this, 'handle_deprecated_modules' ), 99 );
523
524
		// A filter to control all just in time messages
525
		add_filter( 'jetpack_just_in_time_msgs', '__return_false' );
526
527
		/**
528
		 * This is the hack to concatinate all css files into one.
529
		 * For description and reasoning see the implode_frontend_css method
530
		 *
531
		 * Super late priority so we catch all the registered styles
532
		 */
533
		if( !is_admin() ) {
534
			add_action( 'wp_print_styles', array( $this, 'implode_frontend_css' ), -1 ); // Run first
535
			add_action( 'wp_print_footer_scripts', array( $this, 'implode_frontend_css' ), -1 ); // Run first to trigger before `print_late_styles`
536
		}
537
538
	}
539
540
	function jetpack_admin_ajax_tracks_callback() {
541
		// Check for nonce
542
		if ( ! isset( $_REQUEST['tracksNonce'] ) || ! wp_verify_nonce( $_REQUEST['tracksNonce'], 'jp-tracks-ajax-nonce' ) ) {
543
			wp_die( 'Permissions check failed.' );
544
		}
545
546
		if ( ! isset( $_REQUEST['tracksEventName'] ) || ! isset( $_REQUEST['tracksEventType'] )  ) {
547
			wp_die( 'No valid event name or type.' );
548
		}
549
550
		$tracks_data = array();
551
		if ( 'click' === $_REQUEST['tracksEventType'] && isset( $_REQUEST['tracksEventProp'] ) ) {
552
			$tracks_data = array( 'clicked' => $_REQUEST['tracksEventProp'] );
553
		}
554
555
		JetpackTracking::record_user_event( $_REQUEST['tracksEventName'], $tracks_data );
556
		wp_send_json_success();
557
		wp_die();
558
	}
559
560
	function jetpack_admin_ajax_callback() {
561
		// Check for nonce
562 View Code Duplication
		if ( ! isset( $_REQUEST['adminNonce'] ) || ! wp_verify_nonce( $_REQUEST['adminNonce'], 'jetpack-admin-nonce' ) || ! current_user_can( 'jetpack_manage_modules' ) ) {
563
			wp_die( 'permissions check failed' );
564
		}
565
566
		if ( isset( $_REQUEST['toggleModule'] ) && 'nux-toggle-module' == $_REQUEST['toggleModule'] ) {
567
			$slug = $_REQUEST['thisModuleSlug'];
568
569
			if ( ! in_array( $slug, Jetpack::get_available_modules() ) ) {
570
				wp_die( 'That is not a Jetpack module slug' );
571
			}
572
573
			if ( Jetpack::is_module_active( $slug ) ) {
574
				Jetpack::deactivate_module( $slug );
575
			} else {
576
				Jetpack::activate_module( $slug, false, false );
577
			}
578
579
			$modules = Jetpack_Admin::init()->get_modules();
580
			echo json_encode( $modules[ $slug ] );
581
582
			exit;
583
		}
584
585
		wp_die();
586
	}
587
588
	/*
589
	 * Sometimes we need to refresh the data,
590
	 * especially if the page is visited via a 'history'
591
	 * event like back/forward
592
	 */
593
	function jetpack_admin_ajax_refresh_data() {
594
		// Check for nonce
595 View Code Duplication
		if ( ! isset( $_REQUEST['adminNonce'] ) || ! wp_verify_nonce( $_REQUEST['adminNonce'], 'jetpack-admin-nonce' ) ) {
596
			wp_die( 'permissions check failed' );
597
		}
598
599
		if ( isset( $_REQUEST['refreshData'] ) && 'refresh' == $_REQUEST['refreshData'] ) {
600
			$modules = Jetpack_Admin::init()->get_modules();
601
			echo json_encode( $modules );
602
			exit;
603
		}
604
605
		wp_die();
606
	}
607
608
	/**
609
	 * The callback for the JITM ajax requests.
610
	 */
611
	function jetpack_jitm_ajax_callback() {
612
		// Check for nonce
613
		if ( ! isset( $_REQUEST['jitmNonce'] ) || ! wp_verify_nonce( $_REQUEST['jitmNonce'], 'jetpack-jitm-nonce' ) ) {
614
			wp_die( 'Module activation failed due to lack of appropriate permissions' );
615
		}
616
		if ( isset( $_REQUEST['jitmActionToTake'] ) && 'activate' == $_REQUEST['jitmActionToTake'] ) {
617
			$module_slug = $_REQUEST['jitmModule'];
618
			Jetpack::log( 'activate', $module_slug );
619
			Jetpack::activate_module( $module_slug, false, false );
620
			Jetpack::state( 'message', 'no_message' );
621
622
			//A Jetpack module is being activated through a JITM, track it
623
			$this->stat( 'jitm', $module_slug.'-activated-' . JETPACK__VERSION );
624
			$this->do_stats( 'server_side' );
625
626
			wp_send_json_success();
627
		}
628
		if ( isset( $_REQUEST['jitmActionToTake'] ) && 'dismiss' == $_REQUEST['jitmActionToTake'] ) {
629
			// get the hide_jitm options array
630
			$jetpack_hide_jitm = Jetpack_Options::get_option( 'hide_jitm' );
631
			$module_slug = $_REQUEST['jitmModule'];
632
633
			if( ! $jetpack_hide_jitm ) {
634
				$jetpack_hide_jitm = array(
635
					$module_slug => 'hide'
636
				);
637
			} else {
638
				$jetpack_hide_jitm[$module_slug] = 'hide';
639
			}
640
641
			Jetpack_Options::update_option( 'hide_jitm', $jetpack_hide_jitm );
642
643
			//jitm is being dismissed forever, track it
644
			$this->stat( 'jitm', $module_slug.'-dismissed-' . JETPACK__VERSION );
645
			$this->do_stats( 'server_side' );
646
647
			wp_send_json_success();
648
		}
649 View Code Duplication
		if ( isset( $_REQUEST['jitmActionToTake'] ) && 'launch' == $_REQUEST['jitmActionToTake'] ) {
650
			$module_slug = $_REQUEST['jitmModule'];
651
652
			// User went to WordPress.com, track this
653
			$this->stat( 'jitm', $module_slug.'-wordpress-tools-' . JETPACK__VERSION );
654
			$this->do_stats( 'server_side' );
655
656
			wp_send_json_success();
657
		}
658 View Code Duplication
		if ( isset( $_REQUEST['jitmActionToTake'] ) && 'viewed' == $_REQUEST['jitmActionToTake'] ) {
659
			$track = $_REQUEST['jitmModule'];
660
661
			// User is viewing JITM, track it.
662
			$this->stat( 'jitm', $track . '-viewed-' . JETPACK__VERSION );
663
			$this->do_stats( 'server_side' );
664
665
			wp_send_json_success();
666
		}
667
	}
668
669
	/**
670
	 * If there are any stats that need to be pushed, but haven't been, push them now.
671
	 */
672
	function __destruct() {
673
		if ( ! empty( $this->stats ) ) {
674
			$this->do_stats( 'server_side' );
675
		}
676
	}
677
678
	function jetpack_custom_caps( $caps, $cap, $user_id, $args ) {
679
		switch( $cap ) {
680
			case 'jetpack_connect' :
681
			case 'jetpack_reconnect' :
682
				if ( Jetpack::is_development_mode() ) {
683
					$caps = array( 'do_not_allow' );
684
					break;
685
				}
686
				/**
687
				 * Pass through. If it's not development mode, these should match disconnect.
688
				 * Let users disconnect if it's development mode, just in case things glitch.
689
				 */
690
			case 'jetpack_disconnect' :
691
				/**
692
				 * In multisite, can individual site admins manage their own connection?
693
				 *
694
				 * Ideally, this should be extracted out to a separate filter in the Jetpack_Network class.
695
				 */
696
				if ( is_multisite() && ! is_super_admin() && is_plugin_active_for_network( 'jetpack/jetpack.php' ) ) {
697
					if ( ! Jetpack_Network::init()->get_option( 'sub-site-connection-override' ) ) {
698
						/**
699
						 * We need to update the option name -- it's terribly unclear which
700
						 * direction the override goes.
701
						 *
702
						 * @todo: Update the option name to `sub-sites-can-manage-own-connections`
703
						 */
704
						$caps = array( 'do_not_allow' );
705
						break;
706
					}
707
				}
708
709
				$caps = array( 'manage_options' );
710
				break;
711
			case 'jetpack_manage_modules' :
712
			case 'jetpack_activate_modules' :
713
			case 'jetpack_deactivate_modules' :
714
				$caps = array( 'manage_options' );
715
				break;
716
			case 'jetpack_configure_modules' :
717
				$caps = array( 'manage_options' );
718
				break;
719
			case 'jetpack_network_admin_page':
720
			case 'jetpack_network_settings_page':
721
				$caps = array( 'manage_network_plugins' );
722
				break;
723
			case 'jetpack_network_sites_page':
724
				$caps = array( 'manage_sites' );
725
				break;
726
			case 'jetpack_admin_page' :
727
				if ( Jetpack::is_development_mode() ) {
728
					$caps = array( 'manage_options' );
729
					break;
730
				} else {
731
					$caps = array( 'read' );
732
				}
733
				break;
734
			case 'jetpack_connect_user' :
735
				if ( Jetpack::is_development_mode() ) {
736
					$caps = array( 'do_not_allow' );
737
					break;
738
				}
739
				$caps = array( 'read' );
740
				break;
741
		}
742
		return $caps;
743
	}
744
745
	function require_jetpack_authentication() {
746
		// Don't let anyone authenticate
747
		$_COOKIE = array();
748
		remove_all_filters( 'authenticate' );
749
750
		/**
751
		 * For the moment, remove Limit Login Attempts if its xmlrpc for Jetpack.
752
		 * If Limit Login Attempts is installed as a mu-plugin, it can occasionally
753
		 * generate false-positives.
754
		 */
755
		remove_filter( 'wp_login_failed', 'limit_login_failed' );
756
757
		if ( Jetpack::is_active() ) {
758
			// Allow Jetpack authentication
759
			add_filter( 'authenticate', array( $this, 'authenticate_jetpack' ), 10, 3 );
760
		}
761
	}
762
763
	/**
764
	 * Load language files
765
	 * @action plugins_loaded
766
	 */
767
	public static function plugin_textdomain() {
768
		// Note to self, the third argument must not be hardcoded, to account for relocated folders.
769
		load_plugin_textdomain( 'jetpack', false, dirname( plugin_basename( JETPACK__PLUGIN_FILE ) ) . '/languages/' );
770
	}
771
772
	/**
773
	 * Register assets for use in various modules and the Jetpack admin page.
774
	 *
775
	 * @uses wp_script_is, wp_register_script, plugins_url
776
	 * @action wp_loaded
777
	 * @return null
778
	 */
779
	public function register_assets() {
780
		if ( ! wp_script_is( 'spin', 'registered' ) ) {
781
			wp_register_script( 'spin', plugins_url( '_inc/spin.js', JETPACK__PLUGIN_FILE ), false, '1.3' );
782
		}
783
784 View Code Duplication
		if ( ! wp_script_is( 'jquery.spin', 'registered' ) ) {
785
			wp_register_script( 'jquery.spin', plugins_url( '_inc/jquery.spin.js', JETPACK__PLUGIN_FILE ) , array( 'jquery', 'spin' ), '1.3' );
786
		}
787
788 View Code Duplication
		if ( ! wp_script_is( 'jetpack-gallery-settings', 'registered' ) ) {
789
			wp_register_script( 'jetpack-gallery-settings', plugins_url( '_inc/gallery-settings.js', JETPACK__PLUGIN_FILE ), array( 'media-views' ), '20121225' );
790
		}
791
792 View Code Duplication
		if ( ! wp_script_is( 'jetpack-twitter-timeline', 'registered' ) ) {
793
			wp_register_script( 'jetpack-twitter-timeline', plugins_url( '_inc/twitter-timeline.js', JETPACK__PLUGIN_FILE ) , array( 'jquery' ), '4.0.0', true );
794
		}
795
796
		if ( ! wp_script_is( 'jetpack-facebook-embed', 'registered' ) ) {
797
			wp_register_script( 'jetpack-facebook-embed', plugins_url( '_inc/facebook-embed.js', __FILE__ ), array( 'jquery' ), null, true );
798
799
			/** This filter is documented in modules/sharedaddy/sharing-sources.php */
800
			$fb_app_id = apply_filters( 'jetpack_sharing_facebook_app_id', '249643311490' );
801
			if ( ! is_numeric( $fb_app_id ) ) {
802
				$fb_app_id = '';
803
			}
804
			wp_localize_script(
805
				'jetpack-facebook-embed',
806
				'jpfbembed',
807
				array(
808
					'appid' => $fb_app_id,
809
					'locale' => $this->get_locale(),
810
				)
811
			);
812
		}
813
814
		/**
815
		 * As jetpack_register_genericons is by default fired off a hook,
816
		 * the hook may have already fired by this point.
817
		 * So, let's just trigger it manually.
818
		 */
819
		require_once( JETPACK__PLUGIN_DIR . '_inc/genericons.php' );
820
		jetpack_register_genericons();
821
822
		/**
823
		 * Register the social logos
824
		 */
825
		require_once( JETPACK__PLUGIN_DIR . '_inc/social-logos.php' );
826
		jetpack_register_social_logos();
827
828 View Code Duplication
		if ( ! wp_style_is( 'jetpack-icons', 'registered' ) )
829
			wp_register_style( 'jetpack-icons', plugins_url( 'css/jetpack-icons.min.css', JETPACK__PLUGIN_FILE ), false, JETPACK__VERSION );
830
	}
831
832
	/**
833
	 * Guess locale from language code.
834
	 *
835
	 * @param string $lang Language code.
836
	 * @return string|bool
837
	 */
838 View Code Duplication
	function guess_locale_from_lang( $lang ) {
839
		if ( 'en' === $lang || 'en_US' === $lang || ! $lang ) {
840
			return 'en_US';
841
		}
842
843
		if ( ! class_exists( 'GP_Locales' ) ) {
844
			if ( ! defined( 'JETPACK__GLOTPRESS_LOCALES_PATH' ) || ! file_exists( JETPACK__GLOTPRESS_LOCALES_PATH ) ) {
845
				return false;
846
			}
847
848
			require JETPACK__GLOTPRESS_LOCALES_PATH;
849
		}
850
851
		if ( defined( 'IS_WPCOM' ) && IS_WPCOM ) {
852
			// WP.com: get_locale() returns 'it'
853
			$locale = GP_Locales::by_slug( $lang );
854
		} else {
855
			// Jetpack: get_locale() returns 'it_IT';
856
			$locale = GP_Locales::by_field( 'facebook_locale', $lang );
857
		}
858
859
		if ( ! $locale ) {
860
			return false;
861
		}
862
863
		if ( empty( $locale->facebook_locale ) ) {
864
			if ( empty( $locale->wp_locale ) ) {
865
				return false;
866
			} else {
867
				// Facebook SDK is smart enough to fall back to en_US if a
868
				// locale isn't supported. Since supported Facebook locales
869
				// can fall out of sync, we'll attempt to use the known
870
				// wp_locale value and rely on said fallback.
871
				return $locale->wp_locale;
872
			}
873
		}
874
875
		return $locale->facebook_locale;
876
	}
877
878
	/**
879
	 * Get the locale.
880
	 *
881
	 * @return string|bool
882
	 */
883
	function get_locale() {
884
		$locale = $this->guess_locale_from_lang( get_locale() );
885
886
		if ( ! $locale ) {
887
			$locale = 'en_US';
888
		}
889
890
		return $locale;
891
	}
892
893
	/**
894
	 * Device Pixels support
895
	 * This improves the resolution of gravatars and wordpress.com uploads on hi-res and zoomed browsers.
896
	 */
897
	function devicepx() {
898
		if ( Jetpack::is_active() ) {
899
			wp_enqueue_script( 'devicepx', set_url_scheme( 'http://s0.wp.com/wp-content/js/devicepx-jetpack.js' ), array(), gmdate( 'oW' ), true );
900
		}
901
	}
902
903
	/**
904
	 * Return the network_site_url so that .com knows what network this site is a part of.
905
	 * @param  bool $option
906
	 * @return string
907
	 */
908
	public function jetpack_main_network_site_option( $option ) {
909
		return network_site_url();
910
	}
911
	/**
912
	 * Network Name.
913
	 */
914
	static function network_name( $option = null ) {
915
		global $current_site;
916
		return $current_site->site_name;
917
	}
918
	/**
919
	 * Does the network allow new user and site registrations.
920
	 * @return string
921
	 */
922
	static function network_allow_new_registrations( $option = null ) {
923
		return ( in_array( get_site_option( 'registration' ), array('none', 'user', 'blog', 'all' ) ) ? get_site_option( 'registration') : 'none' );
924
	}
925
	/**
926
	 * Does the network allow admins to add new users.
927
	 * @return boolian
928
	 */
929
	static function network_add_new_users( $option = null ) {
930
		return (bool) get_site_option( 'add_new_users' );
931
	}
932
	/**
933
	 * File upload psace left per site in MB.
934
	 *  -1 means NO LIMIT.
935
	 * @return number
936
	 */
937
	static function network_site_upload_space( $option = null ) {
938
		// value in MB
939
		return ( get_site_option( 'upload_space_check_disabled' ) ? -1 : get_space_allowed() );
940
	}
941
942
	/**
943
	 * Network allowed file types.
944
	 * @return string
945
	 */
946
	static function network_upload_file_types( $option = null ) {
947
		return get_site_option( 'upload_filetypes', 'jpg jpeg png gif' );
948
	}
949
950
	/**
951
	 * Maximum file upload size set by the network.
952
	 * @return number
953
	 */
954
	static function network_max_upload_file_size( $option = null ) {
955
		// value in KB
956
		return get_site_option( 'fileupload_maxk', 300 );
957
	}
958
959
	/**
960
	 * Lets us know if a site allows admins to manage the network.
961
	 * @return array
962
	 */
963
	static function network_enable_administration_menus( $option = null ) {
964
		return get_site_option( 'menu_items' );
965
	}
966
967
	/**
968
	 * Return whether we are dealing with a multi network setup or not.
969
	 * The reason we are type casting this is because we want to avoid the situation where
970
	 * the result is false since when is_main_network_option return false it cases
971
	 * the rest the get_option( 'jetpack_is_multi_network' ); to return the value that is set in the
972
	 * database which could be set to anything as opposed to what this function returns.
973
	 * @param  bool  $option
974
	 *
975
	 * @return boolean
976
	 */
977
	public function is_main_network_option( $option ) {
978
		// return '1' or ''
979
		return (string) (bool) Jetpack::is_multi_network();
980
	}
981
982
	/**
983
	 * Return true if we are with multi-site or multi-network false if we are dealing with single site.
984
	 *
985
	 * @param  string  $option
986
	 * @return boolean
987
	 */
988
	public function is_multisite( $option ) {
989
		return (string) (bool) is_multisite();
990
	}
991
992
	/**
993
	 * Implemented since there is no core is multi network function
994
	 * Right now there is no way to tell if we which network is the dominant network on the system
995
	 *
996
	 * @since  3.3
997
	 * @return boolean
998
	 */
999
	public static function is_multi_network() {
1000
		global  $wpdb;
1001
1002
		// if we don't have a multi site setup no need to do any more
1003
		if ( ! is_multisite() ) {
1004
			return false;
1005
		}
1006
1007
		$num_sites = $wpdb->get_var( "SELECT COUNT(*) FROM {$wpdb->site}" );
1008
		if ( $num_sites > 1 ) {
1009
			return true;
1010
		} else {
1011
			return false;
1012
		}
1013
	}
1014
1015
	/**
1016
	 * Trigger an update to the main_network_site when we update the siteurl of a site.
1017
	 * @return null
1018
	 */
1019
	function update_jetpack_main_network_site_option() {
1020
		_deprecated_function( __METHOD__, 'jetpack-4.2' );
1021
	}
1022
	/**
1023
	 * Triggered after a user updates the network settings via Network Settings Admin Page
1024
	 *
1025
	 */
1026
	function update_jetpack_network_settings() {
1027
		_deprecated_function( __METHOD__, 'jetpack-4.2' );
1028
		// Only sync this info for the main network site.
1029
	}
1030
1031
	/**
1032
	 * Get back if the current site is single user site.
1033
	 *
1034
	 * @return bool
1035
	 */
1036
	public static function is_single_user_site() {
1037
		$user_query = new WP_User_Query( array(
1038
			'blog_id' => get_current_blog_id(),
1039
			'fields'  => 'ID',
1040
			'number' => 2
1041
		) );
1042
		return 1 === (int) $user_query->get_total();
1043
	}
1044
1045
	/**
1046
	 * Returns true if the site has file write access false otherwise.
1047
	 * @return string ( '1' | '0' )
1048
	 **/
1049
	public static function file_system_write_access() {
1050
		if ( ! function_exists( 'get_filesystem_method' ) ) {
1051
			require_once( ABSPATH . 'wp-admin/includes/file.php' );
1052
		}
1053
1054
		require_once( ABSPATH . 'wp-admin/includes/template.php' );
1055
1056
		$filesystem_method = get_filesystem_method();
1057
		if ( $filesystem_method === 'direct' ) {
1058
			return 1;
1059
		}
1060
1061
		ob_start();
1062
		$filesystem_credentials_are_stored = request_filesystem_credentials( self_admin_url() );
1063
		ob_end_clean();
1064
		if ( $filesystem_credentials_are_stored ) {
1065
			return 1;
1066
		}
1067
		return 0;
1068
	}
1069
1070
	/**
1071
	 * Finds out if a site is using a version control system.
1072
	 * @return string ( '1' | '0' )
1073
	 **/
1074
	public static function is_version_controlled() {
1075
		_deprecated_function( __METHOD__, 'jetpack-4.2', 'Jetpack_Sync_Functions::is_version_controlled' );
1076
		return (string) (int) Jetpack_Sync_Functions::is_version_controlled();
1077
	}
1078
1079
	/**
1080
	 * Determines whether the current theme supports featured images or not.
1081
	 * @return string ( '1' | '0' )
1082
	 */
1083
	public static function featured_images_enabled() {
1084
		_deprecated_function( __METHOD__, 'jetpack-4.2' );
1085
		return current_theme_supports( 'post-thumbnails' ) ? '1' : '0';
1086
	}
1087
1088
	/**
1089
	 * jetpack_updates is saved in the following schema:
1090
	 *
1091
	 * array (
1092
	 *      'plugins'                       => (int) Number of plugin updates available.
1093
	 *      'themes'                        => (int) Number of theme updates available.
1094
	 *      'wordpress'                     => (int) Number of WordPress core updates available.
1095
	 *      'translations'                  => (int) Number of translation updates available.
1096
	 *      'total'                         => (int) Total of all available updates.
1097
	 *      'wp_update_version'             => (string) The latest available version of WordPress, only present if a WordPress update is needed.
1098
	 * )
1099
	 * @return array
1100
	 */
1101
	public static function get_updates() {
1102
		$update_data = wp_get_update_data();
1103
1104
		// Stores the individual update counts as well as the total count.
1105
		if ( isset( $update_data['counts'] ) ) {
1106
			$updates = $update_data['counts'];
1107
		}
1108
1109
		// If we need to update WordPress core, let's find the latest version number.
1110 View Code Duplication
		if ( ! empty( $updates['wordpress'] ) ) {
1111
			$cur = get_preferred_from_update_core();
1112
			if ( isset( $cur->response ) && 'upgrade' === $cur->response ) {
1113
				$updates['wp_update_version'] = $cur->current;
1114
			}
1115
		}
1116
		return isset( $updates ) ? $updates : array();
1117
	}
1118
1119
	public static function get_update_details() {
1120
		$update_details = array(
1121
			'update_core' => get_site_transient( 'update_core' ),
1122
			'update_plugins' => get_site_transient( 'update_plugins' ),
1123
			'update_themes' => get_site_transient( 'update_themes' ),
1124
		);
1125
		return $update_details;
1126
	}
1127
1128
	public static function refresh_update_data() {
1129
		_deprecated_function( __METHOD__, 'jetpack-4.2' );
1130
1131
	}
1132
1133
	public static function refresh_theme_data() {
1134
		_deprecated_function( __METHOD__, 'jetpack-4.2' );
1135
	}
1136
1137
	/**
1138
	 * Is Jetpack active?
1139
	 */
1140
	public static function is_active() {
1141
		return (bool) Jetpack_Data::get_access_token( JETPACK_MASTER_USER );
1142
	}
1143
1144
	/**
1145
	 * Is Jetpack in development (offline) mode?
1146
	 */
1147
	public static function is_development_mode() {
1148
		$development_mode = false;
1149
1150
		if ( defined( 'JETPACK_DEV_DEBUG' ) ) {
1151
			$development_mode = JETPACK_DEV_DEBUG;
1152
		}
1153
1154
		elseif ( site_url() && false === strpos( site_url(), '.' ) ) {
1155
			$development_mode = true;
1156
		}
1157
		/**
1158
		 * Filters Jetpack's development mode.
1159
		 *
1160
		 * @see https://jetpack.com/support/development-mode/
1161
		 *
1162
		 * @since 2.2.1
1163
		 *
1164
		 * @param bool $development_mode Is Jetpack's development mode active.
1165
		 */
1166
		return apply_filters( 'jetpack_development_mode', $development_mode );
1167
	}
1168
1169
	/**
1170
	* Get Jetpack development mode notice text and notice class.
1171
	*
1172
	* Mirrors the checks made in Jetpack::is_development_mode
1173
	*
1174
	*/
1175
	public static function show_development_mode_notice() {
1176
		if ( Jetpack::is_development_mode() ) {
1177
			if ( defined( 'JETPACK_DEV_DEBUG' ) && JETPACK_DEV_DEBUG ) {
1178
				$notice = sprintf(
1179
					/* translators: %s is a URL */
1180
					__( 'In <a href="%s" target="_blank">Development Mode</a>, via the JETPACK_DEV_DEBUG constant being defined in wp-config.php or elsewhere.', 'jetpack' ),
1181
					'https://jetpack.com/support/development-mode/'
1182
				);
1183
			} elseif ( site_url() && false === strpos( site_url(), '.' ) ) {
1184
				$notice = sprintf(
1185
					/* translators: %s is a URL */
1186
					__( 'In <a href="%s" target="_blank">Development Mode</a>, via site URL lacking a dot (e.g. http://localhost).', 'jetpack' ),
1187
					'https://jetpack.com/support/development-mode/'
1188
				);
1189
			} else {
1190
				$notice = sprintf(
1191
					/* translators: %s is a URL */
1192
					__( 'In <a href="%s" target="_blank">Development Mode</a>, via the jetpack_development_mode filter.', 'jetpack' ),
1193
					'https://jetpack.com/support/development-mode/'
1194
				);
1195
			}
1196
1197
			echo '<div class="updated" style="border-color: #f0821e;"><p>' . $notice . '</p></div>';
1198
		}
1199
1200
		// Throw up a notice if using a development version and as for feedback.
1201
		if ( Jetpack::is_development_version() ) {
1202
			/* translators: %s is a URL */
1203
			$notice = sprintf( __( 'You are currently running a development version of Jetpack. <a href="%s" target="_blank">Submit your feedback</a>', 'jetpack' ), 'https://jetpack.com/contact-support/beta-group/' );
1204
1205
			echo '<div class="updated" style="border-color: #f0821e;"><p>' . $notice . '</p></div>';
1206
		}
1207
		// Throw up a notice if using staging mode
1208
		if ( Jetpack::is_staging_site() ) {
1209
			/* translators: %s is a URL */
1210
			$notice = sprintf( __( 'You are running Jetpack on a <a href="%s" target="_blank">staging server</a>.', 'jetpack' ), 'https://jetpack.com/support/staging-sites/' );
1211
1212
			echo '<div class="updated" style="border-color: #f0821e;"><p>' . $notice . '</p></div>';
1213
		}
1214
	}
1215
1216
	/**
1217
	 * Whether Jetpack's version maps to a public release, or a development version.
1218
	 */
1219
	public static function is_development_version() {
1220
		return ! preg_match( '/^\d+(\.\d+)+$/', JETPACK__VERSION );
1221
	}
1222
1223
	/**
1224
	 * Is a given user (or the current user if none is specified) linked to a WordPress.com user?
1225
	 */
1226
	public static function is_user_connected( $user_id = false ) {
1227
		$user_id = false === $user_id ? get_current_user_id() : absint( $user_id );
1228
		if ( ! $user_id ) {
1229
			return false;
1230
		}
1231
		
1232
		return (bool) Jetpack_Data::get_access_token( $user_id );
1233
	}
1234
1235
	/**
1236
	 * Get the wpcom user data of the current|specified connected user.
1237
	 */
1238 View Code Duplication
	public static function get_connected_user_data( $user_id = null ) {
1239
		if ( ! $user_id ) {
1240
			$user_id = get_current_user_id();
1241
		}
1242
		Jetpack::load_xml_rpc_client();
1243
		$xml = new Jetpack_IXR_Client( array(
1244
			'user_id' => $user_id,
1245
		) );
1246
		$xml->query( 'wpcom.getUser' );
1247
		if ( ! $xml->isError() ) {
1248
			return $xml->getResponse();
1249
		}
1250
		return false;
1251
	}
1252
1253
	/**
1254
	 * Get the wpcom email of the current|specified connected user.
1255
	 */
1256 View Code Duplication
	public static function get_connected_user_email( $user_id = null ) {
1257
		if ( ! $user_id ) {
1258
			$user_id = get_current_user_id();
1259
		}
1260
		Jetpack::load_xml_rpc_client();
1261
		$xml = new Jetpack_IXR_Client( array(
1262
			'user_id' => $user_id,
1263
		) );
1264
		$xml->query( 'wpcom.getUserEmail' );
1265
		if ( ! $xml->isError() ) {
1266
			return $xml->getResponse();
1267
		}
1268
		return false;
1269
	}
1270
1271
	/**
1272
	 * Get the wpcom email of the master user.
1273
	 */
1274
	public static function get_master_user_email() {
1275
		$master_user_id = Jetpack_Options::get_option( 'master_user' );
1276
		if ( $master_user_id ) {
1277
			return self::get_connected_user_email( $master_user_id );
1278
		}
1279
		return '';
1280
	}
1281
1282
	function current_user_is_connection_owner() {
1283
		$user_token = Jetpack_Data::get_access_token( JETPACK_MASTER_USER );
1284
		return $user_token && is_object( $user_token ) && isset( $user_token->external_user_id ) && get_current_user_id() === $user_token->external_user_id;
1285
	}
1286
1287
	/**
1288
	 * Add any extra oEmbed providers that we know about and use on wpcom for feature parity.
1289
	 */
1290
	function extra_oembed_providers() {
1291
		// Cloudup: https://dev.cloudup.com/#oembed
1292
		wp_oembed_add_provider( 'https://cloudup.com/*' , 'https://cloudup.com/oembed' );
1293
		wp_oembed_add_provider( 'https://me.sh/*', 'https://me.sh/oembed?format=json' );
1294
		wp_oembed_add_provider( '#https?://(www\.)?gfycat\.com/.*#i', 'https://api.gfycat.com/v1/oembed', true );
1295
		wp_oembed_add_provider( '#https?://[^.]+\.(wistia\.com|wi\.st)/(medias|embed)/.*#', 'https://fast.wistia.com/oembed', true );
1296
		wp_oembed_add_provider( '#https?://sketchfab\.com/.*#i', 'https://sketchfab.com/oembed', true );
1297
	}
1298
1299
	/**
1300
	 * Synchronize connected user role changes
1301
	 */
1302
	function user_role_change( $user_id ) {
1303
		_deprecated_function( __METHOD__, 'jetpack-4.2', 'Jetpack_Sync_Users::user_role_change()' );
1304
		Jetpack_Sync_Users::user_role_change( $user_id );
1305
	}
1306
1307
	/**
1308
	 * Loads the currently active modules.
1309
	 */
1310
	public static function load_modules() {
1311
		if ( ! self::is_active() && !self::is_development_mode() ) {
1312
			if ( ! is_multisite() || ! get_site_option( 'jetpack_protect_active' ) ) {
1313
				return;
1314
			}
1315
		}
1316
1317
		$version = Jetpack_Options::get_option( 'version' );
1318 View Code Duplication
		if ( ! $version ) {
1319
			$version = $old_version = JETPACK__VERSION . ':' . time();
1320
			/** This action is documented in class.jetpack.php */
1321
			do_action( 'updating_jetpack_version', $version, false );
1322
			Jetpack_Options::update_options( compact( 'version', 'old_version' ) );
1323
		}
1324
		list( $version ) = explode( ':', $version );
1325
1326
		$modules = array_filter( Jetpack::get_active_modules(), array( 'Jetpack', 'is_module' ) );
1327
1328
		$modules_data = array();
1329
1330
		// Don't load modules that have had "Major" changes since the stored version until they have been deactivated/reactivated through the lint check.
1331
		if ( version_compare( $version, JETPACK__VERSION, '<' ) ) {
1332
			$updated_modules = array();
1333
			foreach ( $modules as $module ) {
1334
				$modules_data[ $module ] = Jetpack::get_module( $module );
1335
				if ( ! isset( $modules_data[ $module ]['changed'] ) ) {
1336
					continue;
1337
				}
1338
1339
				if ( version_compare( $modules_data[ $module ]['changed'], $version, '<=' ) ) {
1340
					continue;
1341
				}
1342
1343
				$updated_modules[] = $module;
1344
			}
1345
1346
			$modules = array_diff( $modules, $updated_modules );
1347
		}
1348
1349
		$is_development_mode = Jetpack::is_development_mode();
1350
1351
		foreach ( $modules as $index => $module ) {
1352
			// If we're in dev mode, disable modules requiring a connection
1353
			if ( $is_development_mode ) {
1354
				// Prime the pump if we need to
1355
				if ( empty( $modules_data[ $module ] ) ) {
1356
					$modules_data[ $module ] = Jetpack::get_module( $module );
1357
				}
1358
				// If the module requires a connection, but we're in local mode, don't include it.
1359
				if ( $modules_data[ $module ]['requires_connection'] ) {
1360
					continue;
1361
				}
1362
			}
1363
1364
			if ( did_action( 'jetpack_module_loaded_' . $module ) ) {
1365
				continue;
1366
			}
1367
1368
			if ( ! @include( Jetpack::get_module_path( $module ) ) ) {
1369
				unset( $modules[ $index ] );
1370
				self::update_active_modules( array_values( $modules ) );
1371
				continue;
1372
			}
1373
1374
			/**
1375
			 * Fires when a specific module is loaded.
1376
			 * The dynamic part of the hook, $module, is the module slug.
1377
			 *
1378
			 * @since 1.1.0
1379
			 */
1380
			do_action( 'jetpack_module_loaded_' . $module );
1381
		}
1382
1383
		/**
1384
		 * Fires when all the modules are loaded.
1385
		 *
1386
		 * @since 1.1.0
1387
		 */
1388
		do_action( 'jetpack_modules_loaded' );
1389
1390
		// Load module-specific code that is needed even when a module isn't active. Loaded here because code contained therein may need actions such as setup_theme.
1391
		if ( Jetpack::is_active() || Jetpack::is_development_mode() )
1392
			require_once( JETPACK__PLUGIN_DIR . 'modules/module-extras.php' );
1393
	}
1394
1395
	/**
1396
	 * Check if Jetpack's REST API compat file should be included
1397
	 * @action plugins_loaded
1398
	 * @return null
1399
	 */
1400
	public function check_rest_api_compat() {
1401
		/**
1402
		 * Filters the list of REST API compat files to be included.
1403
		 *
1404
		 * @since 2.2.5
1405
		 *
1406
		 * @param array $args Array of REST API compat files to include.
1407
		 */
1408
		$_jetpack_rest_api_compat_includes = apply_filters( 'jetpack_rest_api_compat', array() );
1409
1410
		if ( function_exists( 'bbpress' ) )
1411
			$_jetpack_rest_api_compat_includes[] = JETPACK__PLUGIN_DIR . 'class.jetpack-bbpress-json-api-compat.php';
1412
1413
		foreach ( $_jetpack_rest_api_compat_includes as $_jetpack_rest_api_compat_include )
1414
			require_once $_jetpack_rest_api_compat_include;
1415
	}
1416
1417
	/**
1418
	 * Gets all plugins currently active in values, regardless of whether they're
1419
	 * traditionally activated or network activated.
1420
	 *
1421
	 * @todo Store the result in core's object cache maybe?
1422
	 */
1423
	public static function get_active_plugins() {
1424
		$active_plugins = (array) get_option( 'active_plugins', array() );
1425
1426
		if ( is_multisite() ) {
1427
			// Due to legacy code, active_sitewide_plugins stores them in the keys,
1428
			// whereas active_plugins stores them in the values.
1429
			$network_plugins = array_keys( get_site_option( 'active_sitewide_plugins', array() ) );
1430
			if ( $network_plugins ) {
1431
				$active_plugins = array_merge( $active_plugins, $network_plugins );
1432
			}
1433
		}
1434
1435
		sort( $active_plugins );
1436
1437
		return array_unique( $active_plugins );
1438
	}
1439
1440
	/**
1441
	 * Gets and parses additional plugin data to send with the heartbeat data
1442
	 *
1443
	 * @since 3.8.1
1444
	 *
1445
	 * @return array Array of plugin data
1446
	 */
1447
	public static function get_parsed_plugin_data() {
1448
		if ( ! function_exists( 'get_plugins' ) ) {
1449
			require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
1450
		}
1451
		/** This filter is documented in wp-admin/includes/class-wp-plugins-list-table.php */
1452
		$all_plugins    = apply_filters( 'all_plugins', get_plugins() );
1453
		$active_plugins = Jetpack::get_active_plugins();
1454
1455
		$plugins = array();
1456
		foreach ( $all_plugins as $path => $plugin_data ) {
1457
			$plugins[ $path ] = array(
1458
					'is_active' => in_array( $path, $active_plugins ),
1459
					'file'      => $path,
1460
					'name'      => $plugin_data['Name'],
1461
					'version'   => $plugin_data['Version'],
1462
					'author'    => $plugin_data['Author'],
1463
			);
1464
		}
1465
1466
		return $plugins;
1467
	}
1468
1469
	/**
1470
	 * Gets and parses theme data to send with the heartbeat data
1471
	 *
1472
	 * @since 3.8.1
1473
	 *
1474
	 * @return array Array of theme data
1475
	 */
1476
	public static function get_parsed_theme_data() {
1477
		$all_themes = wp_get_themes( array( 'allowed' => true ) );
1478
		$header_keys = array( 'Name', 'Author', 'Version', 'ThemeURI', 'AuthorURI', 'Status', 'Tags' );
1479
1480
		$themes = array();
1481
		foreach ( $all_themes as $slug => $theme_data ) {
1482
			$theme_headers = array();
1483
			foreach ( $header_keys as $header_key ) {
1484
				$theme_headers[ $header_key ] = $theme_data->get( $header_key );
1485
			}
1486
1487
			$themes[ $slug ] = array(
1488
					'is_active_theme' => $slug == wp_get_theme()->get_template(),
1489
					'slug' => $slug,
1490
					'theme_root' => $theme_data->get_theme_root_uri(),
1491
					'parent' => $theme_data->parent(),
1492
					'headers' => $theme_headers
1493
			);
1494
		}
1495
1496
		return $themes;
1497
	}
1498
1499
	/**
1500
	 * Checks whether a specific plugin is active.
1501
	 *
1502
	 * We don't want to store these in a static variable, in case
1503
	 * there are switch_to_blog() calls involved.
1504
	 */
1505
	public static function is_plugin_active( $plugin = 'jetpack/jetpack.php' ) {
1506
		return in_array( $plugin, self::get_active_plugins() );
1507
	}
1508
1509
	/**
1510
	 * Check if Jetpack's Open Graph tags should be used.
1511
	 * If certain plugins are active, Jetpack's og tags are suppressed.
1512
	 *
1513
	 * @uses Jetpack::get_active_modules, add_filter, get_option, apply_filters
1514
	 * @action plugins_loaded
1515
	 * @return null
1516
	 */
1517
	public function check_open_graph() {
1518
		if ( in_array( 'publicize', Jetpack::get_active_modules() ) || in_array( 'sharedaddy', Jetpack::get_active_modules() ) ) {
1519
			add_filter( 'jetpack_enable_open_graph', '__return_true', 0 );
1520
		}
1521
1522
		$active_plugins = self::get_active_plugins();
1523
1524
		if ( ! empty( $active_plugins ) ) {
1525
			foreach ( $this->open_graph_conflicting_plugins as $plugin ) {
1526
				if ( in_array( $plugin, $active_plugins ) ) {
1527
					add_filter( 'jetpack_enable_open_graph', '__return_false', 99 );
1528
					break;
1529
				}
1530
			}
1531
		}
1532
1533
		/**
1534
		 * Allow the addition of Open Graph Meta Tags to all pages.
1535
		 *
1536
		 * @since 2.0.3
1537
		 *
1538
		 * @param bool false Should Open Graph Meta tags be added. Default to false.
1539
		 */
1540
		if ( apply_filters( 'jetpack_enable_open_graph', false ) ) {
1541
			require_once JETPACK__PLUGIN_DIR . 'functions.opengraph.php';
1542
		}
1543
	}
1544
1545
	/**
1546
	 * Check if Jetpack's Twitter tags should be used.
1547
	 * If certain plugins are active, Jetpack's twitter tags are suppressed.
1548
	 *
1549
	 * @uses Jetpack::get_active_modules, add_filter, get_option, apply_filters
1550
	 * @action plugins_loaded
1551
	 * @return null
1552
	 */
1553
	public function check_twitter_tags() {
1554
1555
		$active_plugins = self::get_active_plugins();
1556
1557
		if ( ! empty( $active_plugins ) ) {
1558
			foreach ( $this->twitter_cards_conflicting_plugins as $plugin ) {
1559
				if ( in_array( $plugin, $active_plugins ) ) {
1560
					add_filter( 'jetpack_disable_twitter_cards', '__return_true', 99 );
1561
					break;
1562
				}
1563
			}
1564
		}
1565
1566
		/**
1567
		 * Allow Twitter Card Meta tags to be disabled.
1568
		 *
1569
		 * @since 2.6.0
1570
		 *
1571
		 * @param bool true Should Twitter Card Meta tags be disabled. Default to true.
1572
		 */
1573
		if ( ! apply_filters( 'jetpack_disable_twitter_cards', false ) ) {
1574
			require_once JETPACK__PLUGIN_DIR . 'class.jetpack-twitter-cards.php';
1575
		}
1576
	}
1577
1578
	/**
1579
	 * Allows plugins to submit security reports.
1580
 	 *
1581
	 * @param string  $type         Report type (login_form, backup, file_scanning, spam)
1582
	 * @param string  $plugin_file  Plugin __FILE__, so that we can pull plugin data
1583
	 * @param array   $args         See definitions above
1584
	 */
1585
	public static function submit_security_report( $type = '', $plugin_file = '', $args = array() ) {
1586
		_deprecated_function( __FUNCTION__, 'jetpack-4.2', null );
1587
	}
1588
1589
/* Jetpack Options API */
1590
1591
	public static function get_option_names( $type = 'compact' ) {
1592
		return Jetpack_Options::get_option_names( $type );
1593
	}
1594
1595
	/**
1596
	 * Returns the requested option.  Looks in jetpack_options or jetpack_$name as appropriate.
1597
 	 *
1598
	 * @param string $name    Option name
1599
	 * @param mixed  $default (optional)
1600
	 */
1601
	public static function get_option( $name, $default = false ) {
1602
		return Jetpack_Options::get_option( $name, $default );
1603
	}
1604
1605
	/**
1606
	* Stores two secrets and a timestamp so WordPress.com can make a request back and verify an action
1607
	* Does some extra verification so urls (such as those to public-api, register, etc) can't just be crafted
1608
	* $name must be a registered option name.
1609
	*/
1610
	public static function create_nonce( $name ) {
1611
		$secret = wp_generate_password( 32, false ) . ':' . wp_generate_password( 32, false ) . ':' . ( time() + 600 );
1612
1613
		Jetpack_Options::update_option( $name, $secret );
1614
		@list( $secret_1, $secret_2, $eol ) = explode( ':', Jetpack_Options::get_option( $name ) );
1615
		if ( empty( $secret_1 ) || empty( $secret_2 ) || $eol < time() )
1616
			return new Jetpack_Error( 'missing_secrets' );
1617
1618
		return array(
1619
			'secret_1' => $secret_1,
1620
			'secret_2' => $secret_2,
1621
			'eol'      => $eol,
1622
		);
1623
	}
1624
1625
	/**
1626
	 * Updates the single given option.  Updates jetpack_options or jetpack_$name as appropriate.
1627
 	 *
1628
	 * @deprecated 3.4 use Jetpack_Options::update_option() instead.
1629
	 * @param string $name  Option name
1630
	 * @param mixed  $value Option value
1631
	 */
1632
	public static function update_option( $name, $value ) {
1633
		_deprecated_function( __METHOD__, 'jetpack-3.4', 'Jetpack_Options::update_option()' );
1634
		return Jetpack_Options::update_option( $name, $value );
1635
	}
1636
1637
	/**
1638
	 * Updates the multiple given options.  Updates jetpack_options and/or jetpack_$name as appropriate.
1639
 	 *
1640
	 * @deprecated 3.4 use Jetpack_Options::update_options() instead.
1641
	 * @param array $array array( option name => option value, ... )
1642
	 */
1643
	public static function update_options( $array ) {
1644
		_deprecated_function( __METHOD__, 'jetpack-3.4', 'Jetpack_Options::update_options()' );
1645
		return Jetpack_Options::update_options( $array );
1646
	}
1647
1648
	/**
1649
	 * Deletes the given option.  May be passed multiple option names as an array.
1650
	 * Updates jetpack_options and/or deletes jetpack_$name as appropriate.
1651
	 *
1652
	 * @deprecated 3.4 use Jetpack_Options::delete_option() instead.
1653
	 * @param string|array $names
1654
	 */
1655
	public static function delete_option( $names ) {
1656
		_deprecated_function( __METHOD__, 'jetpack-3.4', 'Jetpack_Options::delete_option()' );
1657
		return Jetpack_Options::delete_option( $names );
1658
	}
1659
1660
	/**
1661
	 * Enters a user token into the user_tokens option
1662
	 *
1663
	 * @param int $user_id
1664
	 * @param string $token
1665
	 * return bool
1666
	 */
1667
	public static function update_user_token( $user_id, $token, $is_master_user ) {
1668
		// not designed for concurrent updates
1669
		$user_tokens = Jetpack_Options::get_option( 'user_tokens' );
1670
		if ( ! is_array( $user_tokens ) )
1671
			$user_tokens = array();
1672
		$user_tokens[$user_id] = $token;
1673
		if ( $is_master_user ) {
1674
			$master_user = $user_id;
1675
			$options     = compact( 'user_tokens', 'master_user' );
1676
		} else {
1677
			$options = compact( 'user_tokens' );
1678
		}
1679
		return Jetpack_Options::update_options( $options );
1680
	}
1681
1682
	/**
1683
	 * Returns an array of all PHP files in the specified absolute path.
1684
	 * Equivalent to glob( "$absolute_path/*.php" ).
1685
	 *
1686
	 * @param string $absolute_path The absolute path of the directory to search.
1687
	 * @return array Array of absolute paths to the PHP files.
1688
	 */
1689
	public static function glob_php( $absolute_path ) {
1690
		if ( function_exists( 'glob' ) ) {
1691
			return glob( "$absolute_path/*.php" );
1692
		}
1693
1694
		$absolute_path = untrailingslashit( $absolute_path );
1695
		$files = array();
1696
		if ( ! $dir = @opendir( $absolute_path ) ) {
1697
			return $files;
1698
		}
1699
1700
		while ( false !== $file = readdir( $dir ) ) {
1701
			if ( '.' == substr( $file, 0, 1 ) || '.php' != substr( $file, -4 ) ) {
1702
				continue;
1703
			}
1704
1705
			$file = "$absolute_path/$file";
1706
1707
			if ( ! is_file( $file ) ) {
1708
				continue;
1709
			}
1710
1711
			$files[] = $file;
1712
		}
1713
1714
		closedir( $dir );
1715
1716
		return $files;
1717
	}
1718
1719
	public static function activate_new_modules( $redirect = false ) {
1720
		if ( ! Jetpack::is_active() && ! Jetpack::is_development_mode() ) {
1721
			return;
1722
		}
1723
1724
		$jetpack_old_version = Jetpack_Options::get_option( 'version' ); // [sic]
1725 View Code Duplication
		if ( ! $jetpack_old_version ) {
1726
			$jetpack_old_version = $version = $old_version = '1.1:' . time();
1727
			/** This action is documented in class.jetpack.php */
1728
			do_action( 'updating_jetpack_version', $version, false );
1729
			Jetpack_Options::update_options( compact( 'version', 'old_version' ) );
1730
		}
1731
1732
		list( $jetpack_version ) = explode( ':', $jetpack_old_version ); // [sic]
1733
1734
		if ( version_compare( JETPACK__VERSION, $jetpack_version, '<=' ) ) {
1735
			return;
1736
		}
1737
1738
		$active_modules     = Jetpack::get_active_modules();
1739
		$reactivate_modules = array();
1740
		foreach ( $active_modules as $active_module ) {
1741
			$module = Jetpack::get_module( $active_module );
1742
			if ( ! isset( $module['changed'] ) ) {
1743
				continue;
1744
			}
1745
1746
			if ( version_compare( $module['changed'], $jetpack_version, '<=' ) ) {
1747
				continue;
1748
			}
1749
1750
			$reactivate_modules[] = $active_module;
1751
			Jetpack::deactivate_module( $active_module );
1752
		}
1753
1754
		$new_version = JETPACK__VERSION . ':' . time();
1755
		/** This action is documented in class.jetpack.php */
1756
		do_action( 'updating_jetpack_version', $new_version, $jetpack_old_version );
1757
		Jetpack_Options::update_options(
1758
			array(
1759
				'version'     => $new_version,
1760
				'old_version' => $jetpack_old_version,
1761
			)
1762
		);
1763
1764
		Jetpack::state( 'message', 'modules_activated' );
1765
		Jetpack::activate_default_modules( $jetpack_version, JETPACK__VERSION, $reactivate_modules );
1766
1767
		if ( $redirect ) {
1768
			$page = 'jetpack'; // make sure we redirect to either settings or the jetpack page
1769
			if ( isset( $_GET['page'] ) && in_array( $_GET['page'], array( 'jetpack', 'jetpack_modules' ) ) ) {
1770
				$page = $_GET['page'];
1771
			}
1772
1773
			wp_safe_redirect( Jetpack::admin_url( 'page=' . $page ) );
1774
			exit;
1775
		}
1776
	}
1777
1778
	/**
1779
	 * List available Jetpack modules. Simply lists .php files in /modules/.
1780
	 * Make sure to tuck away module "library" files in a sub-directory.
1781
	 */
1782
	public static function get_available_modules( $min_version = false, $max_version = false ) {
1783
		static $modules = null;
1784
1785
		if ( ! isset( $modules ) ) {
1786
			$available_modules_option = Jetpack_Options::get_option( 'available_modules', array() );
1787
			// Use the cache if we're on the front-end and it's available...
1788
			if ( ! is_admin() && ! empty( $available_modules_option[ JETPACK__VERSION ] ) ) {
1789
				$modules = $available_modules_option[ JETPACK__VERSION ];
1790
			} else {
1791
				$files = Jetpack::glob_php( JETPACK__PLUGIN_DIR . 'modules' );
1792
1793
				$modules = array();
1794
1795
				foreach ( $files as $file ) {
1796
					if ( ! $headers = Jetpack::get_module( $file ) ) {
1797
						continue;
1798
					}
1799
1800
					$modules[ Jetpack::get_module_slug( $file ) ] = $headers['introduced'];
1801
				}
1802
1803
				Jetpack_Options::update_option( 'available_modules', array(
1804
					JETPACK__VERSION => $modules,
1805
				) );
1806
			}
1807
		}
1808
1809
		/**
1810
		 * Filters the array of modules available to be activated.
1811
		 *
1812
		 * @since 2.4.0
1813
		 *
1814
		 * @param array $modules Array of available modules.
1815
		 * @param string $min_version Minimum version number required to use modules.
1816
		 * @param string $max_version Maximum version number required to use modules.
1817
		 */
1818
		$mods = apply_filters( 'jetpack_get_available_modules', $modules, $min_version, $max_version );
1819
1820
		if ( ! $min_version && ! $max_version ) {
1821
			return array_keys( $mods );
1822
		}
1823
1824
		$r = array();
1825
		foreach ( $mods as $slug => $introduced ) {
1826
			if ( $min_version && version_compare( $min_version, $introduced, '>=' ) ) {
1827
				continue;
1828
			}
1829
1830
			if ( $max_version && version_compare( $max_version, $introduced, '<' ) ) {
1831
				continue;
1832
			}
1833
1834
			$r[] = $slug;
1835
		}
1836
1837
		return $r;
1838
	}
1839
1840
	/**
1841
	 * Default modules loaded on activation.
1842
	 */
1843
	public static function get_default_modules( $min_version = false, $max_version = false ) {
1844
		$return = array();
1845
1846
		foreach ( Jetpack::get_available_modules( $min_version, $max_version ) as $module ) {
1847
			$module_data = Jetpack::get_module( $module );
1848
1849
			switch ( strtolower( $module_data['auto_activate'] ) ) {
1850
				case 'yes' :
1851
					$return[] = $module;
1852
					break;
1853
				case 'public' :
1854
					if ( Jetpack_Options::get_option( 'public' ) ) {
1855
						$return[] = $module;
1856
					}
1857
					break;
1858
				case 'no' :
1859
				default :
0 ignored issues
show
There must be no space before the colon in a DEFAULT statement

As per the PSR-2 coding standard, there must not be a space in front of the colon in the default statement.

switch ($expr) {
    default : //wrong
        doSomething();
        break;
}

switch ($expr) {
    default: //right
        doSomething();
        break;
}

To learn more about the PSR-2 coding standard, please refer to the PHP-Fig.

Loading history...
1860
					break;
1861
			}
1862
		}
1863
		/**
1864
		 * Filters the array of default modules.
1865
		 *
1866
		 * @since 2.5.0
1867
		 *
1868
		 * @param array $return Array of default modules.
1869
		 * @param string $min_version Minimum version number required to use modules.
1870
		 * @param string $max_version Maximum version number required to use modules.
1871
		 */
1872
		return apply_filters( 'jetpack_get_default_modules', $return, $min_version, $max_version );
1873
	}
1874
1875
	/**
1876
	 * Checks activated modules during auto-activation to determine
1877
	 * if any of those modules are being deprecated.  If so, close
1878
	 * them out, and add any replacement modules.
1879
	 *
1880
	 * Runs at priority 99 by default.
1881
	 *
1882
	 * This is run late, so that it can still activate a module if
1883
	 * the new module is a replacement for another that the user
1884
	 * currently has active, even if something at the normal priority
1885
	 * would kibosh everything.
1886
	 *
1887
	 * @since 2.6
1888
	 * @uses jetpack_get_default_modules filter
1889
	 * @param array $modules
1890
	 * @return array
1891
	 */
1892
	function handle_deprecated_modules( $modules ) {
1893
		$deprecated_modules = array(
1894
			'debug'            => null,  // Closed out and moved to ./class.jetpack-debugger.php
1895
			'wpcc'             => 'sso', // Closed out in 2.6 -- SSO provides the same functionality.
1896
			'gplus-authorship' => null,  // Closed out in 3.2 -- Google dropped support.
1897
		);
1898
1899
		// Don't activate SSO if they never completed activating WPCC.
1900
		if ( Jetpack::is_module_active( 'wpcc' ) ) {
1901
			$wpcc_options = Jetpack_Options::get_option( 'wpcc_options' );
1902
			if ( empty( $wpcc_options ) || empty( $wpcc_options['client_id'] ) || empty( $wpcc_options['client_id'] ) ) {
1903
				$deprecated_modules['wpcc'] = null;
1904
			}
1905
		}
1906
1907
		foreach ( $deprecated_modules as $module => $replacement ) {
1908
			if ( Jetpack::is_module_active( $module ) ) {
1909
				self::deactivate_module( $module );
1910
				if ( $replacement ) {
1911
					$modules[] = $replacement;
1912
				}
1913
			}
1914
		}
1915
1916
		return array_unique( $modules );
1917
	}
1918
1919
	/**
1920
	 * Checks activated plugins during auto-activation to determine
1921
	 * if any of those plugins are in the list with a corresponding module
1922
	 * that is not compatible with the plugin. The module will not be allowed
1923
	 * to auto-activate.
1924
	 *
1925
	 * @since 2.6
1926
	 * @uses jetpack_get_default_modules filter
1927
	 * @param array $modules
1928
	 * @return array
1929
	 */
1930
	function filter_default_modules( $modules ) {
1931
1932
		$active_plugins = self::get_active_plugins();
1933
1934
		if ( ! empty( $active_plugins ) ) {
1935
1936
			// For each module we'd like to auto-activate...
1937
			foreach ( $modules as $key => $module ) {
1938
				// If there are potential conflicts for it...
1939
				if ( ! empty( $this->conflicting_plugins[ $module ] ) ) {
1940
					// For each potential conflict...
1941
					foreach ( $this->conflicting_plugins[ $module ] as $title => $plugin ) {
1942
						// If that conflicting plugin is active...
1943
						if ( in_array( $plugin, $active_plugins ) ) {
1944
							// Remove that item from being auto-activated.
1945
							unset( $modules[ $key ] );
1946
						}
1947
					}
1948
				}
1949
			}
1950
		}
1951
1952
		return $modules;
1953
	}
1954
1955
	/**
1956
	 * Extract a module's slug from its full path.
1957
	 */
1958
	public static function get_module_slug( $file ) {
1959
		return str_replace( '.php', '', basename( $file ) );
1960
	}
1961
1962
	/**
1963
	 * Generate a module's path from its slug.
1964
	 */
1965
	public static function get_module_path( $slug ) {
1966
		return JETPACK__PLUGIN_DIR . "modules/$slug.php";
1967
	}
1968
1969
	/**
1970
	 * Load module data from module file. Headers differ from WordPress
1971
	 * plugin headers to avoid them being identified as standalone
1972
	 * plugins on the WordPress plugins page.
1973
	 */
1974
	public static function get_module( $module ) {
1975
		$headers = array(
1976
			'name'                      => 'Module Name',
1977
			'description'               => 'Module Description',
1978
			'jumpstart_desc'            => 'Jumpstart Description',
1979
			'sort'                      => 'Sort Order',
1980
			'recommendation_order'      => 'Recommendation Order',
1981
			'introduced'                => 'First Introduced',
1982
			'changed'                   => 'Major Changes In',
1983
			'deactivate'                => 'Deactivate',
1984
			'free'                      => 'Free',
1985
			'requires_connection'       => 'Requires Connection',
1986
			'auto_activate'             => 'Auto Activate',
1987
			'module_tags'               => 'Module Tags',
1988
			'feature'                   => 'Feature',
1989
			'additional_search_queries' => 'Additional Search Queries',
1990
		);
1991
1992
		$file = Jetpack::get_module_path( Jetpack::get_module_slug( $module ) );
1993
1994
		$mod = Jetpack::get_file_data( $file, $headers );
1995
		if ( empty( $mod['name'] ) ) {
1996
			return false;
1997
		}
1998
1999
		$mod['sort']                    = empty( $mod['sort'] ) ? 10 : (int) $mod['sort'];
2000
		$mod['recommendation_order']    = empty( $mod['recommendation_order'] ) ? 20 : (int) $mod['recommendation_order'];
2001
		$mod['deactivate']              = empty( $mod['deactivate'] );
2002
		$mod['free']                    = empty( $mod['free'] );
2003
		$mod['requires_connection']     = ( ! empty( $mod['requires_connection'] ) && 'No' == $mod['requires_connection'] ) ? false : true;
2004
2005
		if ( empty( $mod['auto_activate'] ) || ! in_array( strtolower( $mod['auto_activate'] ), array( 'yes', 'no', 'public' ) ) ) {
2006
			$mod['auto_activate'] = 'No';
2007
		} else {
2008
			$mod['auto_activate'] = (string) $mod['auto_activate'];
2009
		}
2010
2011
		if ( $mod['module_tags'] ) {
2012
			$mod['module_tags'] = explode( ',', $mod['module_tags'] );
2013
			$mod['module_tags'] = array_map( 'trim', $mod['module_tags'] );
2014
			$mod['module_tags'] = array_map( array( __CLASS__, 'translate_module_tag' ), $mod['module_tags'] );
2015
		} else {
2016
			$mod['module_tags'] = array( self::translate_module_tag( 'Other' ) );
2017
		}
2018
2019
		if ( $mod['feature'] ) {
2020
			$mod['feature'] = explode( ',', $mod['feature'] );
2021
			$mod['feature'] = array_map( 'trim', $mod['feature'] );
2022
		} else {
2023
			$mod['feature'] = array( self::translate_module_tag( 'Other' ) );
2024
		}
2025
2026
		/**
2027
		 * Filters the feature array on a module.
2028
		 *
2029
		 * This filter allows you to control where each module is filtered: Recommended,
2030
		 * Jumpstart, and the default "Other" listing.
2031
		 *
2032
		 * @since 3.5.0
2033
		 *
2034
		 * @param array   $mod['feature'] The areas to feature this module:
2035
		 *     'Jumpstart' adds to the "Jumpstart" option to activate many modules at once.
2036
		 *     'Recommended' shows on the main Jetpack admin screen.
2037
		 *     'Other' should be the default if no other value is in the array.
2038
		 * @param string  $module The slug of the module, e.g. sharedaddy.
2039
		 * @param array   $mod All the currently assembled module data.
2040
		 */
2041
		$mod['feature'] = apply_filters( 'jetpack_module_feature', $mod['feature'], $module, $mod );
2042
2043
		/**
2044
		 * Filter the returned data about a module.
2045
		 *
2046
		 * This filter allows overriding any info about Jetpack modules. It is dangerous,
2047
		 * so please be careful.
2048
		 *
2049
		 * @since 3.6.0
2050
		 *
2051
		 * @param array   $mod    The details of the requested module.
2052
		 * @param string  $module The slug of the module, e.g. sharedaddy
2053
		 * @param string  $file   The path to the module source file.
2054
		 */
2055
		return apply_filters( 'jetpack_get_module', $mod, $module, $file );
2056
	}
2057
2058
	/**
2059
	 * Like core's get_file_data implementation, but caches the result.
2060
	 */
2061
	public static function get_file_data( $file, $headers ) {
2062
		//Get just the filename from $file (i.e. exclude full path) so that a consistent hash is generated
2063
		$file_name = basename( $file );
2064
		$file_data_option = Jetpack_Options::get_option( 'file_data', array() );
2065
		$key              = md5( $file_name . serialize( $headers ) );
2066
		$refresh_cache    = is_admin() && isset( $_GET['page'] ) && 'jetpack' === substr( $_GET['page'], 0, 7 );
2067
2068
		// If we don't need to refresh the cache, and already have the value, short-circuit!
2069
		if ( ! $refresh_cache && isset( $file_data_option[ JETPACK__VERSION ][ $key ] ) ) {
2070
			return $file_data_option[ JETPACK__VERSION ][ $key ];
2071
		}
2072
2073
		$data = get_file_data( $file, $headers );
2074
2075
		// Strip out any old Jetpack versions that are cluttering the option.
2076
		$file_data_option = array_intersect_key( (array) $file_data_option, array( JETPACK__VERSION => null ) );
2077
		$file_data_option[ JETPACK__VERSION ][ $key ] = $data;
2078
		Jetpack_Options::update_option( 'file_data', $file_data_option );
2079
2080
		return $data;
2081
	}
2082
2083
	/**
2084
	 * Return translated module tag.
2085
	 *
2086
	 * @param string $tag Tag as it appears in each module heading.
2087
	 *
2088
	 * @return mixed
2089
	 */
2090
	public static function translate_module_tag( $tag ) {
2091
		return jetpack_get_module_i18n_tag( $tag );
2092
	}
2093
2094
	/**
2095
	 * Return module name translation. Uses matching string created in modules/module-headings.php.
2096
	 *
2097
	 * @since 3.9.2
2098
	 *
2099
	 * @param array $modules
2100
	 *
2101
	 * @return string|void
2102
	 */
2103
	public static function get_translated_modules( $modules ) {
2104
		foreach ( $modules as $index => $module ) {
2105
			$i18n_module = jetpack_get_module_i18n( $module['module'] );
2106
			if ( isset( $module['name'] ) ) {
2107
				$modules[ $index ]['name'] = $i18n_module['name'];
2108
			}
2109
			if ( isset( $module['description'] ) ) {
2110
				$modules[ $index ]['description'] = $i18n_module['description'];
2111
				$modules[ $index ]['short_description'] = $i18n_module['description'];
2112
			}
2113
		}
2114
		return $modules;
2115
	}
2116
2117
	/**
2118
	 * Get a list of activated modules as an array of module slugs.
2119
	 */
2120
	public static function get_active_modules() {
2121
		$active = Jetpack_Options::get_option( 'active_modules' );
2122
		if ( ! is_array( $active ) )
2123
			$active = array();
2124
		if ( class_exists( 'VaultPress' ) || function_exists( 'vaultpress_contact_service' ) ) {
2125
			$active[] = 'vaultpress';
2126
		} else {
2127
			$active = array_diff( $active, array( 'vaultpress' ) );
2128
		}
2129
2130
		//If protect is active on the main site of a multisite, it should be active on all sites.
2131
		if ( ! in_array( 'protect', $active ) && is_multisite() && get_site_option( 'jetpack_protect_active' ) ) {
2132
			$active[] = 'protect';
2133
		}
2134
2135
		return array_unique( $active );
2136
	}
2137
2138
	/**
2139
	 * Check whether or not a Jetpack module is active.
2140
	 *
2141
	 * @param string $module The slug of a Jetpack module.
2142
	 * @return bool
2143
	 *
2144
	 * @static
2145
	 */
2146
	public static function is_module_active( $module ) {
2147
		return in_array( $module, self::get_active_modules() );
2148
	}
2149
2150
	public static function is_module( $module ) {
2151
		return ! empty( $module ) && ! validate_file( $module, Jetpack::get_available_modules() );
2152
	}
2153
2154
	/**
2155
	 * Catches PHP errors.  Must be used in conjunction with output buffering.
2156
	 *
2157
	 * @param bool $catch True to start catching, False to stop.
2158
	 *
2159
	 * @static
2160
	 */
2161
	public static function catch_errors( $catch ) {
2162
		static $display_errors, $error_reporting;
2163
2164
		if ( $catch ) {
2165
			$display_errors  = @ini_set( 'display_errors', 1 );
2166
			$error_reporting = @error_reporting( E_ALL );
2167
			add_action( 'shutdown', array( 'Jetpack', 'catch_errors_on_shutdown' ), 0 );
2168
		} else {
2169
			@ini_set( 'display_errors', $display_errors );
2170
			@error_reporting( $error_reporting );
2171
			remove_action( 'shutdown', array( 'Jetpack', 'catch_errors_on_shutdown' ), 0 );
2172
		}
2173
	}
2174
2175
	/**
2176
	 * Saves any generated PHP errors in ::state( 'php_errors', {errors} )
2177
	 */
2178
	public static function catch_errors_on_shutdown() {
2179
		Jetpack::state( 'php_errors', ob_get_clean() );
2180
	}
2181
2182
	public static function activate_default_modules( $min_version = false, $max_version = false, $other_modules = array(), $redirect = true ) {
2183
		$jetpack = Jetpack::init();
2184
2185
		$modules = Jetpack::get_default_modules( $min_version, $max_version );
2186
		$modules = array_merge( $other_modules, $modules );
2187
2188
		// Look for standalone plugins and disable if active.
2189
2190
		$to_deactivate = array();
2191
		foreach ( $modules as $module ) {
2192
			if ( isset( $jetpack->plugins_to_deactivate[$module] ) ) {
2193
				$to_deactivate[$module] = $jetpack->plugins_to_deactivate[$module];
2194
			}
2195
		}
2196
2197
		$deactivated = array();
2198
		foreach ( $to_deactivate as $module => $deactivate_me ) {
2199
			list( $probable_file, $probable_title ) = $deactivate_me;
2200
			if ( Jetpack_Client_Server::deactivate_plugin( $probable_file, $probable_title ) ) {
2201
				$deactivated[] = $module;
2202
			}
2203
		}
2204
2205
		if ( $deactivated && $redirect ) {
2206
			Jetpack::state( 'deactivated_plugins', join( ',', $deactivated ) );
2207
2208
			$url = add_query_arg(
2209
				array(
2210
					'action'   => 'activate_default_modules',
2211
					'_wpnonce' => wp_create_nonce( 'activate_default_modules' ),
2212
				),
2213
				add_query_arg( compact( 'min_version', 'max_version', 'other_modules' ), Jetpack::admin_url( 'page=jetpack' ) )
2214
			);
2215
			wp_safe_redirect( $url );
2216
			exit;
2217
		}
2218
2219
		/**
2220
		 * Fires before default modules are activated.
2221
		 *
2222
		 * @since 1.9.0
2223
		 *
2224
		 * @param string $min_version Minimum version number required to use modules.
2225
		 * @param string $max_version Maximum version number required to use modules.
2226
		 * @param array $other_modules Array of other modules to activate alongside the default modules.
2227
		 */
2228
		do_action( 'jetpack_before_activate_default_modules', $min_version, $max_version, $other_modules );
2229
2230
		// Check each module for fatal errors, a la wp-admin/plugins.php::activate before activating
2231
		Jetpack::restate();
2232
		Jetpack::catch_errors( true );
2233
2234
		$active = Jetpack::get_active_modules();
2235
2236
		foreach ( $modules as $module ) {
2237
			if ( did_action( "jetpack_module_loaded_$module" ) ) {
2238
				$active[] = $module;
2239
				self::update_active_modules( $active );
2240
				continue;
2241
			}
2242
2243
			if ( in_array( $module, $active ) ) {
2244
				$module_info = Jetpack::get_module( $module );
2245
				if ( ! $module_info['deactivate'] ) {
2246
					$state = in_array( $module, $other_modules ) ? 'reactivated_modules' : 'activated_modules';
2247 View Code Duplication
					if ( $active_state = Jetpack::state( $state ) ) {
2248
						$active_state = explode( ',', $active_state );
2249
					} else {
2250
						$active_state = array();
2251
					}
2252
					$active_state[] = $module;
2253
					Jetpack::state( $state, implode( ',', $active_state ) );
2254
				}
2255
				continue;
2256
			}
2257
2258
			$file = Jetpack::get_module_path( $module );
2259
			if ( ! file_exists( $file ) ) {
2260
				continue;
2261
			}
2262
2263
			// we'll override this later if the plugin can be included without fatal error
2264
			if ( $redirect ) {
2265
				wp_safe_redirect( Jetpack::admin_url( 'page=jetpack' ) );
2266
			}
2267
			Jetpack::state( 'error', 'module_activation_failed' );
2268
			Jetpack::state( 'module', $module );
2269
			ob_start();
2270
			require $file;
2271
2272
			$active[] = $module;
2273
			$state    = in_array( $module, $other_modules ) ? 'reactivated_modules' : 'activated_modules';
2274 View Code Duplication
			if ( $active_state = Jetpack::state( $state ) ) {
2275
				$active_state = explode( ',', $active_state );
2276
			} else {
2277
				$active_state = array();
2278
			}
2279
			$active_state[] = $module;
2280
			Jetpack::state( $state, implode( ',', $active_state ) );
2281
			Jetpack::update_active_modules( $active );
2282
2283
			ob_end_clean();
2284
		}
2285
		Jetpack::state( 'error', false );
2286
		Jetpack::state( 'module', false );
2287
		Jetpack::catch_errors( false );
2288
		/**
2289
		 * Fires when default modules are activated.
2290
		 *
2291
		 * @since 1.9.0
2292
		 *
2293
		 * @param string $min_version Minimum version number required to use modules.
2294
		 * @param string $max_version Maximum version number required to use modules.
2295
		 * @param array $other_modules Array of other modules to activate alongside the default modules.
2296
		 */
2297
		do_action( 'jetpack_activate_default_modules', $min_version, $max_version, $other_modules );
2298
	}
2299
2300
	public static function activate_module( $module, $exit = true, $redirect = true ) {
2301
		/**
2302
		 * Fires before a module is activated.
2303
		 *
2304
		 * @since 2.6.0
2305
		 *
2306
		 * @param string $module Module slug.
2307
		 * @param bool $exit Should we exit after the module has been activated. Default to true.
2308
		 * @param bool $redirect Should the user be redirected after module activation? Default to true.
2309
		 */
2310
		do_action( 'jetpack_pre_activate_module', $module, $exit, $redirect );
2311
2312
		$jetpack = Jetpack::init();
2313
2314
		if ( ! strlen( $module ) )
2315
			return false;
2316
2317
		if ( ! Jetpack::is_module( $module ) )
2318
			return false;
2319
2320
		// If it's already active, then don't do it again
2321
		$active = Jetpack::get_active_modules();
2322
		foreach ( $active as $act ) {
2323
			if ( $act == $module )
2324
				return true;
2325
		}
2326
2327
		$module_data = Jetpack::get_module( $module );
2328
2329
		if ( ! Jetpack::is_active() ) {
2330
			if ( !Jetpack::is_development_mode() )
2331
				return false;
2332
2333
			// If we're not connected but in development mode, make sure the module doesn't require a connection
2334
			if ( Jetpack::is_development_mode() && $module_data['requires_connection'] )
2335
				return false;
2336
		}
2337
2338
		// Check and see if the old plugin is active
2339
		if ( isset( $jetpack->plugins_to_deactivate[ $module ] ) ) {
2340
			// Deactivate the old plugin
2341
			if ( Jetpack_Client_Server::deactivate_plugin( $jetpack->plugins_to_deactivate[ $module ][0], $jetpack->plugins_to_deactivate[ $module ][1] ) ) {
2342
				// If we deactivated the old plugin, remembere that with ::state() and redirect back to this page to activate the module
2343
				// We can't activate the module on this page load since the newly deactivated old plugin is still loaded on this page load.
2344
				Jetpack::state( 'deactivated_plugins', $module );
2345
				wp_safe_redirect( add_query_arg( 'jetpack_restate', 1 ) );
2346
				exit;
2347
			}
2348
		}
2349
2350
		// Check the file for fatal errors, a la wp-admin/plugins.php::activate
2351
		Jetpack::state( 'module', $module );
2352
		Jetpack::state( 'error', 'module_activation_failed' ); // we'll override this later if the plugin can be included without fatal error
2353
2354
		Jetpack::catch_errors( true );
2355
		ob_start();
2356
		require Jetpack::get_module_path( $module );
2357
2358
		$active[] = $module;
2359
		Jetpack::update_active_modules( $active );
2360
2361
		Jetpack::state( 'error', false ); // the override
2362
		ob_end_clean();
2363
		Jetpack::catch_errors( false );
2364
2365
		// A flag for Jump Start so it's not shown again. Only set if it hasn't been yet.
2366 View Code Duplication
		if ( 'new_connection' === Jetpack_Options::get_option( 'jumpstart' ) ) {
2367
			Jetpack_Options::update_option( 'jumpstart', 'jetpack_action_taken' );
2368
2369
			//Jump start is being dismissed send data to MC Stats
2370
			$jetpack->stat( 'jumpstart', 'manual,'.$module );
2371
2372
			$jetpack->do_stats( 'server_side' );
2373
		}
2374
2375
		if ( $redirect ) {
2376
			wp_safe_redirect( Jetpack::admin_url( 'page=jetpack' ) );
2377
		}
2378
		if ( $exit ) {
2379
			exit;
2380
		}
2381
		return true;
2382
	}
2383
2384
	function activate_module_actions( $module ) {
0 ignored issues
show
The parameter $module is not used and could be removed.

This check looks from parameters that have been defined for a function or method, but which are not used in the method body.

Loading history...
2385
		_deprecated_function( __METHOD__, 'jeptack-4.2' );
2386
	}
2387
2388
	public static function deactivate_module( $module ) {
2389
		/**
2390
		 * Fires when a module is deactivated.
2391
		 *
2392
		 * @since 1.9.0
2393
		 *
2394
		 * @param string $module Module slug.
2395
		 */
2396
		do_action( 'jetpack_pre_deactivate_module', $module );
2397
2398
		$jetpack = Jetpack::init();
2399
2400
		$active = Jetpack::get_active_modules();
2401
		$new    = array_filter( array_diff( $active, (array) $module ) );
2402
2403
		// A flag for Jump Start so it's not shown again.
2404 View Code Duplication
		if ( 'new_connection' === Jetpack_Options::get_option( 'jumpstart' ) ) {
2405
			Jetpack_Options::update_option( 'jumpstart', 'jetpack_action_taken' );
2406
2407
			//Jump start is being dismissed send data to MC Stats
2408
			$jetpack->stat( 'jumpstart', 'manual,deactivated-'.$module );
2409
2410
			$jetpack->do_stats( 'server_side' );
2411
		}
2412
2413
		return self::update_active_modules( $new );
2414
	}
2415
2416
	public static function enable_module_configurable( $module ) {
2417
		$module = Jetpack::get_module_slug( $module );
2418
		add_filter( 'jetpack_module_configurable_' . $module, '__return_true' );
2419
	}
2420
2421
	public static function module_configuration_url( $module ) {
2422
		$module = Jetpack::get_module_slug( $module );
2423
		return Jetpack::admin_url( array( 'page' => 'jetpack', 'configure' => $module ) );
2424
	}
2425
2426
	public static function module_configuration_load( $module, $method ) {
2427
		$module = Jetpack::get_module_slug( $module );
2428
		add_action( 'jetpack_module_configuration_load_' . $module, $method );
2429
	}
2430
2431
	public static function module_configuration_head( $module, $method ) {
2432
		$module = Jetpack::get_module_slug( $module );
2433
		add_action( 'jetpack_module_configuration_head_' . $module, $method );
2434
	}
2435
2436
	public static function module_configuration_screen( $module, $method ) {
2437
		$module = Jetpack::get_module_slug( $module );
2438
		add_action( 'jetpack_module_configuration_screen_' . $module, $method );
2439
	}
2440
2441
	public static function module_configuration_activation_screen( $module, $method ) {
2442
		$module = Jetpack::get_module_slug( $module );
2443
		add_action( 'display_activate_module_setting_' . $module, $method );
2444
	}
2445
2446
/* Installation */
2447
2448
	public static function bail_on_activation( $message, $deactivate = true ) {
2449
?>
2450
<!doctype html>
2451
<html>
2452
<head>
2453
<meta charset="<?php bloginfo( 'charset' ); ?>">
2454
<style>
2455
* {
2456
	text-align: center;
2457
	margin: 0;
2458
	padding: 0;
2459
	font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
2460
}
2461
p {
2462
	margin-top: 1em;
2463
	font-size: 18px;
2464
}
2465
</style>
2466
<body>
2467
<p><?php echo esc_html( $message ); ?></p>
2468
</body>
2469
</html>
2470
<?php
2471
		if ( $deactivate ) {
2472
			$plugins = get_option( 'active_plugins' );
2473
			$jetpack = plugin_basename( JETPACK__PLUGIN_DIR . 'jetpack.php' );
2474
			$update  = false;
2475
			foreach ( $plugins as $i => $plugin ) {
2476
				if ( $plugin === $jetpack ) {
2477
					$plugins[$i] = false;
2478
					$update = true;
2479
				}
2480
			}
2481
2482
			if ( $update ) {
2483
				update_option( 'active_plugins', array_filter( $plugins ) );
2484
			}
2485
		}
2486
		exit;
2487
	}
2488
2489
	/**
2490
	 * Attached to activate_{ plugin_basename( __FILES__ ) } by register_activation_hook()
2491
	 * @static
2492
	 */
2493
	public static function plugin_activation( $network_wide ) {
2494
		Jetpack_Options::update_option( 'activated', 1 );
2495
2496
		if ( version_compare( $GLOBALS['wp_version'], JETPACK__MINIMUM_WP_VERSION, '<' ) ) {
2497
			Jetpack::bail_on_activation( sprintf( __( 'Jetpack requires WordPress version %s or later.', 'jetpack' ), JETPACK__MINIMUM_WP_VERSION ) );
2498
		}
2499
2500
		if ( $network_wide )
2501
			Jetpack::state( 'network_nag', true );
2502
2503
		Jetpack::plugin_initialize();
2504
	}
2505
	/**
2506
	 * Runs before bumping version numbers up to a new version
2507
	 * @param  (string) $version    Version:timestamp
2508
	 * @param  (string) $old_version Old Version:timestamp or false if not set yet.
2509
	 * @return null              [description]
2510
	 */
2511
	public static function do_version_bump( $version, $old_version ) {
2512
2513
		if ( ! $old_version ) { // For new sites
2514
			// Setting up jetpack manage
2515
			Jetpack::activate_manage();
2516
		}
2517
	}
2518
2519
	/**
2520
	 * Sets the internal version number and activation state.
2521
	 * @static
2522
	 */
2523
	public static function plugin_initialize() {
2524
		if ( ! Jetpack_Options::get_option( 'activated' ) ) {
2525
			Jetpack_Options::update_option( 'activated', 2 );
2526
		}
2527
2528 View Code Duplication
		if ( ! Jetpack_Options::get_option( 'version' ) ) {
2529
			$version = $old_version = JETPACK__VERSION . ':' . time();
2530
			/** This action is documented in class.jetpack.php */
2531
			do_action( 'updating_jetpack_version', $version, false );
2532
			Jetpack_Options::update_options( compact( 'version', 'old_version' ) );
2533
		}
2534
2535
		Jetpack::load_modules();
2536
2537
		Jetpack_Options::delete_option( 'do_activate' );
2538
	}
2539
2540
	/**
2541
	 * Removes all connection options
2542
	 * @static
2543
	 */
2544
	public static function plugin_deactivation( ) {
2545
		require_once( ABSPATH . '/wp-admin/includes/plugin.php' );
2546
		if( is_plugin_active_for_network( 'jetpack/jetpack.php' ) ) {
2547
			Jetpack_Network::init()->deactivate();
2548
		} else {
2549
			Jetpack::disconnect( false );
2550
			//Jetpack_Heartbeat::init()->deactivate();
2551
		}
2552
	}
2553
2554
	/**
2555
	 * Disconnects from the Jetpack servers.
2556
	 * Forgets all connection details and tells the Jetpack servers to do the same.
2557
	 * @static
2558
	 */
2559
	public static function disconnect( $update_activated_state = true ) {
2560
		wp_clear_scheduled_hook( 'jetpack_clean_nonces' );
2561
		Jetpack::clean_nonces( true );
2562
2563
		Jetpack::load_xml_rpc_client();
2564
		$xml = new Jetpack_IXR_Client();
2565
		$xml->query( 'jetpack.deregister' );
2566
2567
		Jetpack_Options::delete_option(
2568
			array(
2569
				'register',
2570
				'blog_token',
2571
				'user_token',
2572
				'user_tokens',
2573
				'master_user',
2574
				'time_diff',
2575
				'fallback_no_verify_ssl_certs',
2576
			)
2577
		);
2578
2579
		if ( $update_activated_state ) {
2580
			Jetpack_Options::update_option( 'activated', 4 );
2581
		}
2582
2583
		$jetpack_unique_connection = Jetpack_Options::get_option( 'unique_connection' );
2584
		// Check then record unique disconnection if site has never been disconnected previously
2585
		if ( -1 == $jetpack_unique_connection['disconnected'] ) {
2586
			$jetpack_unique_connection['disconnected'] = 1;
2587
		}
2588
		else {
2589
			if ( 0 == $jetpack_unique_connection['disconnected'] ) {
2590
				//track unique disconnect
2591
				$jetpack = Jetpack::init();
2592
2593
				$jetpack->stat( 'connections', 'unique-disconnect' );
2594
				$jetpack->do_stats( 'server_side' );
2595
			}
2596
			// increment number of times disconnected
2597
			$jetpack_unique_connection['disconnected'] += 1;
2598
		}
2599
2600
		Jetpack_Options::update_option( 'unique_connection', $jetpack_unique_connection );
2601
2602
		// Delete all the sync related data. Since it could be taking up space.
2603
		require_once JETPACK__PLUGIN_DIR . 'sync/class.jetpack-sync-sender.php';
2604
		Jetpack_Sync_Sender::get_instance()->uninstall();
2605
2606
		// Disable the Heartbeat cron
2607
		Jetpack_Heartbeat::init()->deactivate();
2608
	}
2609
2610
	/**
2611
	 * Unlinks the current user from the linked WordPress.com user
2612
	 */
2613
	public static function unlink_user( $user_id = null ) {
2614
		if ( ! $tokens = Jetpack_Options::get_option( 'user_tokens' ) )
2615
			return false;
2616
2617
		$user_id = empty( $user_id ) ? get_current_user_id() : intval( $user_id );
2618
2619
		if ( Jetpack_Options::get_option( 'master_user' ) == $user_id )
2620
			return false;
2621
2622
		if ( ! isset( $tokens[ $user_id ] ) )
2623
			return false;
2624
2625
		Jetpack::load_xml_rpc_client();
2626
		$xml = new Jetpack_IXR_Client( compact( 'user_id' ) );
2627
		$xml->query( 'jetpack.unlink_user', $user_id );
2628
2629
		unset( $tokens[ $user_id ] );
2630
2631
		Jetpack_Options::update_option( 'user_tokens', $tokens );
2632
2633
		/**
2634
		 * Fires after the current user has been unlinked from WordPress.com.
2635
		 *
2636
		 * @since 4.1.0
2637
		 *
2638
		 * @param int $user_id The current user's ID.
2639
		 */
2640
		do_action( 'jetpack_unlinked_user', $user_id );
2641
2642
		return true;
2643
	}
2644
2645
	/**
2646
	 * Attempts Jetpack registration.  If it fail, a state flag is set: @see ::admin_page_load()
2647
	 */
2648
	public static function try_registration() {
2649
		// Let's get some testing in beta versions and such.
2650
		if ( self::is_development_version() && defined( 'PHP_URL_HOST' ) ) {
2651
			// Before attempting to connect, let's make sure that the domains are viable.
2652
			$domains_to_check = array_unique( array(
2653
				'siteurl' => parse_url( get_site_url(), PHP_URL_HOST ),
2654
				'homeurl' => parse_url( get_home_url(), PHP_URL_HOST ),
2655
			) );
2656
			foreach ( $domains_to_check as $domain ) {
2657
				$result = Jetpack_Data::is_usable_domain( $domain );
2658
				if ( is_wp_error( $result ) ) {
2659
					return $result;
2660
				}
2661
			}
2662
		}
2663
2664
		$result = Jetpack::register();
2665
2666
		// If there was an error with registration and the site was not registered, record this so we can show a message.
2667
		if ( ! $result || is_wp_error( $result ) ) {
2668
			return $result;
2669
		} else {
2670
			return true;
2671
		}
2672
	}
2673
2674
	/**
2675
	 * Tracking an internal event log. Try not to put too much chaff in here.
2676
	 *
2677
	 * [Everyone Loves a Log!](https://www.youtube.com/watch?v=2C7mNr5WMjA)
2678
	 */
2679
	public static function log( $code, $data = null ) {
2680
		// only grab the latest 200 entries
2681
		$log = array_slice( Jetpack_Options::get_option( 'log', array() ), -199, 199 );
2682
2683
		// Append our event to the log
2684
		$log_entry = array(
2685
			'time'    => time(),
2686
			'user_id' => get_current_user_id(),
2687
			'blog_id' => Jetpack_Options::get_option( 'id' ),
2688
			'code'    => $code,
2689
		);
2690
		// Don't bother storing it unless we've got some.
2691
		if ( ! is_null( $data ) ) {
2692
			$log_entry['data'] = $data;
2693
		}
2694
		$log[] = $log_entry;
2695
2696
		// Try add_option first, to make sure it's not autoloaded.
2697
		// @todo: Add an add_option method to Jetpack_Options
2698
		if ( ! add_option( 'jetpack_log', $log, null, 'no' ) ) {
2699
			Jetpack_Options::update_option( 'log', $log );
2700
		}
2701
2702
		/**
2703
		 * Fires when Jetpack logs an internal event.
2704
		 *
2705
		 * @since 3.0.0
2706
		 *
2707
		 * @param array $log_entry {
2708
		 *	Array of details about the log entry.
2709
		 *
2710
		 *	@param string time Time of the event.
2711
		 *	@param int user_id ID of the user who trigerred the event.
2712
		 *	@param int blog_id Jetpack Blog ID.
2713
		 *	@param string code Unique name for the event.
2714
		 *	@param string data Data about the event.
2715
		 * }
2716
		 */
2717
		do_action( 'jetpack_log_entry', $log_entry );
2718
	}
2719
2720
	/**
2721
	 * Get the internal event log.
2722
	 *
2723
	 * @param $event (string) - only return the specific log events
2724
	 * @param $num   (int)    - get specific number of latest results, limited to 200
2725
	 *
2726
	 * @return array of log events || WP_Error for invalid params
2727
	 */
2728
	public static function get_log( $event = false, $num = false ) {
2729
		if ( $event && ! is_string( $event ) ) {
2730
			return new WP_Error( __( 'First param must be string or empty', 'jetpack' ) );
2731
		}
2732
2733
		if ( $num && ! is_numeric( $num ) ) {
2734
			return new WP_Error( __( 'Second param must be numeric or empty', 'jetpack' ) );
2735
		}
2736
2737
		$entire_log = Jetpack_Options::get_option( 'log', array() );
2738
2739
		// If nothing set - act as it did before, otherwise let's start customizing the output
2740
		if ( ! $num && ! $event ) {
2741
			return $entire_log;
2742
		} else {
2743
			$entire_log = array_reverse( $entire_log );
2744
		}
2745
2746
		$custom_log_output = array();
2747
2748
		if ( $event ) {
2749
			foreach ( $entire_log as $log_event ) {
2750
				if ( $event == $log_event[ 'code' ] ) {
2751
					$custom_log_output[] = $log_event;
2752
				}
2753
			}
2754
		} else {
2755
			$custom_log_output = $entire_log;
2756
		}
2757
2758
		if ( $num ) {
2759
			$custom_log_output = array_slice( $custom_log_output, 0, $num );
2760
		}
2761
2762
		return $custom_log_output;
2763
	}
2764
2765
	/**
2766
	 * Log modification of important settings.
2767
	 */
2768
	public static function log_settings_change( $option, $old_value, $value ) {
2769
		switch( $option ) {
2770
			case 'jetpack_sync_non_public_post_stati':
2771
				self::log( $option, $value );
2772
				break;
2773
		}
2774
	}
2775
2776
	/**
2777
	 * Return stat data for WPCOM sync
2778
	 */
2779
	function get_stat_data() {
2780
		$heartbeat_data = Jetpack_Heartbeat::generate_stats_array();
2781
		$additional_data = $this->get_additional_stat_data();
2782
2783
		return json_encode( array_merge( $heartbeat_data, $additional_data ) );
2784
	}
2785
2786
	/**
2787
	 * Get additional stat data to sync to WPCOM
2788
	 */
2789
	function get_additional_stat_data( $prefix = '' ) {
2790
		$return["{$prefix}themes"]         = Jetpack::get_parsed_theme_data();
2791
		$return["{$prefix}plugins-extra"]  = Jetpack::get_parsed_plugin_data();
2792
		$return["{$prefix}users"]          = count_users();
2793
		$return["{$prefix}site-count"]     = 0;
2794
		if ( function_exists( 'get_blog_count' ) ) {
2795
			$return["{$prefix}site-count"] = get_blog_count();
2796
		}
2797
		return $return;
2798
	}
2799
2800
	/* Admin Pages */
2801
2802
	function admin_init() {
2803
		// If the plugin is not connected, display a connect message.
2804
		if (
2805
			// the plugin was auto-activated and needs its candy
2806
			Jetpack_Options::get_option_and_ensure_autoload( 'do_activate', '0' )
2807
		||
2808
			// the plugin is active, but was never activated.  Probably came from a site-wide network activation
2809
			! Jetpack_Options::get_option( 'activated' )
2810
		) {
2811
			Jetpack::plugin_initialize();
2812
		}
2813
2814
		if ( ! Jetpack::is_active() && ! Jetpack::is_development_mode() ) {
2815
			if ( 4 != Jetpack_Options::get_option( 'activated' ) ) {
2816
				// Show connect notice on dashboard and plugins pages
2817
				add_action( 'load-index.php', array( $this, 'prepare_connect_notice' ) );
2818
				add_action( 'load-plugins.php', array( $this, 'prepare_connect_notice' ) );
2819
			}
2820
		} elseif ( false === Jetpack_Options::get_option( 'fallback_no_verify_ssl_certs' ) ) {
2821
			// Upgrade: 1.1 -> 1.1.1
2822
			// Check and see if host can verify the Jetpack servers' SSL certificate
2823
			$args = array();
2824
			Jetpack_Client::_wp_remote_request(
2825
				Jetpack::fix_url_for_bad_hosts( Jetpack::api_url( 'test' ) ),
2826
				$args,
2827
				true
2828
			);
2829
		} else {
2830
			// Show the notice on the Dashboard only for now
2831
2832
			add_action( 'load-index.php', array( $this, 'prepare_manage_jetpack_notice' ) );
2833
		}
2834
2835
		if ( current_user_can( 'manage_options' ) && 'AUTO' == JETPACK_CLIENT__HTTPS && ! self::permit_ssl() ) {
2836
			add_action( 'jetpack_notices', array( $this, 'alert_auto_ssl_fail' ) );
2837
		}
2838
2839
		add_action( 'load-plugins.php', array( $this, 'intercept_plugin_error_scrape_init' ) );
2840
		add_action( 'admin_enqueue_scripts', array( $this, 'admin_menu_css' ) );
2841
		add_filter( 'plugin_action_links_' . plugin_basename( JETPACK__PLUGIN_DIR . 'jetpack.php' ), array( $this, 'plugin_action_links' ) );
2842
2843
		if ( Jetpack::is_active() || Jetpack::is_development_mode() ) {
2844
			// Artificially throw errors in certain whitelisted cases during plugin activation
2845
			add_action( 'activate_plugin', array( $this, 'throw_error_on_activate_plugin' ) );
2846
		}
2847
2848
		// Jetpack Manage Activation Screen from .com
2849
		Jetpack::module_configuration_activation_screen( 'manage', array( $this, 'manage_activate_screen' ) );
2850
2851
		// Add custom column in wp-admin/users.php to show whether user is linked.
2852
		add_filter( 'manage_users_columns',       array( $this, 'jetpack_icon_user_connected' ) );
2853
		add_action( 'manage_users_custom_column', array( $this, 'jetpack_show_user_connected_icon' ), 10, 3 );
2854
		add_action( 'admin_print_styles',         array( $this, 'jetpack_user_col_style' ) );
2855
	}
2856
2857
	function admin_body_class( $admin_body_class = '' ) {
2858
		$classes = explode( ' ', trim( $admin_body_class ) );
2859
2860
		$classes[] = self::is_active() ? 'jetpack-connected' : 'jetpack-disconnected';
2861
2862
		$admin_body_class = implode( ' ', array_unique( $classes ) );
2863
		return " $admin_body_class ";
2864
	}
2865
2866
	static function add_jetpack_pagestyles( $admin_body_class = '' ) {
2867
		return $admin_body_class . ' jetpack-pagestyles ';
2868
	}
2869
2870
	function prepare_connect_notice() {
2871
		add_action( 'admin_print_styles', array( $this, 'admin_banner_styles' ) );
2872
2873
		add_action( 'admin_notices', array( $this, 'admin_connect_notice' ) );
2874
2875
		if ( Jetpack::state( 'network_nag' ) )
2876
			add_action( 'network_admin_notices', array( $this, 'network_connect_notice' ) );
2877
	}
2878
	/**
2879
	 * Call this function if you want the Big Jetpack Manage Notice to show up.
2880
	 *
2881
	 * @return null
2882
	 */
2883
	function prepare_manage_jetpack_notice() {
2884
2885
		add_action( 'admin_print_styles', array( $this, 'admin_banner_styles' ) );
2886
		add_action( 'admin_notices', array( $this, 'admin_jetpack_manage_notice' ) );
2887
	}
2888
2889
	function manage_activate_screen() {
2890
		include ( JETPACK__PLUGIN_DIR . 'modules/manage/activate-admin.php' );
2891
	}
2892
	/**
2893
	 * Sometimes a plugin can activate without causing errors, but it will cause errors on the next page load.
2894
	 * This function artificially throws errors for such cases (whitelisted).
2895
	 *
2896
	 * @param string $plugin The activated plugin.
2897
	 */
2898
	function throw_error_on_activate_plugin( $plugin ) {
2899
		$active_modules = Jetpack::get_active_modules();
2900
2901
		// The Shortlinks module and the Stats plugin conflict, but won't cause errors on activation because of some function_exists() checks.
2902
		if ( function_exists( 'stats_get_api_key' ) && in_array( 'shortlinks', $active_modules ) ) {
2903
			$throw = false;
2904
2905
			// Try and make sure it really was the stats plugin
2906
			if ( ! class_exists( 'ReflectionFunction' ) ) {
2907
				if ( 'stats.php' == basename( $plugin ) ) {
2908
					$throw = true;
2909
				}
2910
			} else {
2911
				$reflection = new ReflectionFunction( 'stats_get_api_key' );
2912
				if ( basename( $plugin ) == basename( $reflection->getFileName() ) ) {
2913
					$throw = true;
2914
				}
2915
			}
2916
2917
			if ( $throw ) {
2918
				trigger_error( sprintf( __( 'Jetpack contains the most recent version of the old &#8220;%1$s&#8221; plugin.', 'jetpack' ), 'WordPress.com Stats' ), E_USER_ERROR );
2919
			}
2920
		}
2921
	}
2922
2923
	function intercept_plugin_error_scrape_init() {
2924
		add_action( 'check_admin_referer', array( $this, 'intercept_plugin_error_scrape' ), 10, 2 );
2925
	}
2926
2927
	function intercept_plugin_error_scrape( $action, $result ) {
2928
		if ( ! $result ) {
2929
			return;
2930
		}
2931
2932
		foreach ( $this->plugins_to_deactivate as $deactivate_me ) {
2933
			if ( "plugin-activation-error_{$deactivate_me[0]}" == $action ) {
2934
				Jetpack::bail_on_activation( sprintf( __( 'Jetpack contains the most recent version of the old &#8220;%1$s&#8221; plugin.', 'jetpack' ), $deactivate_me[1] ), false );
2935
			}
2936
		}
2937
	}
2938
2939
	function add_remote_request_handlers() {
2940
		add_action( 'wp_ajax_nopriv_jetpack_upload_file', array( $this, 'remote_request_handlers' ) );
2941
	}
2942
2943
	function remote_request_handlers() {
2944
		switch ( current_filter() ) {
2945
		case 'wp_ajax_nopriv_jetpack_upload_file' :
2946
			$response = $this->upload_handler();
2947
			break;
2948
		default :
2949
			$response = new Jetpack_Error( 'unknown_handler', 'Unknown Handler', 400 );
2950
			break;
2951
		}
2952
2953
		if ( ! $response ) {
2954
			$response = new Jetpack_Error( 'unknown_error', 'Unknown Error', 400 );
2955
		}
2956
2957
		if ( is_wp_error( $response ) ) {
2958
			$status_code       = $response->get_error_data();
2959
			$error             = $response->get_error_code();
2960
			$error_description = $response->get_error_message();
2961
2962
			if ( ! is_int( $status_code ) ) {
2963
				$status_code = 400;
2964
			}
2965
2966
			status_header( $status_code );
2967
			die( json_encode( (object) compact( 'error', 'error_description' ) ) );
2968
		}
2969
2970
		status_header( 200 );
2971
		if ( true === $response ) {
2972
			exit;
2973
		}
2974
2975
		die( json_encode( (object) $response ) );
2976
	}
2977
2978
	function upload_handler() {
2979
		if ( 'POST' !== strtoupper( $_SERVER['REQUEST_METHOD'] ) ) {
2980
			return new Jetpack_Error( 405, get_status_header_desc( 405 ), 405 );
2981
		}
2982
2983
		$user = wp_authenticate( '', '' );
2984
		if ( ! $user || is_wp_error( $user ) ) {
2985
			return new Jetpack_Error( 403, get_status_header_desc( 403 ), 403 );
2986
		}
2987
2988
		wp_set_current_user( $user->ID );
2989
2990
		if ( ! current_user_can( 'upload_files' ) ) {
2991
			return new Jetpack_Error( 'cannot_upload_files', 'User does not have permission to upload files', 403 );
2992
		}
2993
2994
		if ( empty( $_FILES ) ) {
2995
			return new Jetpack_Error( 'no_files_uploaded', 'No files were uploaded: nothing to process', 400 );
2996
		}
2997
2998
		foreach ( array_keys( $_FILES ) as $files_key ) {
2999
			if ( ! isset( $_POST["_jetpack_file_hmac_{$files_key}"] ) ) {
3000
				return new Jetpack_Error( 'missing_hmac', 'An HMAC for one or more files is missing', 400 );
3001
			}
3002
		}
3003
3004
		$media_keys = array_keys( $_FILES['media'] );
3005
3006
		$token = Jetpack_Data::get_access_token( get_current_user_id() );
3007
		if ( ! $token || is_wp_error( $token ) ) {
3008
			return new Jetpack_Error( 'unknown_token', 'Unknown Jetpack token', 403 );
3009
		}
3010
3011
		$uploaded_files = array();
3012
		$global_post    = isset( $GLOBALS['post'] ) ? $GLOBALS['post'] : null;
3013
		unset( $GLOBALS['post'] );
3014
		foreach ( $_FILES['media']['name'] as $index => $name ) {
3015
			$file = array();
3016
			foreach ( $media_keys as $media_key ) {
3017
				$file[$media_key] = $_FILES['media'][$media_key][$index];
3018
			}
3019
3020
			list( $hmac_provided, $salt ) = explode( ':', $_POST['_jetpack_file_hmac_media'][$index] );
3021
3022
			$hmac_file = hash_hmac_file( 'sha1', $file['tmp_name'], $salt . $token->secret );
3023
			if ( $hmac_provided !== $hmac_file ) {
3024
				$uploaded_files[$index] = (object) array( 'error' => 'invalid_hmac', 'error_description' => 'The corresponding HMAC for this file does not match' );
3025
				continue;
3026
			}
3027
3028
			$_FILES['.jetpack.upload.'] = $file;
3029
			$post_id = isset( $_POST['post_id'][$index] ) ? absint( $_POST['post_id'][$index] ) : 0;
3030
			if ( ! current_user_can( 'edit_post', $post_id ) ) {
3031
				$post_id = 0;
3032
			}
3033
			$attachment_id = media_handle_upload(
3034
				'.jetpack.upload.',
3035
				$post_id,
3036
				array(),
3037
				array(
3038
					'action' => 'jetpack_upload_file',
3039
				)
3040
			);
3041
3042
			if ( ! $attachment_id ) {
3043
				$uploaded_files[$index] = (object) array( 'error' => 'unknown', 'error_description' => 'An unknown problem occurred processing the upload on the Jetpack site' );
3044
			} elseif ( is_wp_error( $attachment_id ) ) {
3045
				$uploaded_files[$index] = (object) array( 'error' => 'attachment_' . $attachment_id->get_error_code(), 'error_description' => $attachment_id->get_error_message() );
3046
			} else {
3047
				$attachment = get_post( $attachment_id );
3048
				$uploaded_files[$index] = (object) array(
3049
					'id'   => (string) $attachment_id,
3050
					'file' => $attachment->post_title,
3051
					'url'  => wp_get_attachment_url( $attachment_id ),
3052
					'type' => $attachment->post_mime_type,
3053
					'meta' => wp_get_attachment_metadata( $attachment_id ),
3054
				);
3055
			}
3056
		}
3057
		if ( ! is_null( $global_post ) ) {
3058
			$GLOBALS['post'] = $global_post;
3059
		}
3060
3061
		return $uploaded_files;
3062
	}
3063
3064
	/**
3065
	 * Add help to the Jetpack page
3066
	 *
3067
	 * @since Jetpack (1.2.3)
3068
	 * @return false if not the Jetpack page
3069
	 */
3070
	function admin_help() {
3071
		$current_screen = get_current_screen();
3072
3073
		// Overview
3074
		$current_screen->add_help_tab(
3075
			array(
3076
				'id'		=> 'home',
3077
				'title'		=> __( 'Home', 'jetpack' ),
3078
				'content'	=>
3079
					'<p><strong>' . __( 'Jetpack by WordPress.com', 'jetpack' ) . '</strong></p>' .
3080
					'<p>' . __( 'Jetpack supercharges your self-hosted WordPress site with the awesome cloud power of WordPress.com.', 'jetpack' ) . '</p>' .
3081
					'<p>' . __( 'On this page, you are able to view the modules available within Jetpack, learn more about them, and activate or deactivate them as needed.', 'jetpack' ) . '</p>',
3082
			)
3083
		);
3084
3085
		// Screen Content
3086
		if ( current_user_can( 'manage_options' ) ) {
3087
			$current_screen->add_help_tab(
3088
				array(
3089
					'id'		=> 'settings',
3090
					'title'		=> __( 'Settings', 'jetpack' ),
3091
					'content'	=>
3092
						'<p><strong>' . __( 'Jetpack by WordPress.com',                                              'jetpack' ) . '</strong></p>' .
3093
						'<p>' . __( 'You can activate or deactivate individual Jetpack modules to suit your needs.', 'jetpack' ) . '</p>' .
3094
						'<ol>' .
3095
							'<li>' . __( 'Each module has an Activate or Deactivate link so you can toggle one individually.',														'jetpack' ) . '</li>' .
3096
							'<li>' . __( 'Using the checkboxes next to each module, you can select multiple modules to toggle via the Bulk Actions menu at the top of the list.',	'jetpack' ) . '</li>' .
3097
						'</ol>' .
3098
						'<p>' . __( 'Using the tools on the right, you can search for specific modules, filter by module categories or which are active, or change the sorting order.', 'jetpack' ) . '</p>'
3099
				)
3100
			);
3101
		}
3102
3103
		// Help Sidebar
3104
		$current_screen->set_help_sidebar(
3105
			'<p><strong>' . __( 'For more information:', 'jetpack' ) . '</strong></p>' .
3106
			'<p><a href="https://jetpack.com/faq/" target="_blank">'     . __( 'Jetpack FAQ',     'jetpack' ) . '</a></p>' .
3107
			'<p><a href="https://jetpack.com/support/" target="_blank">' . __( 'Jetpack Support', 'jetpack' ) . '</a></p>' .
3108
			'<p><a href="' . Jetpack::admin_url( array( 'page' => 'jetpack-debugger' )  ) .'">' . __( 'Jetpack Debugging Center', 'jetpack' ) . '</a></p>'
3109
		);
3110
	}
3111
3112
	function admin_menu_css() {
3113
		wp_enqueue_style( 'jetpack-icons' );
3114
	}
3115
3116
	function admin_menu_order() {
3117
		return true;
3118
	}
3119
3120 View Code Duplication
	function jetpack_menu_order( $menu_order ) {
3121
		$jp_menu_order = array();
3122
3123
		foreach ( $menu_order as $index => $item ) {
3124
			if ( $item != 'jetpack' ) {
3125
				$jp_menu_order[] = $item;
3126
			}
3127
3128
			if ( $index == 0 ) {
3129
				$jp_menu_order[] = 'jetpack';
3130
			}
3131
		}
3132
3133
		return $jp_menu_order;
3134
	}
3135
3136
	function admin_head() {
3137 View Code Duplication
		if ( isset( $_GET['configure'] ) && Jetpack::is_module( $_GET['configure'] ) && current_user_can( 'manage_options' ) )
3138
			/** This action is documented in class.jetpack-admin-page.php */
3139
			do_action( 'jetpack_module_configuration_head_' . $_GET['configure'] );
3140
	}
3141
3142 View Code Duplication
	function admin_banner_styles() {
3143
		$min = ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) ? '' : '.min';
3144
3145
		wp_enqueue_style( 'jetpack', plugins_url( "css/jetpack-banners{$min}.css", JETPACK__PLUGIN_FILE ), false, JETPACK__VERSION . '-20121016' );
3146
		wp_style_add_data( 'jetpack', 'rtl', 'replace' );
3147
		wp_style_add_data( 'jetpack', 'suffix', $min );
3148
	}
3149
3150
	function admin_scripts() {
3151
		wp_enqueue_script( 'jetpack-js', plugins_url( '_inc/jp.js', JETPACK__PLUGIN_FILE ), array( 'jquery', 'wp-util' ), JETPACK__VERSION . '-20121111' );
3152
		wp_localize_script(
3153
			'jetpack-js',
3154
			'jetpackL10n',
3155
			array(
3156
				'ays_disconnect' => "This will deactivate all Jetpack modules.\nAre you sure you want to disconnect?",
3157
				'ays_unlink'     => "This will prevent user-specific modules such as Publicize, Notifications and Post By Email from working.\nAre you sure you want to unlink?",
3158
				'ays_dismiss'    => "This will deactivate Jetpack.\nAre you sure you want to deactivate Jetpack?",
3159
			)
3160
		);
3161
		add_action( 'admin_footer', array( $this, 'do_stats' ) );
3162
	}
3163
3164
	function plugin_action_links( $actions ) {
3165
3166
		$jetpack_home = array( 'jetpack-home' => sprintf( '<a href="%s">%s</a>', Jetpack::admin_url( 'page=jetpack' ), __( 'Jetpack', 'jetpack' ) ) );
3167
3168
		if( current_user_can( 'jetpack_manage_modules' ) && ( Jetpack::is_active() || Jetpack::is_development_mode() ) ) {
3169
			return array_merge(
3170
				$jetpack_home,
3171
				array( 'settings' => sprintf( '<a href="%s">%s</a>', Jetpack::admin_url( 'page=jetpack_modules' ), __( 'Settings', 'jetpack' ) ) ),
3172
				array( 'support' => sprintf( '<a href="%s">%s</a>', Jetpack::admin_url( 'page=jetpack-debugger '), __( 'Support', 'jetpack' ) ) ),
3173
				$actions
3174
				);
3175
			}
3176
3177
		return array_merge( $jetpack_home, $actions );
3178
	}
3179
3180
	function admin_connect_notice() {
3181
		// Don't show the connect notice anywhere but the plugins.php after activating
3182
		$current = get_current_screen();
3183
		if ( 'plugins' !== $current->parent_base )
3184
			return;
3185
3186
		if ( ! current_user_can( 'jetpack_connect' ) )
3187
			return;
3188
3189
		$dismiss_and_deactivate_url = wp_nonce_url( Jetpack::admin_url( '?page=jetpack&jetpack-notice=dismiss' ), 'jetpack-deactivate' );
3190
		?>
3191
		<div id="message" class="updated jp-banner">
3192
			<a href="<?php echo esc_url( $dismiss_and_deactivate_url ); ?>" class="notice-dismiss" title="<?php esc_attr_e( 'Dismiss this notice', 'jetpack' ); ?>"></a>
3193
			<?php if ( in_array( Jetpack_Options::get_option( 'activated' ) , array( 1, 2, 3 ) ) ) : ?>
3194
					<div class="jp-banner__description-container">
3195
						<h2 class="jp-banner__header"><?php _e( 'Your Jetpack is almost ready!', 'jetpack' ); ?></h2>
3196
						<p class="jp-banner__description"><?php _e( 'Please connect to or create a WordPress.com account to enable Jetpack, including powerful security, traffic, and customization services.', 'jetpack' ); ?></p>
3197
						<p class="jp-banner__button-container">
3198
							<a href="<?php echo $this->build_connect_url( false, false, 'banner' ) ?>" class="button button-primary" id="wpcom-connect"><?php _e( 'Connect to WordPress.com', 'jetpack' ); ?></a>
3199
							<a href="<?php echo Jetpack::admin_url( 'admin.php?page=jetpack' ) ?>" class="button" title="<?php esc_attr_e( 'Learn about the benefits you receive when you connect Jetpack to WordPress.com', 'jetpack' ); ?>"><?php _e( 'Learn more', 'jetpack' ); ?></a>
3200
						</p>
3201
					</div>
3202
			<?php else : ?>
3203
				<div class="jp-banner__content">
3204
					<h2><?php _e( 'Jetpack is installed!', 'jetpack' ) ?></h2>
3205
					<p><?php _e( 'It\'s ready to bring awesome, WordPress.com cloud-powered features to your site.', 'jetpack' ) ?></p>
3206
				</div>
3207
				<div class="jp-banner__action-container">
3208
					<a href="<?php echo Jetpack::admin_url() ?>" class="jp-banner__button" id="wpcom-connect"><?php _e( 'Learn More', 'jetpack' ); ?></a>
3209
				</div>
3210
			<?php endif; ?>
3211
		</div>
3212
3213
		<?php
3214
	}
3215
3216
	/**
3217
	 * This is the first banner
3218
	 * It should be visible only to user that can update the option
3219
	 * Are not connected
3220
	 *
3221
	 * @return null
3222
	 */
3223
	function admin_jetpack_manage_notice() {
3224
		$screen = get_current_screen();
3225
3226
		// Don't show the connect notice on the jetpack settings page.
3227
		if ( ! in_array( $screen->base, array( 'dashboard' ) ) || $screen->is_network || $screen->action )
3228
			return;
3229
3230
		// Only show it if don't have the managment option set.
3231
		// And not dismissed it already.
3232
		if ( ! $this->can_display_jetpack_manage_notice() || Jetpack_Options::get_option( 'dismissed_manage_banner' ) ) {
3233
			return;
3234
		}
3235
3236
		$opt_out_url = $this->opt_out_jetpack_manage_url();
3237
		$opt_in_url  = $this->opt_in_jetpack_manage_url();
3238
		/**
3239
		 * I think it would be great to have different wordsing depending on where you are
3240
		 * for example if we show the notice on dashboard and a different one if we show it on Plugins screen
3241
		 * etc..
3242
		 */
3243
3244
		?>
3245
		<div id="message" class="updated jp-banner">
3246
				<a href="<?php echo esc_url( $opt_out_url ); ?>" class="notice-dismiss" title="<?php esc_attr_e( 'Dismiss this notice', 'jetpack' ); ?>"></a>
3247
				<div class="jp-banner__description-container">
3248
					<h2 class="jp-banner__header"><?php esc_html_e( 'Jetpack Centralized Site Management', 'jetpack' ); ?></h2>
3249
					<p class="jp-banner__description"><?php printf( __( 'Manage multiple Jetpack enabled sites from one single dashboard at wordpress.com. Allows all existing, connected Administrators to modify your site.', 'jetpack' ), 'https://jetpack.com/support/site-management' ); ?></p>
3250
					<p class="jp-banner__button-container">
3251
						<a href="<?php echo esc_url( $opt_in_url ); ?>" class="button button-primary" id="wpcom-connect"><?php _e( 'Activate Jetpack Manage', 'jetpack' ); ?></a>
3252
						<a href="https://jetpack.com/support/site-management" class="button" target="_blank" title="<?php esc_attr_e( 'Learn more about Jetpack Manage on Jetpack.com', 'jetpack' ); ?>"><?php _e( 'Learn more', 'jetpack' ); ?></a>
3253
					</p>
3254
				</div>
3255
		</div>
3256
		<?php
3257
	}
3258
3259
	/**
3260
	 * Returns the url that the user clicks to remove the notice for the big banner
3261
	 * @return (string)
3262
	 */
3263
	function opt_out_jetpack_manage_url() {
3264
		$referer = '&_wp_http_referer=' . add_query_arg( '_wp_http_referer', null );
3265
		return wp_nonce_url( Jetpack::admin_url( 'jetpack-notice=jetpack-manage-opt-out' . $referer ), 'jetpack_manage_banner_opt_out' );
3266
	}
3267
	/**
3268
	 * Returns the url that the user clicks to opt in to Jetpack Manage
3269
	 * @return (string)
3270
	 */
3271
	function opt_in_jetpack_manage_url() {
3272
		return wp_nonce_url( Jetpack::admin_url( 'jetpack-notice=jetpack-manage-opt-in' ), 'jetpack_manage_banner_opt_in' );
3273
	}
3274
3275
	function opt_in_jetpack_manage_notice() {
3276
		?>
3277
		<div class="wrap">
3278
			<div id="message" class="jetpack-message is-opt-in">
3279
				<?php echo sprintf( __( '<p><a href="%1$s" title="Opt in to WordPress.com Site Management" >Activate Site Management</a> to manage multiple sites from our centralized dashboard at wordpress.com/sites. <a href="%2$s" target="_blank">Learn more</a>.</p><a href="%1$s" class="jp-button">Activate Now</a>', 'jetpack' ), $this->opt_in_jetpack_manage_url(), 'https://jetpack.com/support/site-management' ); ?>
3280
			</div>
3281
		</div>
3282
		<?php
3283
3284
	}
3285
	/**
3286
	 * Determines whether to show the notice of not true = display notice
3287
	 * @return (bool)
3288
	 */
3289
	function can_display_jetpack_manage_notice() {
3290
		// never display the notice to users that can't do anything about it anyways
3291
		if( ! current_user_can( 'jetpack_manage_modules' ) )
3292
			return false;
3293
3294
		// don't display if we are in development more
3295
		if( Jetpack::is_development_mode() ) {
3296
			return false;
3297
		}
3298
		// don't display if the site is private
3299
		if(  ! Jetpack_Options::get_option( 'public' ) )
3300
			return false;
3301
3302
		/**
3303
		 * Should the Jetpack Remote Site Management notice be displayed.
3304
		 *
3305
		 * @since 3.3.0
3306
		 *
3307
		 * @param bool ! self::is_module_active( 'manage' ) Is the Manage module inactive.
3308
		 */
3309
		return apply_filters( 'can_display_jetpack_manage_notice', ! self::is_module_active( 'manage' ) );
3310
	}
3311
3312
	function network_connect_notice() {
3313
		?>
3314
		<div id="message" class="updated jetpack-message">
3315
			<div class="squeezer">
3316
				<h2><?php _e( '<strong>Jetpack is activated!</strong> Each site on your network must be connected individually by an admin on that site.', 'jetpack' ) ?></h2>
3317
			</div>
3318
		</div>
3319
		<?php
3320
	}
3321
3322
	/*
3323
	 * Registration flow:
3324
	 * 1 - ::admin_page_load() action=register
3325
	 * 2 - ::try_registration()
3326
	 * 3 - ::register()
3327
	 *     - Creates jetpack_register option containing two secrets and a timestamp
3328
	 *     - Calls https://jetpack.wordpress.com/jetpack.register/1/ with
3329
	 *       siteurl, home, gmt_offset, timezone_string, site_name, secret_1, secret_2, site_lang, timeout, stats_id
3330
	 *     - That request to jetpack.wordpress.com does not immediately respond.  It first makes a request BACK to this site's
3331
	 *       xmlrpc.php?for=jetpack: RPC method: jetpack.verifyRegistration, Parameters: secret_1
3332
	 *     - The XML-RPC request verifies secret_1, deletes both secrets and responds with: secret_2
3333
	 *     - https://jetpack.wordpress.com/jetpack.register/1/ verifies that XML-RPC response (secret_2) then finally responds itself with
3334
	 *       jetpack_id, jetpack_secret, jetpack_public
3335
	 *     - ::register() then stores jetpack_options: id => jetpack_id, blog_token => jetpack_secret
3336
	 * 4 - redirect to https://wordpress.com/start/jetpack-connect
3337
	 * 5 - user logs in with WP.com account
3338
	 * 6 - remote request to this site's xmlrpc.php with action remoteAuthorize, Jetpack_XMLRPC_Server->remote_authorize
3339
	 *		- Jetpack_Client_Server::authorize()
3340
	 *		- Jetpack_Client_Server::get_token()
3341
	 *		- GET https://jetpack.wordpress.com/jetpack.token/1/ with
3342
	 *        client_id, client_secret, grant_type, code, redirect_uri:action=authorize, state, scope, user_email, user_login
3343
	 *			- which responds with access_token, token_type, scope
3344
	 *		- Jetpack_Client_Server::authorize() stores jetpack_options: user_token => access_token.$user_id
3345
	 *		- Jetpack::activate_default_modules()
3346
	 *     		- Deactivates deprecated plugins
3347
	 *     		- Activates all default modules
3348
	 *		- Responds with either error, or 'connected' for new connection, or 'linked' for additional linked users
3349
	 * 7 - For a new connection, user selects a Jetpack plan on wordpress.com
3350
	 * 8 - User is redirected back to wp-admin/index.php?page=jetpack with state:message=authorized
3351
	 *     Done!
3352
	 */
3353
3354
	/**
3355
	 * Handles the page load events for the Jetpack admin page
3356
	 */
3357
	function admin_page_load() {
3358
		$error = false;
3359
3360
		// Make sure we have the right body class to hook stylings for subpages off of.
3361
		add_filter( 'admin_body_class', array( __CLASS__, 'add_jetpack_pagestyles' ) );
3362
3363
		if ( ! empty( $_GET['jetpack_restate'] ) ) {
3364
			// Should only be used in intermediate redirects to preserve state across redirects
3365
			Jetpack::restate();
3366
		}
3367
3368
		if ( isset( $_GET['connect_url_redirect'] ) ) {
3369
			// User clicked in the iframe to link their accounts
3370
			if ( ! Jetpack::is_user_connected() ) {
3371
				$connect_url = $this->build_connect_url( true, false, 'iframe' );
3372
				if ( isset( $_GET['notes_iframe'] ) )
3373
					$connect_url .= '&notes_iframe';
3374
				wp_redirect( $connect_url );
3375
				exit;
3376
			} else {
3377
				if ( ! isset( $_GET['calypso_env'] ) ) {
3378
					Jetpack::state( 'message', 'already_authorized' );
3379
					wp_safe_redirect( Jetpack::admin_url() );
3380
				} else {
3381
					$connect_url = $this->build_connect_url( true, false, 'iframe' );
3382
					$connect_url .= '&already_authorized=true';
3383
					wp_redirect( $connect_url );
3384
				}
3385
			}
3386
		}
3387
3388
3389
		if ( isset( $_GET['action'] ) ) {
3390
			switch ( $_GET['action'] ) {
3391
			case 'authorize':
3392
				if ( Jetpack::is_active() && Jetpack::is_user_connected() ) {
3393
					Jetpack::state( 'message', 'already_authorized' );
3394
					wp_safe_redirect( Jetpack::admin_url() );
3395
					exit;
3396
				}
3397
				Jetpack::log( 'authorize' );
3398
				$client_server = new Jetpack_Client_Server;
3399
				$client_server->client_authorize();
3400
				exit;
0 ignored issues
show
Coding Style Compatibility introduced by
The method admin_page_load() contains an exit expression.

An exit expression should only be used in rare cases. For example, if you write a short command line script.

In most cases however, using an exit expression makes the code untestable and often causes incompatibilities with other libraries. Thus, unless you are absolutely sure it is required here, we recommend to refactor your code to avoid its usage.

Loading history...
3401
			case 'register' :
3402
				if ( ! current_user_can( 'jetpack_connect' ) ) {
3403
					$error = 'cheatin';
3404
					break;
3405
				}
3406
				check_admin_referer( 'jetpack-register' );
3407
				Jetpack::log( 'register' );
3408
				Jetpack::maybe_set_version_option();
3409
				$registered = Jetpack::try_registration();
3410
				if ( is_wp_error( $registered ) ) {
3411
					$error = $registered->get_error_code();
3412
					Jetpack::state( 'error_description', $error );
3413
					Jetpack::state( 'error_description', $registered->get_error_message() );
3414
					break;
3415
				}
3416
3417
				$from = isset( $_GET['from'] ) ? $_GET['from'] : false;
3418
3419
				wp_redirect( $this->build_connect_url( true, false, $from ) );
3420
				exit;
0 ignored issues
show
Coding Style Compatibility introduced by
The method admin_page_load() contains an exit expression.

An exit expression should only be used in rare cases. For example, if you write a short command line script.

In most cases however, using an exit expression makes the code untestable and often causes incompatibilities with other libraries. Thus, unless you are absolutely sure it is required here, we recommend to refactor your code to avoid its usage.

Loading history...
3421
			case 'activate' :
3422
				if ( ! current_user_can( 'jetpack_activate_modules' ) ) {
3423
					$error = 'cheatin';
3424
					break;
3425
				}
3426
3427
				$module = stripslashes( $_GET['module'] );
3428
				check_admin_referer( "jetpack_activate-$module" );
3429
				Jetpack::log( 'activate', $module );
3430
				Jetpack::activate_module( $module );
3431
				// The following two lines will rarely happen, as Jetpack::activate_module normally exits at the end.
3432
				wp_safe_redirect( Jetpack::admin_url( 'page=jetpack' ) );
3433
				exit;
3434
			case 'activate_default_modules' :
3435
				check_admin_referer( 'activate_default_modules' );
3436
				Jetpack::log( 'activate_default_modules' );
3437
				Jetpack::restate();
3438
				$min_version   = isset( $_GET['min_version'] ) ? $_GET['min_version'] : false;
3439
				$max_version   = isset( $_GET['max_version'] ) ? $_GET['max_version'] : false;
3440
				$other_modules = isset( $_GET['other_modules'] ) && is_array( $_GET['other_modules'] ) ? $_GET['other_modules'] : array();
3441
				Jetpack::activate_default_modules( $min_version, $max_version, $other_modules );
3442
				wp_safe_redirect( Jetpack::admin_url( 'page=jetpack' ) );
3443
				exit;
3444
			case 'disconnect' :
3445
				if ( ! current_user_can( 'jetpack_disconnect' ) ) {
3446
					$error = 'cheatin';
3447
					break;
3448
				}
3449
3450
				check_admin_referer( 'jetpack-disconnect' );
3451
				Jetpack::log( 'disconnect' );
3452
				Jetpack::disconnect();
3453
				wp_safe_redirect( Jetpack::admin_url( 'disconnected=true' ) );
3454
				exit;
0 ignored issues
show
Coding Style Compatibility introduced by
The method admin_page_load() contains an exit expression.

An exit expression should only be used in rare cases. For example, if you write a short command line script.

In most cases however, using an exit expression makes the code untestable and often causes incompatibilities with other libraries. Thus, unless you are absolutely sure it is required here, we recommend to refactor your code to avoid its usage.

Loading history...
3455
			case 'reconnect' :
3456
				if ( ! current_user_can( 'jetpack_reconnect' ) ) {
3457
					$error = 'cheatin';
3458
					break;
3459
				}
3460
3461
				check_admin_referer( 'jetpack-reconnect' );
3462
				Jetpack::log( 'reconnect' );
3463
				$this->disconnect();
3464
				wp_redirect( $this->build_connect_url( true, false, 'reconnect' ) );
3465
				exit;
3466 View Code Duplication
			case 'deactivate' :
3467
				if ( ! current_user_can( 'jetpack_deactivate_modules' ) ) {
3468
					$error = 'cheatin';
3469
					break;
3470
				}
3471
3472
				$modules = stripslashes( $_GET['module'] );
3473
				check_admin_referer( "jetpack_deactivate-$modules" );
3474
				foreach ( explode( ',', $modules ) as $module ) {
3475
					Jetpack::log( 'deactivate', $module );
3476
					Jetpack::deactivate_module( $module );
3477
					Jetpack::state( 'message', 'module_deactivated' );
3478
				}
3479
				Jetpack::state( 'module', $modules );
3480
				wp_safe_redirect( Jetpack::admin_url( 'page=jetpack' ) );
3481
				exit;
0 ignored issues
show
Coding Style Compatibility introduced by
The method admin_page_load() contains an exit expression.

An exit expression should only be used in rare cases. For example, if you write a short command line script.

In most cases however, using an exit expression makes the code untestable and often causes incompatibilities with other libraries. Thus, unless you are absolutely sure it is required here, we recommend to refactor your code to avoid its usage.

Loading history...
3482
			case 'unlink' :
3483
				$redirect = isset( $_GET['redirect'] ) ? $_GET['redirect'] : '';
3484
				check_admin_referer( 'jetpack-unlink' );
3485
				Jetpack::log( 'unlink' );
3486
				$this->unlink_user();
3487
				Jetpack::state( 'message', 'unlinked' );
3488
				if ( 'sub-unlink' == $redirect ) {
3489
					wp_safe_redirect( admin_url() );
3490
				} else {
3491
					wp_safe_redirect( Jetpack::admin_url( array( 'page' => $redirect ) ) );
3492
				}
3493
				exit;
3494
			default:
3495
				/**
3496
				 * Fires when a Jetpack admin page is loaded with an unrecognized parameter.
3497
				 *
3498
				 * @since 2.6.0
3499
				 *
3500
				 * @param string sanitize_key( $_GET['action'] ) Unrecognized URL parameter.
3501
				 */
3502
				do_action( 'jetpack_unrecognized_action', sanitize_key( $_GET['action'] ) );
3503
			}
3504
		}
3505
3506
		if ( ! $error = $error ? $error : Jetpack::state( 'error' ) ) {
3507
			self::activate_new_modules( true );
3508
		}
3509
3510
		$message_code = Jetpack::state( 'message' );
3511
		if ( Jetpack::state( 'optin-manage' ) ) {
3512
			$activated_manage = $message_code;
3513
			$message_code = 'jetpack-manage';
3514
		}
3515
3516
		switch ( $message_code ) {
3517
		case 'jetpack-manage':
3518
			$this->message = '<strong>' . sprintf( __( 'You are all set! Your site can now be managed from <a href="%s" target="_blank">wordpress.com/sites</a>.', 'jetpack' ), 'https://wordpress.com/sites' ) . '</strong>';
3519
			if ( $activated_manage ) {
3520
				$this->message .= '<br /><strong>' . __( 'Manage has been activated for you!', 'jetpack'  ) . '</strong>';
3521
			}
3522
			break;
3523
3524
		}
3525
3526
		$deactivated_plugins = Jetpack::state( 'deactivated_plugins' );
3527
3528
		if ( ! empty( $deactivated_plugins ) ) {
3529
			$deactivated_plugins = explode( ',', $deactivated_plugins );
3530
			$deactivated_titles  = array();
3531
			foreach ( $deactivated_plugins as $deactivated_plugin ) {
3532
				if ( ! isset( $this->plugins_to_deactivate[$deactivated_plugin] ) ) {
3533
					continue;
3534
				}
3535
3536
				$deactivated_titles[] = '<strong>' . str_replace( ' ', '&nbsp;', $this->plugins_to_deactivate[$deactivated_plugin][1] ) . '</strong>';
3537
			}
3538
3539
			if ( $deactivated_titles ) {
3540
				if ( $this->message ) {
3541
					$this->message .= "<br /><br />\n";
3542
				}
3543
3544
				$this->message .= wp_sprintf(
3545
					_n(
3546
						'Jetpack contains the most recent version of the old %l plugin.',
3547
						'Jetpack contains the most recent versions of the old %l plugins.',
3548
						count( $deactivated_titles ),
3549
						'jetpack'
3550
					),
3551
					$deactivated_titles
3552
				);
3553
3554
				$this->message .= "<br />\n";
3555
3556
				$this->message .= _n(
3557
					'The old version has been deactivated and can be removed from your site.',
3558
					'The old versions have been deactivated and can be removed from your site.',
3559
					count( $deactivated_titles ),
3560
					'jetpack'
3561
				);
3562
			}
3563
		}
3564
3565
		$this->privacy_checks = Jetpack::state( 'privacy_checks' );
3566
3567
		if ( $this->message || $this->error || $this->privacy_checks || $this->can_display_jetpack_manage_notice() ) {
3568
			add_action( 'jetpack_notices', array( $this, 'admin_notices' ) );
3569
		}
3570
3571 View Code Duplication
		if ( isset( $_GET['configure'] ) && Jetpack::is_module( $_GET['configure'] ) && current_user_can( 'manage_options' ) ) {
3572
			/**
3573
			 * Fires when a module configuration page is loaded.
3574
			 * The dynamic part of the hook is the configure parameter from the URL.
3575
			 *
3576
			 * @since 1.1.0
3577
			 */
3578
			do_action( 'jetpack_module_configuration_load_' . $_GET['configure'] );
3579
		}
3580
3581
		add_filter( 'jetpack_short_module_description', 'wptexturize' );
3582
	}
3583
3584
	function admin_notices() {
3585
3586
		if ( $this->error ) {
3587
?>
3588
<div id="message" class="jetpack-message jetpack-err">
3589
	<div class="squeezer">
3590
		<h2><?php echo wp_kses( $this->error, array( 'a' => array( 'href' => array() ), 'small' => true, 'code' => true, 'strong' => true, 'br' => true, 'b' => true ) ); ?></h2>
3591
<?php	if ( $desc = Jetpack::state( 'error_description' ) ) : ?>
3592
		<p><?php echo esc_html( stripslashes( $desc ) ); ?></p>
3593
<?php	endif; ?>
3594
	</div>
3595
</div>
3596
<?php
3597
		}
3598
3599
		if ( $this->message ) {
3600
?>
3601
<div id="message" class="jetpack-message">
3602
	<div class="squeezer">
3603
		<h2><?php echo wp_kses( $this->message, array( 'strong' => array(), 'a' => array( 'href' => true ), 'br' => true ) ); ?></h2>
3604
	</div>
3605
</div>
3606
<?php
3607
		}
3608
3609
		if ( $this->privacy_checks ) :
3610
			$module_names = $module_slugs = array();
3611
3612
			$privacy_checks = explode( ',', $this->privacy_checks );
3613
			$privacy_checks = array_filter( $privacy_checks, array( 'Jetpack', 'is_module' ) );
3614
			foreach ( $privacy_checks as $module_slug ) {
3615
				$module = Jetpack::get_module( $module_slug );
3616
				if ( ! $module ) {
3617
					continue;
3618
				}
3619
3620
				$module_slugs[] = $module_slug;
3621
				$module_names[] = "<strong>{$module['name']}</strong>";
3622
			}
3623
3624
			$module_slugs = join( ',', $module_slugs );
3625
?>
3626
<div id="message" class="jetpack-message jetpack-err">
3627
	<div class="squeezer">
3628
		<h2><strong><?php esc_html_e( 'Is this site private?', 'jetpack' ); ?></strong></h2><br />
3629
		<p><?php
3630
			echo wp_kses(
3631
				wptexturize(
3632
					wp_sprintf(
3633
						_nx(
3634
							"Like your site's RSS feeds, %l allows access to your posts and other content to third parties.",
3635
							"Like your site's RSS feeds, %l allow access to your posts and other content to third parties.",
3636
							count( $privacy_checks ),
3637
							'%l = list of Jetpack module/feature names',
3638
							'jetpack'
3639
						),
3640
						$module_names
3641
					)
3642
				),
3643
				array( 'strong' => true )
3644
			);
3645
3646
			echo "\n<br />\n";
3647
3648
			echo wp_kses(
3649
				sprintf(
3650
					_nx(
3651
						'If your site is not publicly accessible, consider <a href="%1$s" title="%2$s">deactivating this feature</a>.',
3652
						'If your site is not publicly accessible, consider <a href="%1$s" title="%2$s">deactivating these features</a>.',
3653
						count( $privacy_checks ),
3654
						'%1$s = deactivation URL, %2$s = "Deactivate {list of Jetpack module/feature names}',
3655
						'jetpack'
3656
					),
3657
					wp_nonce_url(
3658
						Jetpack::admin_url(
3659
							array(
3660
								'page'   => 'jetpack',
3661
								'action' => 'deactivate',
3662
								'module' => urlencode( $module_slugs ),
3663
							)
3664
						),
3665
						"jetpack_deactivate-$module_slugs"
3666
					),
3667
					esc_attr( wp_kses( wp_sprintf( _x( 'Deactivate %l', '%l = list of Jetpack module/feature names', 'jetpack' ), $module_names ), array() ) )
3668
				),
3669
				array( 'a' => array( 'href' => true, 'title' => true ) )
3670
			);
3671
		?></p>
3672
	</div>
3673
</div>
3674
<?php endif;
3675
	// only display the notice if the other stuff is not there
3676
	if( $this->can_display_jetpack_manage_notice() && !  $this->error && ! $this->message && ! $this->privacy_checks ) {
3677
		if( isset( $_GET['page'] ) && 'jetpack' != $_GET['page'] )
3678
			$this->opt_in_jetpack_manage_notice();
3679
		}
3680
	}
3681
3682
	/**
3683
	 * Record a stat for later output.  This will only currently output in the admin_footer.
3684
	 */
3685
	function stat( $group, $detail ) {
3686
		if ( ! isset( $this->stats[ $group ] ) )
3687
			$this->stats[ $group ] = array();
3688
		$this->stats[ $group ][] = $detail;
3689
	}
3690
3691
	/**
3692
	 * Load stats pixels. $group is auto-prefixed with "x_jetpack-"
3693
	 */
3694
	function do_stats( $method = '' ) {
3695
		if ( is_array( $this->stats ) && count( $this->stats ) ) {
3696
			foreach ( $this->stats as $group => $stats ) {
3697
				if ( is_array( $stats ) && count( $stats ) ) {
3698
					$args = array( "x_jetpack-{$group}" => implode( ',', $stats ) );
3699
					if ( 'server_side' === $method ) {
3700
						self::do_server_side_stat( $args );
3701
					} else {
3702
						echo '<img src="' . esc_url( self::build_stats_url( $args ) ) . '" width="1" height="1" style="display:none;" />';
3703
					}
3704
				}
3705
				unset( $this->stats[ $group ] );
3706
			}
3707
		}
3708
	}
3709
3710
	/**
3711
	 * Runs stats code for a one-off, server-side.
3712
	 *
3713
	 * @param $args array|string The arguments to append to the URL. Should include `x_jetpack-{$group}={$stats}` or whatever we want to store.
3714
	 *
3715
	 * @return bool If it worked.
3716
	 */
3717
	static function do_server_side_stat( $args ) {
3718
		$response = wp_remote_get( esc_url_raw( self::build_stats_url( $args ) ) );
3719
		if ( is_wp_error( $response ) )
3720
			return false;
3721
3722
		if ( 200 !== wp_remote_retrieve_response_code( $response ) )
3723
			return false;
3724
3725
		return true;
3726
	}
3727
3728
	/**
3729
	 * Builds the stats url.
3730
	 *
3731
	 * @param $args array|string The arguments to append to the URL.
3732
	 *
3733
	 * @return string The URL to be pinged.
3734
	 */
3735
	static function build_stats_url( $args ) {
3736
		$defaults = array(
3737
			'v'    => 'wpcom2',
3738
			'rand' => md5( mt_rand( 0, 999 ) . time() ),
3739
		);
3740
		$args     = wp_parse_args( $args, $defaults );
3741
		/**
3742
		 * Filter the URL used as the Stats tracking pixel.
3743
		 *
3744
		 * @since 2.3.2
3745
		 *
3746
		 * @param string $url Base URL used as the Stats tracking pixel.
3747
		 */
3748
		$base_url = apply_filters(
3749
			'jetpack_stats_base_url',
3750
			set_url_scheme( 'http://pixel.wp.com/g.gif' )
3751
		);
3752
		$url      = add_query_arg( $args, $base_url );
3753
		return $url;
3754
	}
3755
3756
	static function translate_current_user_to_role() {
3757
		foreach ( self::$capability_translations as $role => $cap ) {
3758
			if ( current_user_can( $role ) || current_user_can( $cap ) ) {
3759
				return $role;
3760
			}
3761
		}
3762
3763
		return false;
3764
	}
3765
3766
	static function translate_role_to_cap( $role ) {
3767
		if ( ! isset( self::$capability_translations[$role] ) ) {
3768
			return false;
3769
		}
3770
3771
		return self::$capability_translations[$role];
3772
	}
3773
3774
	static function sign_role( $role ) {
3775
		if ( ! $user_id = (int) get_current_user_id() ) {
3776
			return false;
3777
		}
3778
3779
		$token = Jetpack_Data::get_access_token();
3780
		if ( ! $token || is_wp_error( $token ) ) {
3781
			return false;
3782
		}
3783
3784
		return $role . ':' . hash_hmac( 'md5', "{$role}|{$user_id}", $token->secret );
3785
	}
3786
3787
3788
	/**
3789
	 * Builds a URL to the Jetpack connection auth page
3790
	 *
3791
	 * @since 3.9.5
3792
	 *
3793
	 * @param bool $raw If true, URL will not be escaped.
3794
	 * @param bool|string $redirect If true, will redirect back to Jetpack wp-admin landing page after connection.
3795
	 *                              If string, will be a custom redirect.
3796
	 * @param bool|string $from If not false, adds 'from=$from' param to the connect URL.
3797
	 *
3798
	 * @return string Connect URL
3799
	 */
3800
	function build_connect_url( $raw = false, $redirect = false, $from = false ) {
3801
		if ( ! Jetpack_Options::get_option( 'blog_token' ) || ! Jetpack_Options::get_option( 'id' ) ) {
3802
			$url = Jetpack::nonce_url_no_esc( Jetpack::admin_url( 'action=register' ), 'jetpack-register' );
3803
			if( is_network_admin() ) {
3804
			    $url = add_query_arg( 'is_multisite', network_admin_url(
3805
			    'admin.php?page=jetpack-settings' ), $url );
3806
			}
3807
		} else {
3808
			if ( defined( 'JETPACK__GLOTPRESS_LOCALES_PATH' ) && include_once JETPACK__GLOTPRESS_LOCALES_PATH ) {
3809
				$gp_locale = GP_Locales::by_field( 'wp_locale', get_locale() );
3810
			}
3811
3812
			$role = self::translate_current_user_to_role();
3813
			$signed_role = self::sign_role( $role );
3814
3815
			$user = wp_get_current_user();
3816
3817
			$jetpack_admin_page = esc_url_raw( admin_url( 'admin.php?page=jetpack' ) );
3818
			$redirect = $redirect
3819
				? wp_validate_redirect( esc_url_raw( $redirect ), $jetpack_admin_page )
3820
				: $jetpack_admin_page;
3821
3822
			if( isset( $_REQUEST['is_multisite'] ) ) {
3823
				$redirect = Jetpack_Network::init()->get_url( 'network_admin_page' );
3824
			}
3825
3826
			$secrets = Jetpack::init()->generate_secrets( 'authorize' );
3827
			@list( $secret ) = explode( ':', $secrets );
3828
3829
			$site_icon = ( function_exists( 'has_site_icon') && has_site_icon() )
3830
				? get_site_icon_url()
3831
				: false;
3832
3833
			$args = urlencode_deep(
3834
				array(
3835
					'response_type' => 'code',
3836
					'client_id'     => Jetpack_Options::get_option( 'id' ),
3837
					'redirect_uri'  => add_query_arg(
3838
						array(
3839
							'action'   => 'authorize',
3840
							'_wpnonce' => wp_create_nonce( "jetpack-authorize_{$role}_{$redirect}" ),
3841
							'redirect' => urlencode( $redirect ),
3842
						),
3843
						esc_url( admin_url( 'admin.php?page=jetpack' ) )
3844
					),
3845
					'state'         => $user->ID,
3846
					'scope'         => $signed_role,
3847
					'user_email'    => $user->user_email,
3848
					'user_login'    => $user->user_login,
3849
					'is_active'     => Jetpack::is_active(),
3850
					'jp_version'    => JETPACK__VERSION,
3851
					'auth_type'     => 'calypso',
3852
					'secret'        => $secret,
3853
					'locale'        => isset( $gp_locale->slug ) ? $gp_locale->slug : '',
3854
					'blogname'      => get_option( 'blogname' ),
3855
					'site_url'      => site_url(),
3856
					'home_url'      => home_url(),
3857
					'site_icon'     => $site_icon,
3858
				)
3859
			);
3860
3861
			$url = add_query_arg( $args, Jetpack::api_url( 'authorize' ) );
3862
		}
3863
3864
		if ( $from ) {
3865
			$url = add_query_arg( 'from', $from, $url );
3866
		}
3867
3868
		if ( isset( $_GET['calypso_env'] ) ) {
3869
			$url = add_query_arg( 'calypso_env', sanitize_key( $_GET['calypso_env'] ), $url );
3870
		}
3871
3872
		return $raw ? $url : esc_url( $url );
3873
	}
3874
3875
	function build_reconnect_url( $raw = false ) {
3876
		$url = wp_nonce_url( Jetpack::admin_url( 'action=reconnect' ), 'jetpack-reconnect' );
3877
		return $raw ? $url : esc_url( $url );
3878
	}
3879
3880
	public static function admin_url( $args = null ) {
3881
		$args = wp_parse_args( $args, array( 'page' => 'jetpack' ) );
3882
		$url = add_query_arg( $args, admin_url( 'admin.php' ) );
3883
		return $url;
3884
	}
3885
3886
	public static function nonce_url_no_esc( $actionurl, $action = -1, $name = '_wpnonce' ) {
3887
		$actionurl = str_replace( '&amp;', '&', $actionurl );
3888
		return add_query_arg( $name, wp_create_nonce( $action ), $actionurl );
3889
	}
3890
3891
	function dismiss_jetpack_notice() {
3892
3893
		if ( ! isset( $_GET['jetpack-notice'] ) ) {
3894
			return;
3895
		}
3896
3897
		switch( $_GET['jetpack-notice'] ) {
3898
			case 'dismiss':
3899
				if ( check_admin_referer( 'jetpack-deactivate' ) && ! is_plugin_active_for_network( plugin_basename( JETPACK__PLUGIN_DIR . 'jetpack.php' ) ) ) {
3900
3901
					require_once ABSPATH . 'wp-admin/includes/plugin.php';
3902
					deactivate_plugins( JETPACK__PLUGIN_DIR . 'jetpack.php', false, false );
3903
					wp_safe_redirect( admin_url() . 'plugins.php?deactivate=true&plugin_status=all&paged=1&s=' );
3904
				}
3905
				break;
3906 View Code Duplication
			case 'jetpack-manage-opt-out':
3907
3908
				if ( check_admin_referer( 'jetpack_manage_banner_opt_out' ) ) {
3909
					// Don't show the banner again
3910
3911
					Jetpack_Options::update_option( 'dismissed_manage_banner', true );
3912
					// redirect back to the page that had the notice
3913
					if ( wp_get_referer() ) {
3914
						wp_safe_redirect( wp_get_referer() );
3915
					} else {
3916
						// Take me to Jetpack
3917
						wp_safe_redirect( admin_url( 'admin.php?page=jetpack' ) );
3918
					}
3919
				}
3920
				break;
3921 View Code Duplication
			case 'jetpack-protect-multisite-opt-out':
3922
3923
				if ( check_admin_referer( 'jetpack_protect_multisite_banner_opt_out' ) ) {
3924
					// Don't show the banner again
3925
3926
					update_site_option( 'jetpack_dismissed_protect_multisite_banner', true );
3927
					// redirect back to the page that had the notice
3928
					if ( wp_get_referer() ) {
3929
						wp_safe_redirect( wp_get_referer() );
3930
					} else {
3931
						// Take me to Jetpack
3932
						wp_safe_redirect( admin_url( 'admin.php?page=jetpack' ) );
3933
					}
3934
				}
3935
				break;
3936
			case 'jetpack-manage-opt-in':
3937
				if ( check_admin_referer( 'jetpack_manage_banner_opt_in' ) ) {
3938
					// This makes sure that we are redirect to jetpack home so that we can see the Success Message.
3939
3940
					$redirection_url = Jetpack::admin_url();
3941
					remove_action( 'jetpack_pre_activate_module',   array( Jetpack_Admin::init(), 'fix_redirect' ) );
3942
3943
					// Don't redirect form the Jetpack Setting Page
3944
					$referer_parsed = parse_url ( wp_get_referer() );
3945
					// check that we do have a wp_get_referer and the query paramater is set orderwise go to the Jetpack Home
3946
					if ( isset( $referer_parsed['query'] ) && false !== strpos( $referer_parsed['query'], 'page=jetpack_modules' ) ) {
3947
						// Take the user to Jetpack home except when on the setting page
3948
						$redirection_url = wp_get_referer();
3949
						add_action( 'jetpack_pre_activate_module',   array( Jetpack_Admin::init(), 'fix_redirect' ) );
3950
					}
3951
					// Also update the JSON API FULL MANAGEMENT Option
3952
					Jetpack::activate_module( 'manage', false, false );
3953
3954
					// Special Message when option in.
3955
					Jetpack::state( 'optin-manage', 'true' );
3956
					// Activate the Module if not activated already
3957
3958
					// Redirect properly
3959
					wp_safe_redirect( $redirection_url );
3960
3961
				}
3962
				break;
3963
		}
3964
	}
3965
3966
	function debugger_page() {
3967
		nocache_headers();
3968
		if ( ! current_user_can( 'manage_options' ) ) {
3969
			die( '-1' );
3970
		}
3971
		Jetpack_Debugger::jetpack_debug_display_handler();
3972
		exit;
3973
	}
3974
3975
	public static function admin_screen_configure_module( $module_id ) {
3976
3977
		// User that doesn't have 'jetpack_configure_modules' will never end up here since Jetpack Landing Page woun't let them.
3978
		if ( ! in_array( $module_id, Jetpack::get_active_modules() ) && current_user_can( 'manage_options' ) ) {
3979
			if ( has_action( 'display_activate_module_setting_' . $module_id ) ) {
3980
				/**
3981
				 * Fires to diplay a custom module activation screen.
3982
				 *
3983
				 * To add a module actionation screen use Jetpack::module_configuration_activation_screen method.
3984
				 * Example: Jetpack::module_configuration_activation_screen( 'manage', array( $this, 'manage_activate_screen' ) );
3985
				 *
3986
				 * @module manage
3987
				 *
3988
				 * @since 3.8.0
3989
				 *
3990
				 * @param int $module_id Module ID.
3991
				 */
3992
				do_action( 'display_activate_module_setting_' . $module_id );
3993
			} else {
3994
				self::display_activate_module_link( $module_id );
3995
			}
3996
3997
			return false;
3998
		} ?>
3999
4000
		<div id="jp-settings-screen" style="position: relative">
4001
			<h3>
4002
			<?php
4003
				$module = Jetpack::get_module( $module_id );
4004
				echo '<a href="' . Jetpack::admin_url( 'page=jetpack_modules' ) . '">' . __( 'Jetpack by WordPress.com', 'jetpack' ) . '</a> &rarr; ';
4005
				printf( __( 'Configure %s', 'jetpack' ), $module['name'] );
4006
			?>
4007
			</h3>
4008
			<?php
4009
				/**
4010
				 * Fires within the displayed message when a feature configuation is updated.
4011
				 *
4012
				 * @since 3.4.0
4013
				 *
4014
				 * @param int $module_id Module ID.
4015
				 */
4016
				do_action( 'jetpack_notices_update_settings', $module_id );
4017
				/**
4018
				 * Fires when a feature configuation screen is loaded.
4019
				 * The dynamic part of the hook, $module_id, is the module ID.
4020
				 *
4021
				 * @since 1.1.0
4022
				 */
4023
				do_action( 'jetpack_module_configuration_screen_' . $module_id );
4024
			?>
4025
		</div><?php
4026
	}
4027
4028
	/**
4029
	 * Display link to activate the module to see the settings screen.
4030
	 * @param  string $module_id
4031
	 * @return null
4032
	 */
4033
	public static function display_activate_module_link( $module_id ) {
4034
4035
		$info =  Jetpack::get_module( $module_id );
4036
		$extra = '';
4037
		$activate_url = wp_nonce_url(
4038
				Jetpack::admin_url(
4039
					array(
4040
						'page'   => 'jetpack',
4041
						'action' => 'activate',
4042
						'module' => $module_id,
4043
					)
4044
				),
4045
				"jetpack_activate-$module_id"
4046
			);
4047
4048
		?>
4049
4050
		<div class="wrap configure-module">
4051
			<div id="jp-settings-screen">
4052
				<?php
4053
				if ( $module_id == 'json-api' ) {
4054
4055
					$info['name'] = esc_html__( 'Activate Site Management and JSON API', 'jetpack' );
4056
4057
					$activate_url = Jetpack::init()->opt_in_jetpack_manage_url();
4058
4059
					$info['description'] = sprintf( __( 'Manage your multiple Jetpack sites from our centralized dashboard at wordpress.com/sites. <a href="%s" target="_blank">Learn more</a>.', 'jetpack' ), 'https://jetpack.com/support/site-management' );
4060
4061
					// $extra = __( 'To use Site Management, you need to first activate JSON API to allow remote management of your site. ', 'jetpack' );
4062
				} ?>
4063
4064
				<h3><?php echo esc_html( $info['name'] ); ?></h3>
4065
				<div class="narrow">
4066
					<p><?php echo  $info['description']; ?></p>
4067
					<?php if( $extra ) { ?>
4068
					<p><?php echo esc_html( $extra ); ?></p>
4069
					<?php } ?>
4070
					<p>
4071
						<?php
4072
						if( wp_get_referer() ) {
4073
							printf( __( '<a class="button-primary" href="%s">Activate Now</a> or <a href="%s" >return to previous page</a>.', 'jetpack' ) , $activate_url, wp_get_referer() );
4074
						} else {
4075
							printf( __( '<a class="button-primary" href="%s">Activate Now</a>', 'jetpack' ) , $activate_url  );
4076
						} ?>
4077
					</p>
4078
				</div>
4079
4080
			</div>
4081
		</div>
4082
4083
		<?php
4084
	}
4085
4086
	public static function sort_modules( $a, $b ) {
4087
		if ( $a['sort'] == $b['sort'] )
4088
			return 0;
4089
4090
		return ( $a['sort'] < $b['sort'] ) ? -1 : 1;
4091
	}
4092
4093
	function ajax_recheck_ssl() {
4094
		check_ajax_referer( 'recheck-ssl', 'ajax-nonce' );
4095
		$result = Jetpack::permit_ssl( true );
4096
		wp_send_json( array(
4097
			'enabled' => $result,
4098
			'message' => get_transient( 'jetpack_https_test_message' )
4099
		) );
4100
	}
4101
4102
/* Client API */
4103
4104
	/**
4105
	 * Returns the requested Jetpack API URL
4106
	 *
4107
	 * @return string
4108
	 */
4109
	public static function api_url( $relative_url ) {
4110
		return trailingslashit( JETPACK__API_BASE . $relative_url  ) . JETPACK__API_VERSION . '/';
4111
	}
4112
4113
	/**
4114
	 * Some hosts disable the OpenSSL extension and so cannot make outgoing HTTPS requsets
4115
	 */
4116
	public static function fix_url_for_bad_hosts( $url ) {
4117
		if ( 0 !== strpos( $url, 'https://' ) ) {
4118
			return $url;
4119
		}
4120
4121
		switch ( JETPACK_CLIENT__HTTPS ) {
4122
			case 'ALWAYS' :
4123
				return $url;
4124
			case 'NEVER' :
4125
				return set_url_scheme( $url, 'http' );
4126
			// default : case 'AUTO' :
4127
		}
4128
4129
		// we now return the unmodified SSL URL by default, as a security precaution
4130
		return $url;
4131
	}
4132
4133
	/**
4134
	 * Checks to see if the URL is using SSL to connect with Jetpack
4135
	 *
4136
	 * @since 2.3.3
4137
	 * @return boolean
4138
	 */
4139
	public static function permit_ssl( $force_recheck = false ) {
4140
		// Do some fancy tests to see if ssl is being supported
4141
		if ( $force_recheck || false === ( $ssl = get_transient( 'jetpack_https_test' ) ) ) {
4142
			$message = '';
4143
			if ( 'https' !== substr( JETPACK__API_BASE, 0, 5 ) ) {
4144
				$ssl = 0;
4145
			} else {
4146
				switch ( JETPACK_CLIENT__HTTPS ) {
4147
					case 'NEVER':
4148
						$ssl = 0;
4149
						$message = __( 'JETPACK_CLIENT__HTTPS is set to NEVER', 'jetpack' );
4150
						break;
4151
					case 'ALWAYS':
4152
					case 'AUTO':
4153
					default:
4154
						$ssl = 1;
4155
						break;
4156
				}
4157
4158
				// If it's not 'NEVER', test to see
4159
				if ( $ssl ) {
4160
					if ( ! wp_http_supports( array( 'ssl' => true ) ) ) {
4161
						$ssl = 0;
4162
						$message = __( 'WordPress reports no SSL support', 'jetpack' );
4163
					} else {
4164
						$response = wp_remote_get( JETPACK__API_BASE . 'test/1/' );
4165
						if ( is_wp_error( $response ) ) {
4166
							$ssl = 0;
4167
							$message = __( 'WordPress reports no SSL support', 'jetpack' );
4168
						} elseif ( 'OK' !== wp_remote_retrieve_body( $response ) ) {
4169
							$ssl = 0;
4170
							$message = __( 'Response was not OK: ', 'jetpack' ) . wp_remote_retrieve_body( $response );
4171
						}
4172
					}
4173
				}
4174
			}
4175
			set_transient( 'jetpack_https_test', $ssl, DAY_IN_SECONDS );
4176
			set_transient( 'jetpack_https_test_message', $message, DAY_IN_SECONDS );
4177
		}
4178
4179
		return (bool) $ssl;
4180
	}
4181
4182
	/*
4183
	 * Displays an admin_notice, alerting the user to their JETPACK_CLIENT__HTTPS constant being 'AUTO' but SSL isn't working.
4184
	 */
4185
	public function alert_auto_ssl_fail() {
4186
		if ( ! current_user_can( 'manage_options' ) )
4187
			return;
4188
4189
		$ajax_nonce = wp_create_nonce( 'recheck-ssl' );
4190
		?>
4191
4192
		<div id="jetpack-ssl-warning" class="error jp-identity-crisis">
4193
			<div class="jp-banner__content">
4194
				<h2><?php _e( 'Outbound HTTPS not working', 'jetpack' ); ?></h2>
4195
				<p><?php _e( 'Your site could not connect to WordPress.com via HTTPS. This could be due to any number of reasons, including faulty SSL certificates, misconfigured or missing SSL libraries, or network issues.', 'jetpack' ); ?></p>
4196
				<p>
4197
					<?php _e( 'Jetpack will re-test for HTTPS support once a day, but you can click here to try again immediately: ', 'jetpack' ); ?>
4198
					<a href="#" id="jetpack-recheck-ssl-button"><?php _e( 'Try again', 'jetpack' ); ?></a>
4199
					<span id="jetpack-recheck-ssl-output"><?php echo get_transient( 'jetpack_https_test_message' ); ?></span>
4200
				</p>
4201
				<p>
4202
					<?php printf( __( 'For more help, try our <a href="%1$s">connection debugger</a> or <a href="%2$s" target="_blank">troubleshooting tips</a>.', 'jetpack' ),
4203
							esc_url( Jetpack::admin_url( array( 'page' => 'jetpack-debugger' )  ) ),
4204
							esc_url( 'https://jetpack.com/support/getting-started-with-jetpack/troubleshooting-tips/' ) ); ?>
4205
				</p>
4206
			</div>
4207
		</div>
4208
		<style>
4209
			#jetpack-recheck-ssl-output { margin-left: 5px; color: red; }
4210
		</style>
4211
		<script type="text/javascript">
4212
			jQuery( document ).ready( function( $ ) {
4213
				$( '#jetpack-recheck-ssl-button' ).click( function( e ) {
4214
					var $this = $( this );
4215
					$this.html( <?php echo json_encode( __( 'Checking', 'jetpack' ) ); ?> );
4216
					$( '#jetpack-recheck-ssl-output' ).html( '' );
4217
					e.preventDefault();
4218
					var data = { action: 'jetpack-recheck-ssl', 'ajax-nonce': '<?php echo $ajax_nonce; ?>' };
4219
					$.post( ajaxurl, data )
4220
					  .done( function( response ) {
4221
					  	if ( response.enabled ) {
4222
					  		$( '#jetpack-ssl-warning' ).hide();
4223
					  	} else {
4224
					  		this.html( <?php echo json_encode( __( 'Try again', 'jetpack' ) ); ?> );
4225
					  		$( '#jetpack-recheck-ssl-output' ).html( 'SSL Failed: ' + response.message );
4226
					  	}
4227
					  }.bind( $this ) );
4228
				} );
4229
			} );
4230
		</script>
4231
4232
		<?php
4233
	}
4234
4235
	/**
4236
	 * Returns the Jetpack XML-RPC API
4237
	 *
4238
	 * @return string
4239
	 */
4240
	public static function xmlrpc_api_url() {
4241
		$base = preg_replace( '#(https?://[^?/]+)(/?.*)?$#', '\\1', JETPACK__API_BASE );
4242
		return untrailingslashit( $base ) . '/xmlrpc.php';
4243
	}
4244
4245
	/**
4246
	 * Creates two secret tokens and the end of life timestamp for them.
4247
	 *
4248
	 * Note these tokens are unique per call, NOT static per site for connecting.
4249
	 *
4250
	 * @since 2.6
4251
	 * @return array
4252
	 */
4253
	public function generate_secrets( $action, $exp = 600 ) {
4254
	    $secret = wp_generate_password( 32, false ) // secret_1
4255
	    		. ':' . wp_generate_password( 32, false ) // secret_2
4256
	    		. ':' . ( time() + $exp ) // eol ( End of Life )
4257
	    		. ':' . get_current_user_id(); // ties the secrets to the current user
4258
		Jetpack_Options::update_option( $action, $secret );
4259
	    return Jetpack_Options::get_option( $action );
4260
	}
4261
4262
	/**
4263
	 * Builds the timeout limit for queries talking with the wpcom servers.
4264
	 *
4265
	 * Based on local php max_execution_time in php.ini
4266
	 *
4267
	 * @since 2.6
4268
	 * @return int
4269
	 **/
4270
	public function get_remote_query_timeout_limit() {
4271
	    $timeout = (int) ini_get( 'max_execution_time' );
4272
	    if ( ! $timeout ) // Ensure exec time set in php.ini
4273
		$timeout = 30;
4274
	    return intval( $timeout / 2 );
4275
	}
4276
4277
4278
	/**
4279
	 * Takes the response from the Jetpack register new site endpoint and
4280
	 * verifies it worked properly.
4281
	 *
4282
	 * @since 2.6
4283
	 * @return true or Jetpack_Error
4284
	 **/
4285
	public function validate_remote_register_response( $response ) {
4286
	    	if ( is_wp_error( $response ) ) {
4287
			return new Jetpack_Error( 'register_http_request_failed', $response->get_error_message() );
4288
		}
4289
4290
		$code   = wp_remote_retrieve_response_code( $response );
4291
		$entity = wp_remote_retrieve_body( $response );
4292
		if ( $entity )
4293
			$json = json_decode( $entity );
4294
		else
4295
			$json = false;
4296
4297
		$code_type = intval( $code / 100 );
4298
		if ( 5 == $code_type ) {
4299
			return new Jetpack_Error( 'wpcom_5??', sprintf( __( 'Error Details: %s', 'jetpack' ), $code ), $code );
4300
		} elseif ( 408 == $code ) {
4301
			return new Jetpack_Error( 'wpcom_408', sprintf( __( 'Error Details: %s', 'jetpack' ), $code ), $code );
4302
		} elseif ( ! empty( $json->error ) ) {
4303
			$error_description = isset( $json->error_description ) ? sprintf( __( 'Error Details: %s', 'jetpack' ), (string) $json->error_description ) : '';
4304
			return new Jetpack_Error( (string) $json->error, $error_description, $code );
4305
		} elseif ( 200 != $code ) {
4306
			return new Jetpack_Error( 'wpcom_bad_response', sprintf( __( 'Error Details: %s', 'jetpack' ), $code ), $code );
4307
		}
4308
4309
		// Jetpack ID error block
4310
		if ( empty( $json->jetpack_id ) ) {
4311
			return new Jetpack_Error( 'jetpack_id', sprintf( __( 'Error Details: Jetpack ID is empty. Do not publicly post this error message! %s', 'jetpack' ), $entity ), $entity );
4312
		} elseif ( ! is_scalar( $json->jetpack_id ) ) {
4313
			return new Jetpack_Error( 'jetpack_id', sprintf( __( 'Error Details: Jetpack ID is not a scalar. Do not publicly post this error message! %s', 'jetpack' ) , $entity ), $entity );
4314
		} elseif ( preg_match( '/[^0-9]/', $json->jetpack_id ) ) {
4315
			return new Jetpack_Error( 'jetpack_id', sprintf( __( 'Error Details: Jetpack ID begins with a numeral. Do not publicly post this error message! %s', 'jetpack' ) , $entity ), $entity );
4316
		}
4317
4318
	    return true;
4319
	}
4320
	/**
4321
	 * @return bool|WP_Error
4322
	 */
4323
	public static function register() {
4324
		add_action( 'pre_update_jetpack_option_register', array( 'Jetpack_Options', 'delete_option' ) );
4325
		$secrets = Jetpack::init()->generate_secrets( 'register' );
4326
4327
		@list( $secret_1, $secret_2, $secret_eol ) = explode( ':', $secrets );
4328 View Code Duplication
		if ( empty( $secret_1 ) || empty( $secret_2 ) || empty( $secret_eol ) || $secret_eol < time() ) {
4329
			return new Jetpack_Error( 'missing_secrets' );
4330
		}
4331
4332
		$timeout = Jetpack::init()->get_remote_query_timeout_limit();
4333
4334
		$gmt_offset = get_option( 'gmt_offset' );
4335
		if ( ! $gmt_offset ) {
4336
			$gmt_offset = 0;
4337
		}
4338
4339
		$stats_options = get_option( 'stats_options' );
4340
		$stats_id = isset($stats_options['blog_id']) ? $stats_options['blog_id'] : null;
4341
4342
		$args = array(
4343
			'method'  => 'POST',
4344
			'body'    => array(
4345
				'siteurl'         => site_url(),
4346
				'home'            => home_url(),
4347
				'gmt_offset'      => $gmt_offset,
4348
				'timezone_string' => (string) get_option( 'timezone_string' ),
4349
				'site_name'       => (string) get_option( 'blogname' ),
4350
				'secret_1'        => $secret_1,
4351
				'secret_2'        => $secret_2,
4352
				'site_lang'       => get_locale(),
4353
				'timeout'         => $timeout,
4354
				'stats_id'        => $stats_id,
4355
				'state'           => get_current_user_id(),
4356
			),
4357
			'headers' => array(
4358
				'Accept' => 'application/json',
4359
			),
4360
			'timeout' => $timeout,
4361
		);
4362
		$response = Jetpack_Client::_wp_remote_request( Jetpack::fix_url_for_bad_hosts( Jetpack::api_url( 'register' ) ), $args, true );
4363
4364
4365
		// Make sure the response is valid and does not contain any Jetpack errors
4366
		$valid_response = Jetpack::init()->validate_remote_register_response( $response );
4367
		if( is_wp_error( $valid_response ) || !$valid_response ) {
4368
		    return $valid_response;
4369
		}
4370
4371
		// Grab the response values to work with
4372
		$code   = wp_remote_retrieve_response_code( $response );
4373
		$entity = wp_remote_retrieve_body( $response );
4374
4375
		if ( $entity )
4376
			$json = json_decode( $entity );
4377
		else
4378
			$json = false;
4379
4380 View Code Duplication
		if ( empty( $json->jetpack_secret ) || ! is_string( $json->jetpack_secret ) )
4381
			return new Jetpack_Error( 'jetpack_secret', '', $code );
4382
4383
		if ( isset( $json->jetpack_public ) ) {
4384
			$jetpack_public = (int) $json->jetpack_public;
4385
		} else {
4386
			$jetpack_public = false;
4387
		}
4388
4389
		Jetpack_Options::update_options(
4390
			array(
4391
				'id'         => (int)    $json->jetpack_id,
4392
				'blog_token' => (string) $json->jetpack_secret,
4393
				'public'     => $jetpack_public,
4394
			)
4395
		);
4396
4397
		/**
4398
		 * Fires when a site is registered on WordPress.com.
4399
		 *
4400
		 * @since 3.7.0
4401
		 *
4402
		 * @param int $json->jetpack_id Jetpack Blog ID.
4403
		 * @param string $json->jetpack_secret Jetpack Blog Token.
4404
		 * @param int|bool $jetpack_public Is the site public.
4405
		 */
4406
		do_action( 'jetpack_site_registered', $json->jetpack_id, $json->jetpack_secret, $jetpack_public );
4407
4408
		// Initialize Jump Start for the first and only time.
4409
		if ( ! Jetpack_Options::get_option( 'jumpstart' ) ) {
4410
			Jetpack_Options::update_option( 'jumpstart', 'new_connection' );
4411
4412
			$jetpack = Jetpack::init();
4413
4414
			$jetpack->stat( 'jumpstart', 'unique-views' );
4415
			$jetpack->do_stats( 'server_side' );
4416
		};
4417
4418
		return true;
4419
	}
4420
4421
	/**
4422
	 * If the db version is showing something other that what we've got now, bump it to current.
4423
	 *
4424
	 * @return bool: True if the option was incorrect and updated, false if nothing happened.
4425
	 */
4426
	public static function maybe_set_version_option() {
4427
		list( $version ) = explode( ':', Jetpack_Options::get_option( 'version' ) );
4428
		if ( JETPACK__VERSION != $version ) {
4429
			Jetpack_Options::update_option( 'version', JETPACK__VERSION . ':' . time() );
4430
4431
			if ( version_compare( JETPACK__VERSION, $version, '>' ) ) {
4432
				/** This action is documented in class.jetpack.php */
4433
				do_action( 'updating_jetpack_version', JETPACK__VERSION, $version );
4434
			}
4435
4436
			return true;
4437
		}
4438
		return false;
4439
	}
4440
4441
/* Client Server API */
4442
4443
	/**
4444
	 * Loads the Jetpack XML-RPC client
4445
	 */
4446
	public static function load_xml_rpc_client() {
4447
		require_once ABSPATH . WPINC . '/class-IXR.php';
4448
		require_once JETPACK__PLUGIN_DIR . 'class.jetpack-ixr-client.php';
4449
	}
4450
4451
	function verify_xml_rpc_signature() {
4452
		if ( $this->xmlrpc_verification ) {
4453
			return $this->xmlrpc_verification;
4454
		}
4455
4456
		// It's not for us
4457
		if ( ! isset( $_GET['token'] ) || empty( $_GET['signature'] ) ) {
4458
			return false;
4459
		}
4460
4461
		@list( $token_key, $version, $user_id ) = explode( ':', $_GET['token'] );
4462
		if (
4463
			empty( $token_key )
4464
		||
4465
			empty( $version ) || strval( JETPACK__API_VERSION ) !== $version
4466
		) {
4467
			return false;
4468
		}
4469
4470
		if ( '0' === $user_id ) {
4471
			$token_type = 'blog';
4472
			$user_id = 0;
4473
		} else {
4474
			$token_type = 'user';
4475
			if ( empty( $user_id ) || ! ctype_digit( $user_id ) ) {
4476
				return false;
4477
			}
4478
			$user_id = (int) $user_id;
4479
4480
			$user = new WP_User( $user_id );
4481
			if ( ! $user || ! $user->exists() ) {
4482
				return false;
4483
			}
4484
		}
4485
4486
		$token = Jetpack_Data::get_access_token( $user_id );
4487
		if ( ! $token ) {
4488
			return false;
4489
		}
4490
4491
		$token_check = "$token_key.";
4492
		if ( ! hash_equals( substr( $token->secret, 0, strlen( $token_check ) ), $token_check ) ) {
4493
			return false;
4494
		}
4495
4496
		require_once JETPACK__PLUGIN_DIR . 'class.jetpack-signature.php';
4497
4498
		$jetpack_signature = new Jetpack_Signature( $token->secret, (int) Jetpack_Options::get_option( 'time_diff' ) );
4499
		if ( isset( $_POST['_jetpack_is_multipart'] ) ) {
4500
			$post_data   = $_POST;
4501
			$file_hashes = array();
4502
			foreach ( $post_data as $post_data_key => $post_data_value ) {
4503
				if ( 0 !== strpos( $post_data_key, '_jetpack_file_hmac_' ) ) {
4504
					continue;
4505
				}
4506
				$post_data_key = substr( $post_data_key, strlen( '_jetpack_file_hmac_' ) );
4507
				$file_hashes[$post_data_key] = $post_data_value;
4508
			}
4509
4510
			foreach ( $file_hashes as $post_data_key => $post_data_value ) {
4511
				unset( $post_data["_jetpack_file_hmac_{$post_data_key}"] );
4512
				$post_data[$post_data_key] = $post_data_value;
4513
			}
4514
4515
			ksort( $post_data );
4516
4517
			$body = http_build_query( stripslashes_deep( $post_data ) );
4518
		} elseif ( is_null( $this->HTTP_RAW_POST_DATA ) ) {
4519
			$body = file_get_contents( 'php://input' );
4520
		} else {
4521
			$body = null;
4522
		}
4523
		$signature = $jetpack_signature->sign_current_request(
4524
			array( 'body' => is_null( $body ) ? $this->HTTP_RAW_POST_DATA : $body, )
4525
		);
4526
4527
		if ( ! $signature ) {
4528
			return false;
4529
		} else if ( is_wp_error( $signature ) ) {
4530
			return $signature;
4531
		} else if ( ! hash_equals( $signature, $_GET['signature'] ) ) {
4532
			return false;
4533
		}
4534
4535
		$timestamp = (int) $_GET['timestamp'];
4536
		$nonce     = stripslashes( (string) $_GET['nonce'] );
4537
4538
		if ( ! $this->add_nonce( $timestamp, $nonce ) ) {
4539
			return false;
4540
		}
4541
4542
		$this->xmlrpc_verification = array(
4543
			'type'    => $token_type,
4544
			'user_id' => $token->external_user_id,
4545
		);
4546
4547
		return $this->xmlrpc_verification;
4548
	}
4549
4550
	/**
4551
	 * Authenticates XML-RPC and other requests from the Jetpack Server
4552
	 */
4553
	function authenticate_jetpack( $user, $username, $password ) {
4554
		if ( is_a( $user, 'WP_User' ) ) {
4555
			return $user;
4556
		}
4557
4558
		$token_details = $this->verify_xml_rpc_signature();
4559
4560
		if ( ! $token_details || is_wp_error( $token_details ) ) {
4561
			return $user;
4562
		}
4563
4564
		if ( 'user' !== $token_details['type'] ) {
4565
			return $user;
4566
		}
4567
4568
		if ( ! $token_details['user_id'] ) {
4569
			return $user;
4570
		}
4571
4572
		nocache_headers();
4573
4574
		return new WP_User( $token_details['user_id'] );
4575
	}
4576
4577
	function add_nonce( $timestamp, $nonce ) {
4578
		global $wpdb;
4579
		static $nonces_used_this_request = array();
4580
4581
		if ( isset( $nonces_used_this_request["$timestamp:$nonce"] ) ) {
4582
			return $nonces_used_this_request["$timestamp:$nonce"];
4583
		}
4584
4585
		// This should always have gone through Jetpack_Signature::sign_request() first to check $timestamp an $nonce
4586
		$timestamp = (int) $timestamp;
4587
		$nonce     = esc_sql( $nonce );
4588
4589
		// Raw query so we can avoid races: add_option will also update
4590
		$show_errors = $wpdb->show_errors( false );
4591
4592
		$old_nonce = $wpdb->get_row(
4593
			$wpdb->prepare( "SELECT * FROM `$wpdb->options` WHERE option_name = %s", "jetpack_nonce_{$timestamp}_{$nonce}" )
4594
		);
4595
4596
		if ( is_null( $old_nonce ) ) {
4597
			$return = $wpdb->query(
4598
				$wpdb->prepare(
4599
					"INSERT INTO `$wpdb->options` (`option_name`, `option_value`, `autoload`) VALUES (%s, %s, %s)",
4600
					"jetpack_nonce_{$timestamp}_{$nonce}",
4601
					time(),
4602
					'no'
4603
				)
4604
			);
4605
		} else {
4606
			$return = false;
4607
		}
4608
4609
		$wpdb->show_errors( $show_errors );
4610
4611
		$nonces_used_this_request["$timestamp:$nonce"] = $return;
4612
4613
		return $return;
4614
	}
4615
4616
	/**
4617
	 * In some setups, $HTTP_RAW_POST_DATA can be emptied during some IXR_Server paths since it is passed by reference to various methods.
4618
	 * Capture it here so we can verify the signature later.
4619
	 */
4620
	function xmlrpc_methods( $methods ) {
4621
		$this->HTTP_RAW_POST_DATA = $GLOBALS['HTTP_RAW_POST_DATA'];
4622
		return $methods;
4623
	}
4624
4625
	function public_xmlrpc_methods( $methods ) {
4626
		if ( array_key_exists( 'wp.getOptions', $methods ) ) {
4627
			$methods['wp.getOptions'] = array( $this, 'jetpack_getOptions' );
4628
		}
4629
		return $methods;
4630
	}
4631
4632
	function jetpack_getOptions( $args ) {
4633
		global $wp_xmlrpc_server;
4634
4635
		$wp_xmlrpc_server->escape( $args );
4636
4637
		$username	= $args[1];
4638
		$password	= $args[2];
4639
4640
		if ( !$user = $wp_xmlrpc_server->login($username, $password) ) {
4641
			return $wp_xmlrpc_server->error;
4642
		}
4643
4644
		$options = array();
4645
		$user_data = $this->get_connected_user_data();
4646
		if ( is_array( $user_data ) ) {
4647
			$options['jetpack_user_id'] = array(
4648
				'desc'          => __( 'The WP.com user ID of the connected user', 'jetpack' ),
4649
				'readonly'      => true,
4650
				'value'         => $user_data['ID'],
4651
			);
4652
			$options['jetpack_user_login'] = array(
4653
				'desc'          => __( 'The WP.com username of the connected user', 'jetpack' ),
4654
				'readonly'      => true,
4655
				'value'         => $user_data['login'],
4656
			);
4657
			$options['jetpack_user_email'] = array(
4658
				'desc'          => __( 'The WP.com user email of the connected user', 'jetpack' ),
4659
				'readonly'      => true,
4660
				'value'         => $user_data['email'],
4661
			);
4662
			$options['jetpack_user_site_count'] = array(
4663
				'desc'          => __( 'The number of sites of the connected WP.com user', 'jetpack' ),
4664
				'readonly'      => true,
4665
				'value'         => $user_data['site_count'],
4666
			);
4667
		}
4668
		$wp_xmlrpc_server->blog_options = array_merge( $wp_xmlrpc_server->blog_options, $options );
4669
		$args = stripslashes_deep( $args );
4670
		return $wp_xmlrpc_server->wp_getOptions( $args );
4671
	}
4672
4673
	function xmlrpc_options( $options ) {
4674
		$jetpack_client_id = false;
4675
		if ( self::is_active() ) {
4676
			$jetpack_client_id = Jetpack_Options::get_option( 'id' );
4677
		}
4678
		$options['jetpack_version'] = array(
4679
				'desc'          => __( 'Jetpack Plugin Version', 'jetpack' ),
4680
				'readonly'      => true,
4681
				'value'         => JETPACK__VERSION,
4682
		);
4683
4684
		$options['jetpack_client_id'] = array(
4685
				'desc'          => __( 'The Client ID/WP.com Blog ID of this site', 'jetpack' ),
4686
				'readonly'      => true,
4687
				'value'         => $jetpack_client_id,
4688
		);
4689
		return $options;
4690
	}
4691
4692
	public static function clean_nonces( $all = false ) {
4693
		global $wpdb;
4694
4695
		$sql = "DELETE FROM `$wpdb->options` WHERE `option_name` LIKE %s";
4696
		if ( method_exists ( $wpdb , 'esc_like' ) ) {
4697
			$sql_args = array( $wpdb->esc_like( 'jetpack_nonce_' ) . '%' );
4698
		} else {
4699
			$sql_args = array( like_escape( 'jetpack_nonce_' ) . '%' );
4700
		}
4701
4702
		if ( true !== $all ) {
4703
			$sql .= ' AND CAST( `option_value` AS UNSIGNED ) < %d';
4704
			$sql_args[] = time() - 3600;
4705
		}
4706
4707
		$sql .= ' ORDER BY `option_id` LIMIT 100';
4708
4709
		$sql = $wpdb->prepare( $sql, $sql_args );
4710
4711
		for ( $i = 0; $i < 1000; $i++ ) {
4712
			if ( ! $wpdb->query( $sql ) ) {
4713
				break;
4714
			}
4715
		}
4716
	}
4717
4718
	/**
4719
	 * State is passed via cookies from one request to the next, but never to subsequent requests.
4720
	 * SET: state( $key, $value );
4721
	 * GET: $value = state( $key );
4722
	 *
4723
	 * @param string $key
4724
	 * @param string $value
4725
	 * @param bool $restate private
4726
	 */
4727
	public static function state( $key = null, $value = null, $restate = false ) {
4728
		static $state = array();
4729
		static $path, $domain;
4730
		if ( ! isset( $path ) ) {
4731
			require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
4732
			$admin_url = Jetpack::admin_url();
4733
			$bits      = parse_url( $admin_url );
4734
4735
			if ( is_array( $bits ) ) {
4736
				$path   = ( isset( $bits['path'] ) ) ? dirname( $bits['path'] ) : null;
4737
				$domain = ( isset( $bits['host'] ) ) ? $bits['host'] : null;
4738
			} else {
4739
				$path = $domain = null;
4740
			}
4741
		}
4742
4743
		// Extract state from cookies and delete cookies
4744
		if ( isset( $_COOKIE[ 'jetpackState' ] ) && is_array( $_COOKIE[ 'jetpackState' ] ) ) {
4745
			$yum = $_COOKIE[ 'jetpackState' ];
4746
			unset( $_COOKIE[ 'jetpackState' ] );
4747
			foreach ( $yum as $k => $v ) {
4748
				if ( strlen( $v ) )
4749
					$state[ $k ] = $v;
4750
				setcookie( "jetpackState[$k]", false, 0, $path, $domain );
4751
			}
4752
		}
4753
4754
		if ( $restate ) {
4755
			foreach ( $state as $k => $v ) {
4756
				setcookie( "jetpackState[$k]", $v, 0, $path, $domain );
4757
			}
4758
			return;
4759
		}
4760
4761
		// Get a state variable
4762
		if ( isset( $key ) && ! isset( $value ) ) {
4763
			if ( array_key_exists( $key, $state ) )
4764
				return $state[ $key ];
4765
			return null;
4766
		}
4767
4768
		// Set a state variable
4769
		if ( isset ( $key ) && isset( $value ) ) {
4770
			if( is_array( $value ) && isset( $value[0] ) ) {
4771
				$value = $value[0];
4772
			}
4773
			$state[ $key ] = $value;
4774
			setcookie( "jetpackState[$key]", $value, 0, $path, $domain );
4775
		}
4776
	}
4777
4778
	public static function restate() {
4779
		Jetpack::state( null, null, true );
4780
	}
4781
4782
	public static function check_privacy( $file ) {
4783
		static $is_site_publicly_accessible = null;
4784
4785
		if ( is_null( $is_site_publicly_accessible ) ) {
4786
			$is_site_publicly_accessible = false;
4787
4788
			Jetpack::load_xml_rpc_client();
4789
			$rpc = new Jetpack_IXR_Client();
4790
4791
			$success = $rpc->query( 'jetpack.isSitePubliclyAccessible', home_url() );
4792
			if ( $success ) {
4793
				$response = $rpc->getResponse();
4794
				if ( $response ) {
4795
					$is_site_publicly_accessible = true;
4796
				}
4797
			}
4798
4799
			Jetpack_Options::update_option( 'public', (int) $is_site_publicly_accessible );
4800
		}
4801
4802
		if ( $is_site_publicly_accessible ) {
4803
			return;
4804
		}
4805
4806
		$module_slug = self::get_module_slug( $file );
4807
4808
		$privacy_checks = Jetpack::state( 'privacy_checks' );
4809
		if ( ! $privacy_checks ) {
4810
			$privacy_checks = $module_slug;
4811
		} else {
4812
			$privacy_checks .= ",$module_slug";
4813
		}
4814
4815
		Jetpack::state( 'privacy_checks', $privacy_checks );
4816
	}
4817
4818
	/**
4819
	 * Helper method for multicall XMLRPC.
4820
	 */
4821
	public static function xmlrpc_async_call() {
4822
		global $blog_id;
4823
		static $clients = array();
4824
4825
		$client_blog_id = is_multisite() ? $blog_id : 0;
4826
4827
		if ( ! isset( $clients[$client_blog_id] ) ) {
4828
			Jetpack::load_xml_rpc_client();
4829
			$clients[$client_blog_id] = new Jetpack_IXR_ClientMulticall( array( 'user_id' => JETPACK_MASTER_USER, ) );
4830
			if ( function_exists( 'ignore_user_abort' ) ) {
4831
				ignore_user_abort( true );
4832
			}
4833
			add_action( 'shutdown', array( 'Jetpack', 'xmlrpc_async_call' ) );
4834
		}
4835
4836
		$args = func_get_args();
4837
4838
		if ( ! empty( $args[0] ) ) {
4839
			call_user_func_array( array( $clients[$client_blog_id], 'addCall' ), $args );
4840
		} elseif ( is_multisite() ) {
4841
			foreach ( $clients as $client_blog_id => $client ) {
4842
				if ( ! $client_blog_id || empty( $client->calls ) ) {
4843
					continue;
4844
				}
4845
4846
				$switch_success = switch_to_blog( $client_blog_id, true );
4847
				if ( ! $switch_success ) {
4848
					continue;
4849
				}
4850
4851
				flush();
4852
				$client->query();
4853
4854
				restore_current_blog();
4855
			}
4856
		} else {
4857
			if ( isset( $clients[0] ) && ! empty( $clients[0]->calls ) ) {
4858
				flush();
4859
				$clients[0]->query();
4860
			}
4861
		}
4862
	}
4863
4864
	public static function staticize_subdomain( $url ) {
4865
4866
		// Extract hostname from URL
4867
		$host = parse_url( $url, PHP_URL_HOST );
4868
4869
		// Explode hostname on '.'
4870
		$exploded_host = explode( '.', $host );
4871
4872
		// Retrieve the name and TLD
4873
		if ( count( $exploded_host ) > 1 ) {
4874
			$name = $exploded_host[ count( $exploded_host ) - 2 ];
4875
			$tld = $exploded_host[ count( $exploded_host ) - 1 ];
4876
			// Rebuild domain excluding subdomains
4877
			$domain = $name . '.' . $tld;
4878
		} else {
4879
			$domain = $host;
4880
		}
4881
		// Array of Automattic domains
4882
		$domain_whitelist = array( 'wordpress.com', 'wp.com' );
4883
4884
		// Return $url if not an Automattic domain
4885
		if ( ! in_array( $domain, $domain_whitelist ) ) {
4886
			return $url;
4887
		}
4888
4889
		if ( is_ssl() ) {
4890
			return preg_replace( '|https?://[^/]++/|', 'https://s-ssl.wordpress.com/', $url );
4891
		}
4892
4893
		srand( crc32( basename( $url ) ) );
4894
		$static_counter = rand( 0, 2 );
4895
		srand(); // this resets everything that relies on this, like array_rand() and shuffle()
4896
4897
		return preg_replace( '|://[^/]+?/|', "://s$static_counter.wp.com/", $url );
4898
	}
4899
4900
/* JSON API Authorization */
4901
4902
	/**
4903
	 * Handles the login action for Authorizing the JSON API
4904
	 */
4905
	function login_form_json_api_authorization() {
4906
		$this->verify_json_api_authorization_request();
4907
4908
		add_action( 'wp_login', array( &$this, 'store_json_api_authorization_token' ), 10, 2 );
4909
4910
		add_action( 'login_message', array( &$this, 'login_message_json_api_authorization' ) );
4911
		add_action( 'login_form', array( &$this, 'preserve_action_in_login_form_for_json_api_authorization' ) );
4912
		add_filter( 'site_url', array( &$this, 'post_login_form_to_signed_url' ), 10, 3 );
4913
	}
4914
4915
	// Make sure the login form is POSTed to the signed URL so we can reverify the request
4916
	function post_login_form_to_signed_url( $url, $path, $scheme ) {
4917
		if ( 'wp-login.php' !== $path || ( 'login_post' !== $scheme && 'login' !== $scheme ) ) {
4918
			return $url;
4919
		}
4920
4921
		$parsed_url = parse_url( $url );
4922
		$url = strtok( $url, '?' );
4923
		$url = "$url?{$_SERVER['QUERY_STRING']}";
4924
		if ( ! empty( $parsed_url['query'] ) )
4925
			$url .= "&{$parsed_url['query']}";
4926
4927
		return $url;
4928
	}
4929
4930
	// Make sure the POSTed request is handled by the same action
4931
	function preserve_action_in_login_form_for_json_api_authorization() {
4932
		echo "<input type='hidden' name='action' value='jetpack_json_api_authorization' />\n";
4933
		echo "<input type='hidden' name='jetpack_json_api_original_query' value='" . esc_url( set_url_scheme( $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'] ) ) . "' />\n";
4934
	}
4935
4936
	// If someone logs in to approve API access, store the Access Code in usermeta
4937
	function store_json_api_authorization_token( $user_login, $user ) {
4938
		add_filter( 'login_redirect', array( &$this, 'add_token_to_login_redirect_json_api_authorization' ), 10, 3 );
4939
		add_filter( 'allowed_redirect_hosts', array( &$this, 'allow_wpcom_public_api_domain' ) );
4940
		$token = wp_generate_password( 32, false );
4941
		update_user_meta( $user->ID, 'jetpack_json_api_' . $this->json_api_authorization_request['client_id'], $token );
4942
	}
4943
4944
	// Add public-api.wordpress.com to the safe redirect whitelist - only added when someone allows API access
4945
	function allow_wpcom_public_api_domain( $domains ) {
4946
		$domains[] = 'public-api.wordpress.com';
4947
		return $domains;
4948
	}
4949
4950
	// Add the Access Code details to the public-api.wordpress.com redirect
4951
	function add_token_to_login_redirect_json_api_authorization( $redirect_to, $original_redirect_to, $user ) {
4952
		return add_query_arg(
4953
			urlencode_deep(
4954
				array(
4955
					'jetpack-code'    => get_user_meta( $user->ID, 'jetpack_json_api_' . $this->json_api_authorization_request['client_id'], true ),
4956
					'jetpack-user-id' => (int) $user->ID,
4957
					'jetpack-state'   => $this->json_api_authorization_request['state'],
4958
				)
4959
			),
4960
			$redirect_to
4961
		);
4962
	}
4963
4964
	// Verifies the request by checking the signature
4965
	function verify_json_api_authorization_request() {
4966
		require_once JETPACK__PLUGIN_DIR . 'class.jetpack-signature.php';
4967
4968
		$token = Jetpack_Data::get_access_token( JETPACK_MASTER_USER );
4969
		if ( ! $token || empty( $token->secret ) ) {
4970
			wp_die( __( 'You must connect your Jetpack plugin to WordPress.com to use this feature.' , 'jetpack' ) );
4971
		}
4972
4973
		$die_error = __( 'Someone may be trying to trick you into giving them access to your site.  Or it could be you just encountered a bug :).  Either way, please close this window.', 'jetpack' );
4974
4975
		$jetpack_signature = new Jetpack_Signature( $token->secret, (int) Jetpack_Options::get_option( 'time_diff' ) );
4976
4977
		if ( isset( $_POST['jetpack_json_api_original_query'] ) ) {
4978
			$signature = $jetpack_signature->sign_request( $_GET['token'], $_GET['timestamp'], $_GET['nonce'], '', 'GET', $_POST['jetpack_json_api_original_query'], null, true );
4979
		} else {
4980
			$signature = $jetpack_signature->sign_current_request( array( 'body' => null, 'method' => 'GET' ) );
4981
		}
4982
4983
		if ( ! $signature ) {
4984
			wp_die( $die_error );
4985
		} else if ( is_wp_error( $signature ) ) {
4986
			wp_die( $die_error );
4987
		} else if ( ! hash_equals( $signature, $_GET['signature'] ) ) {
4988
			if ( is_ssl() ) {
4989
				// If we signed an HTTP request on the Jetpack Servers, but got redirected to HTTPS by the local blog, check the HTTP signature as well
4990
				$signature = $jetpack_signature->sign_current_request( array( 'scheme' => 'http', 'body' => null, 'method' => 'GET' ) );
4991
				if ( ! $signature || is_wp_error( $signature ) || ! hash_equals( $signature, $_GET['signature'] ) ) {
4992
					wp_die( $die_error );
4993
				}
4994
			} else {
4995
				wp_die( $die_error );
4996
			}
4997
		}
4998
4999
		$timestamp = (int) $_GET['timestamp'];
5000
		$nonce     = stripslashes( (string) $_GET['nonce'] );
5001
5002
		if ( ! $this->add_nonce( $timestamp, $nonce ) ) {
5003
			// De-nonce the nonce, at least for 5 minutes.
5004
			// We have to reuse this nonce at least once (used the first time when the initial request is made, used a second time when the login form is POSTed)
5005
			$old_nonce_time = get_option( "jetpack_nonce_{$timestamp}_{$nonce}" );
5006
			if ( $old_nonce_time < time() - 300 ) {
5007
				wp_die( __( 'The authorization process expired.  Please go back and try again.' , 'jetpack' ) );
5008
			}
5009
		}
5010
5011
		$data = json_decode( base64_decode( stripslashes( $_GET['data'] ) ) );
5012
		$data_filters = array(
5013
			'state'        => 'opaque',
5014
			'client_id'    => 'int',
5015
			'client_title' => 'string',
5016
			'client_image' => 'url',
5017
		);
5018
5019
		foreach ( $data_filters as $key => $sanitation ) {
5020
			if ( ! isset( $data->$key ) ) {
5021
				wp_die( $die_error );
5022
			}
5023
5024
			switch ( $sanitation ) {
5025
			case 'int' :
5026
				$this->json_api_authorization_request[$key] = (int) $data->$key;
5027
				break;
5028
			case 'opaque' :
5029
				$this->json_api_authorization_request[$key] = (string) $data->$key;
5030
				break;
5031
			case 'string' :
5032
				$this->json_api_authorization_request[$key] = wp_kses( (string) $data->$key, array() );
5033
				break;
5034
			case 'url' :
5035
				$this->json_api_authorization_request[$key] = esc_url_raw( (string) $data->$key );
5036
				break;
5037
			}
5038
		}
5039
5040
		if ( empty( $this->json_api_authorization_request['client_id'] ) ) {
5041
			wp_die( $die_error );
5042
		}
5043
	}
5044
5045
	function login_message_json_api_authorization( $message ) {
5046
		return '<p class="message">' . sprintf(
5047
			esc_html__( '%s wants to access your site&#8217;s data.  Log in to authorize that access.' , 'jetpack' ),
5048
			'<strong>' . esc_html( $this->json_api_authorization_request['client_title'] ) . '</strong>'
5049
		) . '<img src="' . esc_url( $this->json_api_authorization_request['client_image'] ) . '" /></p>';
5050
	}
5051
5052
	/**
5053
	 * Get $content_width, but with a <s>twist</s> filter.
5054
	 */
5055
	public static function get_content_width() {
5056
		$content_width = isset( $GLOBALS['content_width'] ) ? $GLOBALS['content_width'] : false;
5057
		/**
5058
		 * Filter the Content Width value.
5059
		 *
5060
		 * @since 2.2.3
5061
		 *
5062
		 * @param string $content_width Content Width value.
5063
		 */
5064
		return apply_filters( 'jetpack_content_width', $content_width );
5065
	}
5066
5067
	/**
5068
	 * Centralize the function here until it gets added to core.
5069
	 *
5070
	 * @param int|string|object $id_or_email A user ID,  email address, or comment object
5071
	 * @param int $size Size of the avatar image
5072
	 * @param string $default URL to a default image to use if no avatar is available
5073
	 * @param bool $force_display Whether to force it to return an avatar even if show_avatars is disabled
5074
	 *
5075
	 * @return array First element is the URL, second is the class.
5076
	 */
5077
	public static function get_avatar_url( $id_or_email, $size = 96, $default = '', $force_display = false ) {
5078
		// Don't bother adding the __return_true filter if it's already there.
5079
		$has_filter = has_filter( 'pre_option_show_avatars', '__return_true' );
5080
5081
		if ( $force_display && ! $has_filter )
5082
			add_filter( 'pre_option_show_avatars', '__return_true' );
5083
5084
		$avatar = get_avatar( $id_or_email, $size, $default );
5085
5086
		if ( $force_display && ! $has_filter )
5087
			remove_filter( 'pre_option_show_avatars', '__return_true' );
5088
5089
		// If no data, fail out.
5090
		if ( is_wp_error( $avatar ) || ! $avatar )
5091
			return array( null, null );
5092
5093
		// Pull out the URL.  If it's not there, fail out.
5094
		if ( ! preg_match( '/src=["\']([^"\']+)["\']/', $avatar, $url_matches ) )
5095
			return array( null, null );
5096
		$url = wp_specialchars_decode( $url_matches[1], ENT_QUOTES );
5097
5098
		// Pull out the class, but it's not a big deal if it's missing.
5099
		$class = '';
5100
		if ( preg_match( '/class=["\']([^"\']+)["\']/', $avatar, $class_matches ) )
5101
			$class = wp_specialchars_decode( $class_matches[1], ENT_QUOTES );
5102
5103
		return array( $url, $class );
5104
	}
5105
5106
	/**
5107
	 * Pings the WordPress.com Mirror Site for the specified options.
5108
	 *
5109
	 * @param string|array $option_names The option names to request from the WordPress.com Mirror Site
5110
	 *
5111
	 * @return array An associative array of the option values as stored in the WordPress.com Mirror Site
5112
	 */
5113
	public function get_cloud_site_options( $option_names ) {
5114
		$option_names = array_filter( (array) $option_names, 'is_string' );
5115
5116
		Jetpack::load_xml_rpc_client();
5117
		$xml = new Jetpack_IXR_Client( array( 'user_id' => JETPACK_MASTER_USER, ) );
5118
		$xml->query( 'jetpack.fetchSiteOptions', $option_names );
5119
		if ( $xml->isError() ) {
5120
			return array(
5121
				'error_code' => $xml->getErrorCode(),
5122
				'error_msg'  => $xml->getErrorMessage(),
5123
			);
5124
		}
5125
		$cloud_site_options = $xml->getResponse();
5126
5127
		return $cloud_site_options;
5128
	}
5129
5130
	/**
5131
	 * Fetch the filtered array of options that we should compare to determine an identity crisis.
5132
	 *
5133
	 * @return array An array of options to check.
5134
	 */
5135
	public static function identity_crisis_options_to_check() {
5136
		return array(
5137
			'siteurl',
5138
			'home',
5139
		);
5140
	}
5141
5142
	/**
5143
	 * Checks to make sure that local options have the same values as remote options.  Will cache the results for up to 24 hours.
5144
	 *
5145
	 * @param bool $force_recheck Whether to ignore any cached transient and manually re-check.
5146
	 *
5147
	 * @return array An array of options that do not match.  If everything is good, it will evaluate to false.
5148
	 */
5149
	public static function check_identity_crisis( $force_recheck = false ) {
5150
		if ( ! Jetpack::is_active() || Jetpack::is_development_mode() || Jetpack::is_staging_site() )
5151
			return false;
5152
5153
		if ( $force_recheck || false === ( $errors = get_transient( 'jetpack_has_identity_crisis' ) ) ) {
5154
			$options_to_check = self::identity_crisis_options_to_check();
5155
			$cloud_options = Jetpack::init()->get_cloud_site_options( $options_to_check );
5156
			$errors        = array();
5157
5158
			foreach ( $cloud_options as $cloud_key => $cloud_value ) {
5159
5160
				// If it's not the same as the local value...
5161
				if ( $cloud_value !== get_option( $cloud_key ) ) {
5162
5163
					// Break out if we're getting errors.  We are going to check the error keys later when we alert.
5164
					if ( 'error_code' == $cloud_key ) {
5165
						$errors[ $cloud_key ] = $cloud_value;
5166
						break;
5167
					}
5168
5169
					$parsed_cloud_value = parse_url( $cloud_value );
5170
					// If the current options is an IP address
5171
					if ( filter_var( $parsed_cloud_value['host'], FILTER_VALIDATE_IP ) ) {
5172
						// Give the new value a Jetpack to fly in to the clouds
5173
						Jetpack::resolve_identity_crisis( $cloud_key );
5174
						continue;
5175
					}
5176
5177
					// And it's not been added to the whitelist...
5178
					if ( ! self::is_identity_crisis_value_whitelisted( $cloud_key, $cloud_value ) ) {
5179
						/*
5180
						 * This should be a temporary hack until a cleaner solution is found.
5181
						 *
5182
						 * The siteurl and home can be set to use http in General > Settings
5183
						 * however some constants can be defined that can force https in wp-admin
5184
						 * when this happens wpcom can confuse wporg with a fake identity
5185
						 * crisis with a mismatch of http vs https when it should be allowed.
5186
						 * we need to check that here.
5187
						 *
5188
						 * @see https://github.com/Automattic/jetpack/issues/1006
5189
						 */
5190
						if ( ( 'home' == $cloud_key || 'siteurl' == $cloud_key )
5191
							&& ( substr( $cloud_value, 0, 8 ) == "https://" )
5192
							&& Jetpack::init()->is_ssl_required_to_visit_site() ) {
5193
							// Ok, we found a mismatch of http and https because of wp-config, not an invalid url
5194
							continue;
5195
						}
5196
5197
5198
						// Then kick an error!
5199
						$errors[ $cloud_key ] = $cloud_value;
5200
					}
5201
				}
5202
			}
5203
		}
5204
5205
		/**
5206
		 * Filters the errors returned when checking for an Identity Crisis.
5207
		 *
5208
		 * @since 2.3.2
5209
		 *
5210
		 * @param array $errors Array of Identity Crisis errors.
5211
		 * @param bool $force_recheck Ignore any cached transient and manually re-check. Default to false.
5212
		 */
5213
		return apply_filters( 'jetpack_has_identity_crisis', $errors, $force_recheck );
5214
	}
5215
5216
	/*
5217
	 * Resolve ID crisis
5218
	 *
5219
	 * If the URL has changed, but the rest of the options are the same (i.e. blog/user tokens)
5220
	 * The user has the option to update the shadow site with the new URL before a new
5221
	 * token is created.
5222
	 *
5223
	 * @param $key : Which option to sync.  null defautlts to home and siteurl
5224
	 */
5225
	public static function resolve_identity_crisis( $key = null ) {
5226
		if ( $key ) {
5227
			$identity_options = array( $key );
5228
		} else {
5229
			$identity_options = self::identity_crisis_options_to_check();
5230
		}
5231
5232
		if ( is_array( $identity_options ) ) {
5233
			foreach( $identity_options as $identity_option ) {
5234
				/**
5235
				 * Fires when a shadow site option is updated.
5236
				 * These options are updated via the Identity Crisis UI.
5237
				 * $identity_option is the option that gets updated.
5238
				 *
5239
				 * @since 3.7.0
5240
				 */
5241
				do_action( "update_option_{$identity_option}" );
5242
			}
5243
		}
5244
	}
5245
5246
	/*
5247
	 * Whitelist URL
5248
	 *
5249
	 * Ignore the URL differences between the blog and the shadow site.
5250
	 */
5251
	public static function whitelist_current_url() {
5252
		$options_to_check = Jetpack::identity_crisis_options_to_check();
5253
		$cloud_options = Jetpack::init()->get_cloud_site_options( $options_to_check );
5254
5255
		foreach ( $cloud_options as $cloud_key => $cloud_value ) {
5256
			Jetpack::whitelist_identity_crisis_value( $cloud_key, $cloud_value );
5257
		}
5258
	}
5259
5260
	/*
5261
	 * Ajax callbacks for ID crisis resolutions
5262
	 *
5263
	 * Things that could happen here:
5264
	 *  - site_migrated : Update the URL on the shadow blog to match new domain
5265
	 *  - whitelist     : Ignore the URL difference
5266
	 *  - default       : Error message
5267
	 */
5268
	public static function resolve_identity_crisis_ajax_callback() {
5269
		check_ajax_referer( 'resolve-identity-crisis', 'ajax-nonce' );
5270
5271
		switch ( $_POST[ 'crisis_resolution_action' ] ) {
5272
			case 'site_migrated':
5273
				Jetpack::resolve_identity_crisis();
5274
				echo 'resolved';
5275
				break;
5276
5277
			case 'whitelist':
5278
				Jetpack::whitelist_current_url();
5279
				echo 'whitelisted';
5280
				break;
5281
5282
			case 'reset_connection':
5283
				// Delete the options first so it doesn't get confused which site to disconnect dotcom-side
5284
				Jetpack_Options::delete_option(
5285
					array(
5286
						'register',
5287
						'blog_token',
5288
						'user_token',
5289
						'user_tokens',
5290
						'master_user',
5291
						'time_diff',
5292
						'fallback_no_verify_ssl_certs',
5293
						'id',
5294
					)
5295
				);
5296
				delete_transient( 'jetpack_has_identity_crisis' );
5297
5298
				echo 'reset-connection-success';
5299
				break;
5300
5301
			default:
5302
				echo 'missing action';
5303
				break;
5304
		}
5305
5306
		wp_die();
5307
	}
5308
5309
	/**
5310
	 * Adds a value to the whitelist for the specified key.
5311
	 *
5312
	 * @param string $key The option name that we're whitelisting the value for.
5313
	 * @param string $value The value that we're intending to add to the whitelist.
5314
	 *
5315
	 * @return bool Whether the value was added to the whitelist, or false if it was already there.
5316
	 */
5317
	public static function whitelist_identity_crisis_value( $key, $value ) {
5318
		if ( Jetpack::is_identity_crisis_value_whitelisted( $key, $value ) ) {
5319
			return false;
5320
		}
5321
5322
		$whitelist = Jetpack_Options::get_option( 'identity_crisis_whitelist', array() );
5323
		if ( empty( $whitelist[ $key ] ) || ! is_array( $whitelist[ $key ] ) ) {
5324
			$whitelist[ $key ] = array();
5325
		}
5326
		array_push( $whitelist[ $key ], $value );
5327
5328
		Jetpack_Options::update_option( 'identity_crisis_whitelist', $whitelist );
5329
		return true;
5330
	}
5331
5332
	/**
5333
	 * Checks whether a value is already whitelisted.
5334
	 *
5335
	 * @param string $key The option name that we're checking the value for.
5336
	 * @param string $value The value that we're curious to see if it's on the whitelist.
5337
	 *
5338
	 * @return bool Whether the value is whitelisted.
5339
	 */
5340
	public static function is_identity_crisis_value_whitelisted( $key, $value ) {
5341
		$whitelist = Jetpack_Options::get_option( 'identity_crisis_whitelist', array() );
5342
		if ( ! empty( $whitelist[ $key ] ) && is_array( $whitelist[ $key ] ) && in_array( $value, $whitelist[ $key ] ) ) {
5343
			return true;
5344
		}
5345
		return false;
5346
	}
5347
5348
	/**
5349
	 * Checks whether the home and siteurl specifically are whitelisted
5350
	 * Written so that we don't have re-check $key and $value params every time
5351
	 * we want to check if this site is whitelisted, for example in footer.php
5352
	 *
5353
	 * @return bool True = already whitelisted False = not whitelisted
5354
	 */
5355
	public static function is_staging_site() {
5356
		$is_staging = false;
5357
5358
		$current_whitelist = Jetpack_Options::get_option( 'identity_crisis_whitelist' );
5359
		if ( $current_whitelist && ! get_transient( 'jetpack_checked_is_staging' ) ) {
5360
			$options_to_check  = Jetpack::identity_crisis_options_to_check();
5361
			$cloud_options     = Jetpack::init()->get_cloud_site_options( $options_to_check );
5362
5363
			foreach ( $cloud_options as $cloud_key => $cloud_value ) {
5364
				if ( self::is_identity_crisis_value_whitelisted( $cloud_key, $cloud_value ) ) {
5365
					$is_staging = true;
5366
					break;
5367
				}
5368
			}
5369
			// set a flag so we don't check again for an hour
5370
			set_transient( 'jetpack_checked_is_staging', 1, HOUR_IN_SECONDS );
5371
		}
5372
		$known_staging = array(
5373
			'urls' => array(
5374
				'#\.staging\.wpengine\.com$#i',
5375
				),
5376
			'constants' => array(
5377
				'IS_WPE_SNAPSHOT',
5378
				'KINSTA_DEV_ENV',
5379
				'JETPACK_STAGING_MODE',
5380
				)
5381
			);
5382
		/**
5383
		 * Filters the flags of known staging sites.
5384
		 *
5385
		 * @since 3.9.0
5386
		 *
5387
		 * @param array $known_staging {
5388
		 *     An array of arrays that each are used to check if the current site is staging.
5389
		 *     @type array $urls      URLs of staging sites in regex to check against site_url.
5390
		 *     @type array $constants PHP constants of known staging/developement environments.
5391
		 *  }
5392
		 */
5393
		$known_staging = apply_filters( 'jetpack_known_staging', $known_staging );
5394
5395
		if ( isset( $known_staging['urls'] ) ) {
5396
			foreach ( $known_staging['urls'] as $url ){
5397
				if ( preg_match( $url, site_url() ) ) {
5398
					$is_staging = true;
5399
					break;
5400
				}
5401
			}
5402
		}
5403
5404
		if ( isset( $known_staging['constants'] ) ) {
5405
			foreach ( $known_staging['constants'] as $constant ) {
5406
				if ( defined( $constant ) && constant( $constant ) ) {
5407
					$is_staging = true;
5408
				}
5409
			}
5410
		}
5411
5412
		/**
5413
		 * Filters is_staging_site check.
5414
		 *
5415
		 * @since 3.9.0
5416
		 *
5417
		 * @param bool $is_staging If the current site is a staging site.
5418
		 */
5419
		return apply_filters( 'jetpack_is_staging_site', $is_staging );
5420
	}
5421
5422
	public function identity_crisis_js( $nonce ) {
5423
?>
5424
<script>
5425
(function( $ ) {
5426
	var SECOND_IN_MS = 1000;
5427
5428
	function contactSupport( e ) {
5429
		e.preventDefault();
5430
		$( '.jp-id-crisis-question' ).hide();
5431
		$( '#jp-id-crisis-contact-support' ).show();
5432
	}
5433
5434
	function autodismissSuccessBanner() {
5435
		$( '.jp-identity-crisis' ).fadeOut(600); //.addClass( 'dismiss' );
5436
	}
5437
5438
	var data = { action: 'jetpack_resolve_identity_crisis', 'ajax-nonce': '<?php echo $nonce; ?>' };
5439
5440
	$( document ).ready(function() {
5441
5442
		// Site moved: Update the URL on the shadow blog
5443
		$( '.site-moved' ).click(function( e ) {
5444
			e.preventDefault();
5445
			data.crisis_resolution_action = 'site_migrated';
5446
			$( '#jp-id-crisis-question-1 .spinner' ).show();
5447
			$.post( ajaxurl, data, function() {
5448
				$( '.jp-id-crisis-question' ).hide();
5449
				$( '.banner-title' ).hide();
5450
				$( '#jp-id-crisis-success' ).show();
5451
				setTimeout( autodismissSuccessBanner, 6 * SECOND_IN_MS );
5452
			});
5453
5454
		});
5455
5456
		// URL hasn't changed, next question please.
5457
		$( '.site-not-moved' ).click(function( e ) {
5458
			e.preventDefault();
5459
			$( '.jp-id-crisis-question' ).hide();
5460
			$( '#jp-id-crisis-question-2' ).show();
5461
		});
5462
5463
		// Reset connection: two separate sites.
5464
		$( '.reset-connection' ).click(function( e ) {
5465
			data.crisis_resolution_action = 'reset_connection';
5466
			$.post( ajaxurl, data, function( response ) {
5467
				if ( 'reset-connection-success' === response ) {
5468
					window.location.replace( '<?php echo Jetpack::admin_url(); ?>' );
5469
				}
5470
			});
5471
		});
5472
5473
		// It's a dev environment.  Ignore.
5474
		$( '.is-dev-env' ).click(function( e ) {
5475
			data.crisis_resolution_action = 'whitelist';
5476
			$( '#jp-id-crisis-question-2 .spinner' ).show();
5477
			$.post( ajaxurl, data, function() {
5478
				$( '.jp-id-crisis-question' ).hide();
5479
				$( '.banner-title' ).hide();
5480
				$( '#jp-id-crisis-success' ).show();
5481
				setTimeout( autodismissSuccessBanner, 4 * SECOND_IN_MS );
5482
			});
5483
		});
5484
5485
		$( '.not-reconnecting' ).click(contactSupport);
5486
		$( '.not-staging-or-dev' ).click(contactSupport);
5487
	});
5488
})( jQuery );
5489
</script>
5490
<?php
5491
	}
5492
5493
	/**
5494
	 * Maybe Use a .min.css stylesheet, maybe not.
5495
	 *
5496
	 * Hooks onto `plugins_url` filter at priority 1, and accepts all 3 args.
5497
	 */
5498
	public static function maybe_min_asset( $url, $path, $plugin ) {
5499
		// Short out on things trying to find actual paths.
5500
		if ( ! $path || empty( $plugin ) ) {
5501
			return $url;
5502
		}
5503
5504
		// Strip out the abspath.
5505
		$base = dirname( plugin_basename( $plugin ) );
5506
5507
		// Short out on non-Jetpack assets.
5508
		if ( 'jetpack/' !== substr( $base, 0, 8 ) ) {
5509
			return $url;
5510
		}
5511
5512
		// File name parsing.
5513
		$file              = "{$base}/{$path}";
5514
		$full_path         = JETPACK__PLUGIN_DIR . substr( $file, 8 );
5515
		$file_name         = substr( $full_path, strrpos( $full_path, '/' ) + 1 );
5516
		$file_name_parts_r = array_reverse( explode( '.', $file_name ) );
5517
		$extension         = array_shift( $file_name_parts_r );
5518
5519
		if ( in_array( strtolower( $extension ), array( 'css', 'js' ) ) ) {
5520
			// Already pointing at the minified version.
5521
			if ( 'min' === $file_name_parts_r[0] ) {
5522
				return $url;
5523
			}
5524
5525
			$min_full_path = preg_replace( "#\.{$extension}$#", ".min.{$extension}", $full_path );
5526
			if ( file_exists( $min_full_path ) ) {
5527
				$url = preg_replace( "#\.{$extension}$#", ".min.{$extension}", $url );
5528
			}
5529
		}
5530
5531
		return $url;
5532
	}
5533
5534
	/**
5535
	 * Maybe inlines a stylesheet.
5536
	 *
5537
	 * If you'd like to inline a stylesheet instead of printing a link to it,
5538
	 * wp_style_add_data( 'handle', 'jetpack-inline', true );
5539
	 *
5540
	 * Attached to `style_loader_tag` filter.
5541
	 *
5542
	 * @param string $tag The tag that would link to the external asset.
5543
	 * @param string $handle The registered handle of the script in question.
5544
	 *
5545
	 * @return string
5546
	 */
5547
	public static function maybe_inline_style( $tag, $handle ) {
5548
		global $wp_styles;
5549
		$item = $wp_styles->registered[ $handle ];
5550
5551
		if ( ! isset( $item->extra['jetpack-inline'] ) || ! $item->extra['jetpack-inline'] ) {
5552
			return $tag;
5553
		}
5554
5555
		if ( preg_match( '# href=\'([^\']+)\' #i', $tag, $matches ) ) {
5556
			$href = $matches[1];
5557
			// Strip off query string
5558
			if ( $pos = strpos( $href, '?' ) ) {
5559
				$href = substr( $href, 0, $pos );
5560
			}
5561
			// Strip off fragment
5562
			if ( $pos = strpos( $href, '#' ) ) {
5563
				$href = substr( $href, 0, $pos );
5564
			}
5565
		} else {
5566
			return $tag;
5567
		}
5568
5569
		$plugins_dir = plugin_dir_url( JETPACK__PLUGIN_FILE );
5570
		if ( $plugins_dir !== substr( $href, 0, strlen( $plugins_dir ) ) ) {
5571
			return $tag;
5572
		}
5573
5574
		// If this stylesheet has a RTL version, and the RTL version replaces normal...
5575
		if ( isset( $item->extra['rtl'] ) && 'replace' === $item->extra['rtl'] && is_rtl() ) {
5576
			// And this isn't the pass that actually deals with the RTL version...
5577
			if ( false === strpos( $tag, " id='$handle-rtl-css' " ) ) {
5578
				// Short out, as the RTL version will deal with it in a moment.
5579
				return $tag;
5580
			}
5581
		}
5582
5583
		$file = JETPACK__PLUGIN_DIR . substr( $href, strlen( $plugins_dir ) );
5584
		$css  = Jetpack::absolutize_css_urls( file_get_contents( $file ), $href );
5585
		if ( $css ) {
5586
			$tag = "<!-- Inline {$item->handle} -->\r\n";
5587
			if ( empty( $item->extra['after'] ) ) {
5588
				wp_add_inline_style( $handle, $css );
5589
			} else {
5590
				array_unshift( $item->extra['after'], $css );
5591
				wp_style_add_data( $handle, 'after', $item->extra['after'] );
5592
			}
5593
		}
5594
5595
		return $tag;
5596
	}
5597
5598
	/**
5599
	 * Loads a view file from the views
5600
	 *
5601
	 * Data passed in with the $data parameter will be available in the
5602
	 * template file as $data['value']
5603
	 *
5604
	 * @param string $template - Template file to load
5605
	 * @param array $data - Any data to pass along to the template
5606
	 * @return boolean - If template file was found
5607
	 **/
5608
	public function load_view( $template, $data = array() ) {
5609
		$views_dir = JETPACK__PLUGIN_DIR . 'views/';
5610
5611
		if( file_exists( $views_dir . $template ) ) {
5612
			require_once( $views_dir . $template );
5613
			return true;
5614
		}
5615
5616
		error_log( "Jetpack: Unable to find view file $views_dir$template" );
5617
		return false;
5618
	}
5619
5620
	/**
5621
	 * Throws warnings for deprecated hooks to be removed from Jetpack
5622
	 */
5623
	public function deprecated_hooks() {
5624
		global $wp_filter;
5625
5626
		/*
5627
		 * Format:
5628
		 * deprecated_filter_name => replacement_name
5629
		 *
5630
		 * If there is no replacement us null for replacement_name
5631
		 */
5632
		$deprecated_list = array(
5633
			'jetpack_bail_on_shortcode'                              => 'jetpack_shortcodes_to_include',
5634
			'wpl_sharing_2014_1'                                     => null,
5635
			'jetpack-tools-to-include'                               => 'jetpack_tools_to_include',
5636
			'jetpack_identity_crisis_options_to_check'               => null,
5637
			'update_option_jetpack_single_user_site'                 => null,
5638
			'audio_player_default_colors'                            => null,
5639
			'add_option_jetpack_featured_images_enabled'             => null,
5640
			'add_option_jetpack_update_details'                      => null,
5641
			'add_option_jetpack_updates'                             => null,
5642
			'add_option_jetpack_network_name'                        => null,
5643
			'add_option_jetpack_network_allow_new_registrations'     => null,
5644
			'add_option_jetpack_network_add_new_users'               => null,
5645
			'add_option_jetpack_network_site_upload_space'           => null,
5646
			'add_option_jetpack_network_upload_file_types'           => null,
5647
			'add_option_jetpack_network_enable_administration_menus' => null,
5648
			'add_option_jetpack_is_multi_site'                       => null,
5649
			'add_option_jetpack_is_main_network'                     => null,
5650
			'add_option_jetpack_main_network_site'                   => null,
5651
			'jetpack_sync_all_registered_options'                    => null,
5652
		);
5653
5654
		// This is a silly loop depth. Better way?
5655
		foreach( $deprecated_list AS $hook => $hook_alt ) {
5656
			if( isset( $wp_filter[ $hook ] ) && is_array( $wp_filter[ $hook ] ) ) {
5657
				foreach( $wp_filter[$hook] AS $func => $values ) {
5658
					foreach( $values AS $hooked ) {
5659
						_deprecated_function( $hook . ' used for ' . $hooked['function'], null, $hook_alt );
5660
					}
5661
				}
5662
			}
5663
		}
5664
	}
5665
5666
	/**
5667
	 * Converts any url in a stylesheet, to the correct absolute url.
5668
	 *
5669
	 * Considerations:
5670
	 *  - Normal, relative URLs     `feh.png`
5671
	 *  - Data URLs                 `data:image/gif;base64,eh129ehiuehjdhsa==`
5672
	 *  - Schema-agnostic URLs      `//domain.com/feh.png`
5673
	 *  - Absolute URLs             `http://domain.com/feh.png`
5674
	 *  - Domain root relative URLs `/feh.png`
5675
	 *
5676
	 * @param $css string: The raw CSS -- should be read in directly from the file.
5677
	 * @param $css_file_url : The URL that the file can be accessed at, for calculating paths from.
5678
	 *
5679
	 * @return mixed|string
5680
	 */
5681
	public static function absolutize_css_urls( $css, $css_file_url ) {
5682
		$pattern = '#url\((?P<path>[^)]*)\)#i';
5683
		$css_dir = dirname( $css_file_url );
5684
		$p       = parse_url( $css_dir );
5685
		$domain  = sprintf(
5686
					'%1$s//%2$s%3$s%4$s',
5687
					isset( $p['scheme'] )           ? "{$p['scheme']}:" : '',
5688
					isset( $p['user'], $p['pass'] ) ? "{$p['user']}:{$p['pass']}@" : '',
5689
					$p['host'],
5690
					isset( $p['port'] )             ? ":{$p['port']}" : ''
5691
				);
5692
5693
		if ( preg_match_all( $pattern, $css, $matches, PREG_SET_ORDER ) ) {
5694
			$find = $replace = array();
5695
			foreach ( $matches as $match ) {
5696
				$url = trim( $match['path'], "'\" \t" );
5697
5698
				// If this is a data url, we don't want to mess with it.
5699
				if ( 'data:' === substr( $url, 0, 5 ) ) {
5700
					continue;
5701
				}
5702
5703
				// If this is an absolute or protocol-agnostic url,
5704
				// we don't want to mess with it.
5705
				if ( preg_match( '#^(https?:)?//#i', $url ) ) {
5706
					continue;
5707
				}
5708
5709
				switch ( substr( $url, 0, 1 ) ) {
5710
					case '/':
5711
						$absolute = $domain . $url;
5712
						break;
5713
					default:
5714
						$absolute = $css_dir . '/' . $url;
5715
				}
5716
5717
				$find[]    = $match[0];
5718
				$replace[] = sprintf( 'url("%s")', $absolute );
5719
			}
5720
			$css = str_replace( $find, $replace, $css );
5721
		}
5722
5723
		return $css;
5724
	}
5725
5726
	/**
5727
	 * This method checks to see if SSL is required by the site in
5728
	 * order to visit it in some way other than only setting the
5729
	 * https value in the home or siteurl values.
5730
	 *
5731
	 * @since 3.2
5732
	 * @return boolean
5733
	 **/
5734
	private function is_ssl_required_to_visit_site() {
5735
		global $wp_version;
5736
		$ssl = is_ssl();
5737
5738
		if ( force_ssl_admin() ) {
5739
			$ssl = true;
5740
		}
5741
		return $ssl;
5742
	}
5743
5744
	/**
5745
	 * This methods removes all of the registered css files on the frontend
5746
	 * from Jetpack in favor of using a single file. In effect "imploding"
5747
	 * all the files into one file.
5748
	 *
5749
	 * Pros:
5750
	 * - Uses only ONE css asset connection instead of 15
5751
	 * - Saves a minimum of 56k
5752
	 * - Reduces server load
5753
	 * - Reduces time to first painted byte
5754
	 *
5755
	 * Cons:
5756
	 * - Loads css for ALL modules. However all selectors are prefixed so it
5757
	 *		should not cause any issues with themes.
5758
	 * - Plugins/themes dequeuing styles no longer do anything. See
5759
	 *		jetpack_implode_frontend_css filter for a workaround
5760
	 *
5761
	 * For some situations developers may wish to disable css imploding and
5762
	 * instead operate in legacy mode where each file loads seperately and
5763
	 * can be edited individually or dequeued. This can be accomplished with
5764
	 * the following line:
5765
	 *
5766
	 * add_filter( 'jetpack_implode_frontend_css', '__return_false' );
5767
	 *
5768
	 * @since 3.2
5769
	 **/
5770
	public function implode_frontend_css( $travis_test = false ) {
5771
		$do_implode = true;
5772
		if ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) {
5773
			$do_implode = false;
5774
		}
5775
5776
		/**
5777
		 * Allow CSS to be concatenated into a single jetpack.css file.
5778
		 *
5779
		 * @since 3.2.0
5780
		 *
5781
		 * @param bool $do_implode Should CSS be concatenated? Default to true.
5782
		 */
5783
		$do_implode = apply_filters( 'jetpack_implode_frontend_css', $do_implode );
5784
5785
		// Do not use the imploded file when default behaviour was altered through the filter
5786
		if ( ! $do_implode ) {
5787
			return;
5788
		}
5789
5790
		// We do not want to use the imploded file in dev mode, or if not connected
5791
		if ( Jetpack::is_development_mode() || ! self::is_active() ) {
5792
			if ( ! $travis_test ) {
5793
				return;
5794
			}
5795
		}
5796
5797
		// Do not use the imploded file if sharing css was dequeued via the sharing settings screen
5798
		if ( get_option( 'sharedaddy_disable_resources' ) ) {
5799
			return;
5800
		}
5801
5802
		/*
5803
		 * Now we assume Jetpack is connected and able to serve the single
5804
		 * file.
5805
		 *
5806
		 * In the future there will be a check here to serve the file locally
5807
		 * or potentially from the Jetpack CDN
5808
		 *
5809
		 * For now:
5810
		 * - Enqueue a single imploded css file
5811
		 * - Zero out the style_loader_tag for the bundled ones
5812
		 * - Be happy, drink scotch
5813
		 */
5814
5815
		add_filter( 'style_loader_tag', array( $this, 'concat_remove_style_loader_tag' ), 10, 2 );
5816
5817
		$version = Jetpack::is_development_version() ? filemtime( JETPACK__PLUGIN_DIR . 'css/jetpack.css' ) : JETPACK__VERSION;
5818
5819
		wp_enqueue_style( 'jetpack_css', plugins_url( 'css/jetpack.css', __FILE__ ), array(), $version );
5820
		wp_style_add_data( 'jetpack_css', 'rtl', 'replace' );
5821
	}
5822
5823
	function concat_remove_style_loader_tag( $tag, $handle ) {
5824
		if ( in_array( $handle, $this->concatenated_style_handles ) ) {
5825
			$tag = '';
5826
			if ( defined( 'WP_DEBUG' ) && WP_DEBUG ) {
5827
				$tag = "<!-- `" . esc_html( $handle ) . "` is included in the concatenated jetpack.css -->\r\n";
5828
			}
5829
		}
5830
5831
		return $tag;
5832
	}
5833
5834
	/*
5835
	 * Check the heartbeat data
5836
	 *
5837
	 * Organizes the heartbeat data by severity.  For example, if the site
5838
	 * is in an ID crisis, it will be in the $filtered_data['bad'] array.
5839
	 *
5840
	 * Data will be added to "caution" array, if it either:
5841
	 *  - Out of date Jetpack version
5842
	 *  - Out of date WP version
5843
	 *  - Out of date PHP version
5844
	 *
5845
	 * $return array $filtered_data
5846
	 */
5847
	public static function jetpack_check_heartbeat_data() {
5848
		$raw_data = Jetpack_Heartbeat::generate_stats_array();
5849
5850
		$good    = array();
5851
		$caution = array();
5852
		$bad     = array();
5853
5854
		foreach ( $raw_data as $stat => $value ) {
5855
5856
			// Check jetpack version
5857
			if ( 'version' == $stat ) {
5858
				if ( version_compare( $value, JETPACK__VERSION, '<' ) ) {
5859
					$caution[ $stat ] = $value . " - min supported is " . JETPACK__VERSION;
5860
					continue;
5861
				}
5862
			}
5863
5864
			// Check WP version
5865
			if ( 'wp-version' == $stat ) {
5866
				if ( version_compare( $value, JETPACK__MINIMUM_WP_VERSION, '<' ) ) {
5867
					$caution[ $stat ] = $value . " - min supported is " . JETPACK__MINIMUM_WP_VERSION;
5868
					continue;
5869
				}
5870
			}
5871
5872
			// Check PHP version
5873
			if ( 'php-version' == $stat ) {
5874
				if ( version_compare( PHP_VERSION, '5.2.4', '<' ) ) {
5875
					$caution[ $stat ] = $value . " - min supported is 5.2.4";
5876
					continue;
5877
				}
5878
			}
5879
5880
			// Check ID crisis
5881
			if ( 'identitycrisis' == $stat ) {
5882
				if ( 'yes' == $value ) {
5883
					$bad[ $stat ] = $value;
5884
					continue;
5885
				}
5886
			}
5887
5888
			// The rest are good :)
5889
			$good[ $stat ] = $value;
5890
		}
5891
5892
		$filtered_data = array(
5893
			'good'    => $good,
5894
			'caution' => $caution,
5895
			'bad'     => $bad
5896
		);
5897
5898
		return $filtered_data;
5899
	}
5900
5901
5902
	/*
5903
	 * This method is used to organize all options that can be reset
5904
	 * without disconnecting Jetpack.
5905
	 *
5906
	 * It is used in class.jetpack-cli.php to reset options
5907
	 *
5908
	 * @return array of options to delete.
5909
	 */
5910
	public static function get_jetpack_options_for_reset() {
5911
		$jetpack_options            = Jetpack_Options::get_option_names();
5912
		$jetpack_options_non_compat = Jetpack_Options::get_option_names( 'non_compact' );
5913
		$jetpack_options_private    = Jetpack_Options::get_option_names( 'private' );
5914
5915
		$all_jp_options = array_merge( $jetpack_options, $jetpack_options_non_compat, $jetpack_options_private );
5916
5917
		// A manual build of the wp options
5918
		$wp_options = array(
5919
			'sharing-options',
5920
			'disabled_likes',
5921
			'disabled_reblogs',
5922
			'jetpack_comments_likes_enabled',
5923
			'wp_mobile_excerpt',
5924
			'wp_mobile_featured_images',
5925
			'wp_mobile_app_promos',
5926
			'stats_options',
5927
			'stats_dashboard_widget',
5928
			'safecss_preview_rev',
5929
			'safecss_rev',
5930
			'safecss_revision_migrated',
5931
			'nova_menu_order',
5932
			'jetpack_portfolio',
5933
			'jetpack_portfolio_posts_per_page',
5934
			'jetpack_testimonial',
5935
			'jetpack_testimonial_posts_per_page',
5936
			'wp_mobile_custom_css',
5937
			'sharedaddy_disable_resources',
5938
			'sharing-options',
5939
			'sharing-services',
5940
			'site_icon_temp_data',
5941
			'featured-content',
5942
			'site_logo',
5943
			'jetpack_dismissed_notices',
5944
		);
5945
5946
		// Flag some Jetpack options as unsafe
5947
		$unsafe_options = array(
5948
			'id',                           // (int)    The Client ID/WP.com Blog ID of this site.
5949
			'master_user',                  // (int)    The local User ID of the user who connected this site to jetpack.wordpress.com.
5950
			'version',                      // (string) Used during upgrade procedure to auto-activate new modules. version:time
5951
			'jumpstart',                    // (string) A flag for whether or not to show the Jump Start.  Accepts: new_connection, jumpstart_activated, jetpack_action_taken, jumpstart_dismissed.
5952
5953
			// non_compact
5954
			'activated',
5955
5956
			// private
5957
			'register',
5958
			'blog_token',                  // (string) The Client Secret/Blog Token of this site.
5959
			'user_token',                  // (string) The User Token of this site. (deprecated)
5960
			'user_tokens'
5961
		);
5962
5963
		// Remove the unsafe Jetpack options
5964
		foreach ( $unsafe_options as $unsafe_option ) {
5965
			if ( false !== ( $key = array_search( $unsafe_option, $all_jp_options ) ) ) {
5966
				unset( $all_jp_options[ $key ] );
5967
			}
5968
		}
5969
5970
		$options = array(
5971
			'jp_options' => $all_jp_options,
5972
			'wp_options' => $wp_options
5973
		);
5974
5975
		return $options;
5976
	}
5977
5978
	/**
5979
	 * Check if an option of a Jetpack module has been updated.
5980
	 *
5981
	 * If any module option has been updated before Jump Start has been dismissed,
5982
	 * update the 'jumpstart' option so we can hide Jump Start.
5983
	 *
5984
	 * @param string $option_name
5985
	 *
5986
	 * @return bool
5987
	 */
5988
	public static function jumpstart_has_updated_module_option( $option_name = '' ) {
5989
		// Bail if Jump Start has already been dismissed
5990
		if ( 'new_connection' !== Jetpack_Options::get_option( 'jumpstart' ) ) {
5991
			return false;
5992
		}
5993
5994
		$jetpack = Jetpack::init();
5995
5996
		// Manual build of module options
5997
		$option_names = self::get_jetpack_options_for_reset();
5998
5999
		if ( in_array( $option_name, $option_names['wp_options'] ) ) {
6000
			Jetpack_Options::update_option( 'jumpstart', 'jetpack_action_taken' );
6001
6002
			//Jump start is being dismissed send data to MC Stats
6003
			$jetpack->stat( 'jumpstart', 'manual,'.$option_name );
6004
6005
			$jetpack->do_stats( 'server_side' );
6006
		}
6007
6008
	}
6009
6010
	/*
6011
	 * Strip http:// or https:// from a url, replaces forward slash with ::,
6012
	 * so we can bring them directly to their site in calypso.
6013
	 *
6014
	 * @param string | url
6015
	 * @return string | url without the guff
6016
	 */
6017
	public static function build_raw_urls( $url ) {
6018
		$strip_http = '/.*?:\/\//i';
6019
		$url = preg_replace( $strip_http, '', $url  );
6020
		$url = str_replace( '/', '::', $url );
6021
		return $url;
6022
	}
6023
6024
	/**
6025
	 * Stores and prints out domains to prefetch for page speed optimization.
6026
	 *
6027
	 * @param mixed $new_urls
6028
	 */
6029
	public static function dns_prefetch( $new_urls = null ) {
6030
		static $prefetch_urls = array();
6031
		if ( empty( $new_urls ) && ! empty( $prefetch_urls ) ) {
6032
			echo "\r\n";
6033
			foreach ( $prefetch_urls as $this_prefetch_url ) {
6034
				printf( "<link rel='dns-prefetch' href='%s'>\r\n", esc_attr( $this_prefetch_url ) );
6035
			}
6036
		} elseif ( ! empty( $new_urls ) ) {
6037
			if ( ! has_action( 'wp_head', array( __CLASS__, __FUNCTION__ ) ) ) {
6038
				add_action( 'wp_head', array( __CLASS__, __FUNCTION__ ) );
6039
			}
6040
			foreach ( (array) $new_urls as $this_new_url ) {
6041
				$prefetch_urls[] = strtolower( untrailingslashit( preg_replace( '#^https?://#i', '//', $this_new_url ) ) );
6042
			}
6043
			$prefetch_urls = array_unique( $prefetch_urls );
6044
		}
6045
	}
6046
6047
	public function wp_dashboard_setup() {
6048
		if ( self::is_active() ) {
6049
			add_action( 'jetpack_dashboard_widget', array( __CLASS__, 'dashboard_widget_footer' ), 999 );
6050
			$widget_title = __( 'Site Stats', 'jetpack' );
6051
		} elseif ( ! self::is_development_mode() && current_user_can( 'jetpack_connect' ) ) {
6052
			add_action( 'jetpack_dashboard_widget', array( $this, 'dashboard_widget_connect_to_wpcom' ) );
6053
			$widget_title = __( 'Please Connect Jetpack', 'jetpack' );
6054
		}
6055
6056
		if ( has_action( 'jetpack_dashboard_widget' ) ) {
6057
			wp_add_dashboard_widget(
6058
				'jetpack_summary_widget',
6059
				$widget_title,
6060
				array( __CLASS__, 'dashboard_widget' )
6061
			);
6062
			wp_enqueue_style( 'jetpack-dashboard-widget', plugins_url( 'css/dashboard-widget.css', JETPACK__PLUGIN_FILE ), array(), JETPACK__VERSION );
6063
6064
			// If we're inactive and not in development mode, sort our box to the top.
6065
			if ( ! self::is_active() && ! self::is_development_mode() ) {
6066
				global $wp_meta_boxes;
6067
6068
				$dashboard = $wp_meta_boxes['dashboard']['normal']['core'];
6069
				$ours      = array( 'jetpack_summary_widget' => $dashboard['jetpack_summary_widget'] );
6070
6071
				$wp_meta_boxes['dashboard']['normal']['core'] = array_merge( $ours, $dashboard );
6072
			}
6073
		}
6074
	}
6075
6076
	/**
6077
	 * @param mixed $result Value for the user's option
6078
	 * @return mixed
6079
	 */
6080
	function get_user_option_meta_box_order_dashboard( $sorted ) {
6081
		if ( ! is_array( $sorted ) ) {
6082
			return $sorted;
6083
		}
6084
6085
		foreach ( $sorted as $box_context => $ids ) {
6086
			if ( false === strpos( $ids, 'dashboard_stats' ) ) {
6087
				// If the old id isn't anywhere in the ids, don't bother exploding and fail out.
6088
				continue;
6089
			}
6090
6091
			$ids_array = explode( ',', $ids );
6092
			$key = array_search( 'dashboard_stats', $ids_array );
6093
6094
			if ( false !== $key ) {
6095
				// If we've found that exact value in the option (and not `google_dashboard_stats` for example)
6096
				$ids_array[ $key ] = 'jetpack_summary_widget';
6097
				$sorted[ $box_context ] = implode( ',', $ids_array );
6098
				// We've found it, stop searching, and just return.
6099
				break;
6100
			}
6101
		}
6102
6103
		return $sorted;
6104
	}
6105
6106
	public static function dashboard_widget() {
6107
		/**
6108
		 * Fires when the dashboard is loaded.
6109
		 *
6110
		 * @since 3.4.0
6111
		 */
6112
		do_action( 'jetpack_dashboard_widget' );
6113
	}
6114
6115
	public static function dashboard_widget_footer() {
6116
		?>
6117
		<footer>
6118
6119
		<div class="protect">
6120
			<?php if ( Jetpack::is_module_active( 'protect' ) ) : ?>
6121
				<h3><?php echo number_format_i18n( get_site_option( 'jetpack_protect_blocked_attempts', 0 ) ); ?></h3>
6122
				<p><?php echo esc_html_x( 'Blocked malicious login attempts', '{#} Blocked malicious login attempts -- number is on a prior line, text is a caption.', 'jetpack' ); ?></p>
6123
			<?php elseif ( current_user_can( 'jetpack_activate_modules' ) && ! self::is_development_mode() ) : ?>
6124
				<a href="<?php echo esc_url( wp_nonce_url( Jetpack::admin_url( array( 'action' => 'activate', 'module' => 'protect' ) ), 'jetpack_activate-protect' ) ); ?>" class="button button-jetpack" title="<?php esc_attr_e( 'Protect helps to keep you secure from brute-force login attacks.', 'jetpack' ); ?>">
6125
					<?php esc_html_e( 'Activate Protect', 'jetpack' ); ?>
6126
				</a>
6127
			<?php else : ?>
6128
				<?php esc_html_e( 'Protect is inactive.', 'jetpack' ); ?>
6129
			<?php endif; ?>
6130
		</div>
6131
6132
		<div class="akismet">
6133
			<?php if ( is_plugin_active( 'akismet/akismet.php' ) ) : ?>
6134
				<h3><?php echo number_format_i18n( get_option( 'akismet_spam_count', 0 ) ); ?></h3>
6135
				<p><?php echo esc_html_x( 'Spam comments blocked by Akismet.', '{#} Spam comments blocked by Akismet -- number is on a prior line, text is a caption.', 'jetpack' ); ?></p>
6136
			<?php elseif ( current_user_can( 'activate_plugins' ) && ! is_wp_error( validate_plugin( 'akismet/akismet.php' ) ) ) : ?>
6137
				<a href="<?php echo esc_url( wp_nonce_url( add_query_arg( array( 'action' => 'activate', 'plugin' => 'akismet/akismet.php' ), admin_url( 'plugins.php' ) ), 'activate-plugin_akismet/akismet.php' ) ); ?>" class="button button-jetpack">
6138
					<?php esc_html_e( 'Activate Akismet', 'jetpack' ); ?>
6139
				</a>
6140
			<?php else : ?>
6141
				<p><a href="<?php echo esc_url( 'https://akismet.com/?utm_source=jetpack&utm_medium=link&utm_campaign=Jetpack%20Dashboard%20Widget%20Footer%20Link' ); ?>"><?php esc_html_e( 'Akismet can help to keep your blog safe from spam!', 'jetpack' ); ?></a></p>
6142
			<?php endif; ?>
6143
		</div>
6144
6145
		</footer>
6146
		<?php
6147
	}
6148
6149
	public function dashboard_widget_connect_to_wpcom() {
6150
		if ( Jetpack::is_active() || Jetpack::is_development_mode() || ! current_user_can( 'jetpack_connect' ) ) {
6151
			return;
6152
		}
6153
		?>
6154
		<div class="wpcom-connect">
6155
			<div class="jp-emblem">
6156
			<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0" y="0" viewBox="0 0 172.9 172.9" enable-background="new 0 0 172.9 172.9" xml:space="preserve">
6157
				<path d="M86.4 0C38.7 0 0 38.7 0 86.4c0 47.7 38.7 86.4 86.4 86.4s86.4-38.7 86.4-86.4C172.9 38.7 134.2 0 86.4 0zM83.1 106.6l-27.1-6.9C49 98 45.7 90.1 49.3 84l33.8-58.5V106.6zM124.9 88.9l-33.8 58.5V66.3l27.1 6.9C125.1 74.9 128.4 82.8 124.9 88.9z"/>
6158
			</svg>
6159
			</div>
6160
			<h3><?php esc_html_e( 'Please Connect Jetpack', 'jetpack' ); ?></h3>
6161
			<p><?php echo wp_kses( __( 'Connecting Jetpack will show you <strong>stats</strong> about your traffic, <strong>protect</strong> you from brute force attacks, <strong>speed up</strong> your images and photos, and enable other <strong>traffic and security</strong> features.', 'jetpack' ), 'jetpack' ) ?></p>
6162
6163
			<div class="actions">
6164
				<a href="<?php echo $this->build_connect_url( false, false, 'widget-btn' ); ?>" class="button button-primary">
6165
					<?php esc_html_e( 'Connect Jetpack', 'jetpack' ); ?>
6166
				</a>
6167
			</div>
6168
		</div>
6169
		<?php
6170
	}
6171
6172
	/*
6173
	 * A graceful transition to using Core's site icon.
6174
	 *
6175
	 * All of the hard work has already been done with the image
6176
	 * in all_done_page(). All that needs to be done now is update
6177
	 * the option and display proper messaging.
6178
	 *
6179
	 * @todo remove when WP 4.3 is minimum
6180
	 *
6181
	 * @since 3.6.1
6182
	 *
6183
	 * @return bool false = Core's icon not available || true = Core's icon is available
6184
	 */
6185
	public static function jetpack_site_icon_available_in_core() {
6186
		global $wp_version;
6187
		$core_icon_available = function_exists( 'has_site_icon' ) && version_compare( $wp_version, '4.3-beta' ) >= 0;
6188
6189
		if ( ! $core_icon_available ) {
6190
			return false;
6191
		}
6192
6193
		// No need for Jetpack's site icon anymore if core's is already set
6194
		if ( has_site_icon() ) {
6195
			if ( Jetpack::is_module_active( 'site-icon' ) ) {
6196
				Jetpack::log( 'deactivate', 'site-icon' );
6197
				Jetpack::deactivate_module( 'site-icon' );
6198
			}
6199
			return true;
6200
		}
6201
6202
		// Transfer Jetpack's site icon to use core.
6203
		$site_icon_id = Jetpack::get_option( 'site_icon_id' );
6204
		if ( $site_icon_id ) {
6205
			// Update core's site icon
6206
			update_option( 'site_icon', $site_icon_id );
6207
6208
			// Delete Jetpack's icon option. We still want the blavatar and attached data though.
6209
			delete_option( 'site_icon_id' );
6210
		}
6211
6212
		// No need for Jetpack's site icon anymore
6213
		if ( Jetpack::is_module_active( 'site-icon' ) ) {
6214
			Jetpack::log( 'deactivate', 'site-icon' );
6215
			Jetpack::deactivate_module( 'site-icon' );
6216
		}
6217
6218
		return true;
6219
	}
6220
6221
	/**
6222
	 * Return string containing the Jetpack logo.
6223
	 *
6224
	 * @since 3.9.0
6225
	 *
6226
	 * @return string
6227
	 */
6228
	public static function get_jp_emblem() {
6229
		return '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0" y="0" viewBox="0 0 172.9 172.9" enable-background="new 0 0 172.9 172.9" xml:space="preserve">	<path d="M86.4 0C38.7 0 0 38.7 0 86.4c0 47.7 38.7 86.4 86.4 86.4s86.4-38.7 86.4-86.4C172.9 38.7 134.2 0 86.4 0zM83.1 106.6l-27.1-6.9C49 98 45.7 90.1 49.3 84l33.8-58.5V106.6zM124.9 88.9l-33.8 58.5V66.3l27.1 6.9C125.1 74.9 128.4 82.8 124.9 88.9z" /></svg>';
6230
	}
6231
6232
	/*
6233
	 * Adds a "blank" column in the user admin table to display indication of user connection.
6234
	 */
6235
	function jetpack_icon_user_connected( $columns ) {
6236
		$columns['user_jetpack'] = '';
6237
		return $columns;
6238
	}
6239
6240
	/*
6241
	 * Show Jetpack icon if the user is linked.
6242
	 */
6243
	function jetpack_show_user_connected_icon( $val, $col, $user_id ) {
6244
		if ( 'user_jetpack' == $col && Jetpack::is_user_connected( $user_id ) ) {
6245
			$emblem_html = sprintf(
6246
				'<a title="%1$s" class="jp-emblem-user-admin">%2$s</a>',
6247
				esc_attr__( 'This user is linked and ready to fly with Jetpack.', 'jetpack' ),
6248
				Jetpack::get_jp_emblem()
6249
			);
6250
			return $emblem_html;
6251
		}
6252
6253
		return $val;
6254
	}
6255
6256
	/*
6257
	 * Style the Jetpack user column
6258
	 */
6259
	function jetpack_user_col_style() {
6260
		global $current_screen;
6261
		if ( 'users' == $current_screen->base ) { ?>
6262
			<style>
6263
				.fixed .column-user_jetpack {
6264
					width: 21px;
6265
				}
6266
				.jp-emblem-user-admin path {
6267
					fill: #8cc258;
6268
				}
6269
			</style>
6270
		<?php }
6271
	}
6272
6273
}
6274