Completed
Push — update/core-version-upgrade-ro... ( 3d6e97...e1c6f7 )
by
unknown
76:14 queued 66:29
created

class.jetpack.php (4 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->check_if_plugin_upgrade();
307
		}
308
309
		return self::$instance;
310
	}
311
312
	/**
313
	 * Must never be called statically
314
	 */
315
	function check_if_plugin_upgrade() {
316
		if ( Jetpack::is_active() ) {
317
			$old_version = Jetpack_Options::get_option( 'version' );
318
			list( $version ) = explode( ':', $old_version );
319
			if ( JETPACK__VERSION != $version ) {
320
				Jetpack_Options::update_option( 'version', JETPACK__VERSION . ':' . time() );
321
				Jetpack_Options::update_options(
322
					array(
323
						'version'     => JETPACK__VERSION . ':' . time(),
324
						'old_version' => $version,
325
					)
326
				);
327
				do_action( 'updating_jetpack_version', JETPACK__VERSION, $version );
328
			}
329
		}
330
	}
331
332
333
	/**
334
	 * Runs after bumping version numbers up to a new version
335
	 * @param  (string) $version    Version:timestamp
0 ignored issues
show
There is no parameter named $version. Did you maybe mean $new_version?

This check looks for PHPDoc comments describing methods or function parameters that do not exist on the corresponding method or function. It has, however, found a similar but not annotated parameter which might be a good fit.

Consider the following example. The parameter $ireland is not defined by the method finale(...).

/**
 * @param array $germany
 * @param array $ireland
 */
function finale($germany, $island) {
    return "2:1";
}

The most likely cause is that the parameter was changed, but the annotation was not.

Loading history...
336
	 * @param  (string) $old_version Old Version:timestamp or false if not set yet.
337
	 * @return null              [description]
338
	 */
339
	public static function do_version_bump( $new_version, $old_version ) {
340
		Jetpack::clear_modules( $new_version, $old_version );
341
	}
342
343
	public static function clear_modules( $new_version, $old_version ) {
344
		if ( did_action( 'init' ) || current_filter() == 'init' ) {
345
			if ( ! $old_version ) { // For new sites
346
				self::activate_module( 'manage', false, false );
347
			}
348
			// Check which active modules actually exist and remove others from active_modules list
349
			Jetpack_Options::update_option( 'active_modules', array_intersect( Jetpack::get_active_modules(), Jetpack::get_available_modules() ) );
350
			self::activate_new_modules();
351
		} else if ( ! has_action( 'init' , array( __CLASS__, 'clear_modules' ) ) ) {
352
			add_action( 'init', array( __CLASS__, 'clear_modules', $new_version, $old_version ) );
353
		}
354
	}
355
356
	/**
357
	 * Constructor.  Initializes WordPress hooks
358
	 */
359
	private function __construct() {
360
		/*
361
		 * Check for and alert any deprecated hooks
362
		 */
363
		add_action( 'init', array( $this, 'deprecated_hooks' ) );
364
365
366
		/*
367
		 * Load things that should only be in Network Admin.
368
		 *
369
		 * For now blow away everything else until a more full
370
		 * understanding of what is needed at the network level is
371
		 * available
372
		 */
373
		if( is_multisite() ) {
374
			Jetpack_Network::init();
375
		}
376
377
		// Unlink user before deleting the user from .com
378
		add_action( 'deleted_user', array( $this, 'unlink_user' ), 10, 1 );
379
		add_action( 'remove_user_from_blog', array( $this, 'unlink_user' ), 10, 1 );
380
381
		if ( defined( 'XMLRPC_REQUEST' ) && XMLRPC_REQUEST && isset( $_GET['for'] ) && 'jetpack' == $_GET['for'] ) {
382
			@ini_set( 'display_errors', false ); // Display errors can cause the XML to be not well formed.
383
384
			require_once JETPACK__PLUGIN_DIR . 'class.jetpack-xmlrpc-server.php';
385
			$this->xmlrpc_server = new Jetpack_XMLRPC_Server();
386
387
			$this->require_jetpack_authentication();
388
389
			if ( Jetpack::is_active() ) {
390
				// Hack to preserve $HTTP_RAW_POST_DATA
391
				add_filter( 'xmlrpc_methods', array( $this, 'xmlrpc_methods' ) );
392
393
				$signed = $this->verify_xml_rpc_signature();
394
				if ( $signed && ! is_wp_error( $signed ) ) {
395
					// The actual API methods.
396
					add_filter( 'xmlrpc_methods', array( $this->xmlrpc_server, 'xmlrpc_methods' ) );
397
				} else {
398
					// The jetpack.authorize method should be available for unauthenticated users on a site with an
399
					// active Jetpack connection, so that additional users can link their account.
400
					add_filter( 'xmlrpc_methods', array( $this->xmlrpc_server, 'authorize_xmlrpc_methods' ) );
401
				}
402
			} else {
403
				// The bootstrap API methods.
404
				add_filter( 'xmlrpc_methods', array( $this->xmlrpc_server, 'bootstrap_xmlrpc_methods' ) );
405
			}
406
407
			// Now that no one can authenticate, and we're whitelisting all XML-RPC methods, force enable_xmlrpc on.
408
			add_filter( 'pre_option_enable_xmlrpc', '__return_true' );
409
		} elseif ( is_admin() && isset( $_POST['action'] ) && 'jetpack_upload_file' == $_POST['action'] ) {
410
			$this->require_jetpack_authentication();
411
			$this->add_remote_request_handlers();
412
		} else {
413
			if ( Jetpack::is_active() ) {
414
				add_action( 'login_form_jetpack_json_api_authorization', array( &$this, 'login_form_json_api_authorization' ) );
415
				add_filter( 'xmlrpc_methods', array( $this, 'public_xmlrpc_methods' ) );
416
			}
417
		}
418
419
		if ( Jetpack::is_active() ) {
420
			Jetpack_Heartbeat::init();
421
		}
422
423
		add_action( 'jetpack_clean_nonces', array( 'Jetpack', 'clean_nonces' ) );
424
		if ( ! wp_next_scheduled( 'jetpack_clean_nonces' ) ) {
425
			wp_schedule_event( time(), 'hourly', 'jetpack_clean_nonces' );
426
		}
427
428
		add_filter( 'xmlrpc_blog_options', array( $this, 'xmlrpc_options' ) );
429
430
		add_action( 'admin_init', array( $this, 'admin_init' ) );
431
		add_action( 'admin_init', array( $this, 'dismiss_jetpack_notice' ) );
432
433
		add_filter( 'admin_body_class', array( $this, 'admin_body_class' ) );
434
435
		add_action( 'wp_dashboard_setup', array( $this, 'wp_dashboard_setup' ) );
436
		// Filter the dashboard meta box order to swap the new one in in place of the old one.
437
		add_filter( 'get_user_option_meta-box-order_dashboard', array( $this, 'get_user_option_meta_box_order_dashboard' ) );
438
439
		// returns HTTPS support status
440
		add_action( 'wp_ajax_jetpack-recheck-ssl', array( $this, 'ajax_recheck_ssl' ) );
441
442
		// If any module option is updated before Jump Start is dismissed, hide Jump Start.
443
		add_action( 'update_option', array( $this, 'jumpstart_has_updated_module_option' ) );
444
445
		// Identity Crisis AJAX callback function
446
		add_action( 'wp_ajax_jetpack_resolve_identity_crisis', array( $this, 'resolve_identity_crisis_ajax_callback' ) );
447
448
		// JITM AJAX callback function
449
		add_action( 'wp_ajax_jitm_ajax',  array( $this, 'jetpack_jitm_ajax_callback' ) );
450
451
		add_action( 'wp_ajax_jetpack_admin_ajax',          array( $this, 'jetpack_admin_ajax_callback' ) );
452
		add_action( 'wp_ajax_jetpack_admin_ajax_refresh',  array( $this, 'jetpack_admin_ajax_refresh_data' ) );
453
454
		// Universal ajax callback for all tracking events triggered via js
455
		add_action( 'wp_ajax_jetpack_tracks', array( $this, 'jetpack_admin_ajax_tracks_callback' ) );
456
457
		add_action( 'wp_loaded', array( $this, 'register_assets' ) );
458
		add_action( 'wp_enqueue_scripts', array( $this, 'devicepx' ) );
459
		add_action( 'customize_controls_enqueue_scripts', array( $this, 'devicepx' ) );
460
		add_action( 'admin_enqueue_scripts', array( $this, 'devicepx' ) );
461
462
		add_action( 'jetpack_activate_module', array( $this, 'activate_module_actions' ) );
463
464
		add_action( 'plugins_loaded', array( $this, 'extra_oembed_providers' ), 100 );
465
466
		/**
467
		 * These actions run checks to load additional files.
468
		 * They check for external files or plugins, so they need to run as late as possible.
469
		 */
470
		add_action( 'wp_head', array( $this, 'check_open_graph' ),       1 );
471
		add_action( 'plugins_loaded', array( $this, 'check_twitter_tags' ),     999 );
472
		add_action( 'plugins_loaded', array( $this, 'check_rest_api_compat' ), 1000 );
473
474
		add_filter( 'plugins_url',      array( 'Jetpack', 'maybe_min_asset' ),     1, 3 );
475
		add_filter( 'style_loader_tag', array( 'Jetpack', 'maybe_inline_style' ), 10, 2 );
476
477
		add_filter( 'map_meta_cap', array( $this, 'jetpack_custom_caps' ), 1, 4 );
478
479
		add_filter( 'jetpack_get_default_modules', array( $this, 'filter_default_modules' ) );
480
		add_filter( 'jetpack_get_default_modules', array( $this, 'handle_deprecated_modules' ), 99 );
481
482
		// A filter to control all just in time messages
483
		add_filter( 'jetpack_just_in_time_msgs', '__return_false' );
484
485
		/**
486
		 * This is the hack to concatinate all css files into one.
487
		 * For description and reasoning see the implode_frontend_css method
488
		 *
489
		 * Super late priority so we catch all the registered styles
490
		 */
491
		if( !is_admin() ) {
492
			add_action( 'wp_print_styles', array( $this, 'implode_frontend_css' ), -1 ); // Run first
493
			add_action( 'wp_print_footer_scripts', array( $this, 'implode_frontend_css' ), -1 ); // Run first to trigger before `print_late_styles`
494
		}
495
496
	}
497
498
	function jetpack_admin_ajax_tracks_callback() {
499
		// Check for nonce
500
		if ( ! isset( $_REQUEST['tracksNonce'] ) || ! wp_verify_nonce( $_REQUEST['tracksNonce'], 'jp-tracks-ajax-nonce' ) ) {
501
			wp_die( 'Permissions check failed.' );
502
		}
503
504
		if ( ! isset( $_REQUEST['tracksEventName'] ) || ! isset( $_REQUEST['tracksEventType'] )  ) {
505
			wp_die( 'No valid event name or type.' );
506
		}
507
508
		$tracks_data = array();
509
		if ( 'click' === $_REQUEST['tracksEventType'] && isset( $_REQUEST['tracksEventProp'] ) ) {
510
			$tracks_data = array( 'clicked' => $_REQUEST['tracksEventProp'] );
511
		}
512
513
		JetpackTracking::record_user_event( $_REQUEST['tracksEventName'], $tracks_data );
514
		wp_send_json_success();
515
		wp_die();
516
	}
517
518
	function jetpack_admin_ajax_callback() {
519
		// Check for nonce
520 View Code Duplication
		if ( ! isset( $_REQUEST['adminNonce'] ) || ! wp_verify_nonce( $_REQUEST['adminNonce'], 'jetpack-admin-nonce' ) || ! current_user_can( 'jetpack_manage_modules' ) ) {
521
			wp_die( 'permissions check failed' );
522
		}
523
524
		if ( isset( $_REQUEST['toggleModule'] ) && 'nux-toggle-module' == $_REQUEST['toggleModule'] ) {
525
			$slug = $_REQUEST['thisModuleSlug'];
526
527
			if ( ! in_array( $slug, Jetpack::get_available_modules() ) ) {
528
				wp_die( 'That is not a Jetpack module slug' );
529
			}
530
531
			if ( Jetpack::is_module_active( $slug ) ) {
532
				Jetpack::deactivate_module( $slug );
533
			} else {
534
				Jetpack::activate_module( $slug, false, false );
535
			}
536
537
			$modules = Jetpack_Admin::init()->get_modules();
538
			echo json_encode( $modules[ $slug ] );
539
540
			exit;
541
		}
542
543
		wp_die();
544
	}
545
546
	/*
547
	 * Sometimes we need to refresh the data,
548
	 * especially if the page is visited via a 'history'
549
	 * event like back/forward
550
	 */
551
	function jetpack_admin_ajax_refresh_data() {
552
		// Check for nonce
553 View Code Duplication
		if ( ! isset( $_REQUEST['adminNonce'] ) || ! wp_verify_nonce( $_REQUEST['adminNonce'], 'jetpack-admin-nonce' ) ) {
554
			wp_die( 'permissions check failed' );
555
		}
556
557
		if ( isset( $_REQUEST['refreshData'] ) && 'refresh' == $_REQUEST['refreshData'] ) {
558
			$modules = Jetpack_Admin::init()->get_modules();
559
			echo json_encode( $modules );
560
			exit;
561
		}
562
563
		wp_die();
564
	}
565
566
	/**
567
	 * The callback for the JITM ajax requests.
568
	 */
569
	function jetpack_jitm_ajax_callback() {
570
		// Check for nonce
571
		if ( ! isset( $_REQUEST['jitmNonce'] ) || ! wp_verify_nonce( $_REQUEST['jitmNonce'], 'jetpack-jitm-nonce' ) ) {
572
			wp_die( 'Module activation failed due to lack of appropriate permissions' );
573
		}
574
		if ( isset( $_REQUEST['jitmActionToTake'] ) && 'activate' == $_REQUEST['jitmActionToTake'] ) {
575
			$module_slug = $_REQUEST['jitmModule'];
576
			Jetpack::log( 'activate', $module_slug );
577
			Jetpack::activate_module( $module_slug, false, false );
578
			Jetpack::state( 'message', 'no_message' );
579
580
			//A Jetpack module is being activated through a JITM, track it
581
			$this->stat( 'jitm', $module_slug.'-activated-' . JETPACK__VERSION );
582
			$this->do_stats( 'server_side' );
583
584
			wp_send_json_success();
585
		}
586
		if ( isset( $_REQUEST['jitmActionToTake'] ) && 'dismiss' == $_REQUEST['jitmActionToTake'] ) {
587
			// get the hide_jitm options array
588
			$jetpack_hide_jitm = Jetpack_Options::get_option( 'hide_jitm' );
589
			$module_slug = $_REQUEST['jitmModule'];
590
591
			if( ! $jetpack_hide_jitm ) {
592
				$jetpack_hide_jitm = array(
593
					$module_slug => 'hide'
594
				);
595
			} else {
596
				$jetpack_hide_jitm[$module_slug] = 'hide';
597
			}
598
599
			Jetpack_Options::update_option( 'hide_jitm', $jetpack_hide_jitm );
600
601
			//jitm is being dismissed forever, track it
602
			$this->stat( 'jitm', $module_slug.'-dismissed-' . JETPACK__VERSION );
603
			$this->do_stats( 'server_side' );
604
605
			wp_send_json_success();
606
		}
607 View Code Duplication
		if ( isset( $_REQUEST['jitmActionToTake'] ) && 'launch' == $_REQUEST['jitmActionToTake'] ) {
608
			$module_slug = $_REQUEST['jitmModule'];
609
610
			// User went to WordPress.com, track this
611
			$this->stat( 'jitm', $module_slug.'-wordpress-tools-' . JETPACK__VERSION );
612
			$this->do_stats( 'server_side' );
613
614
			wp_send_json_success();
615
		}
616 View Code Duplication
		if ( isset( $_REQUEST['jitmActionToTake'] ) && 'viewed' == $_REQUEST['jitmActionToTake'] ) {
617
			$track = $_REQUEST['jitmModule'];
618
619
			// User is viewing JITM, track it.
620
			$this->stat( 'jitm', $track . '-viewed-' . JETPACK__VERSION );
621
			$this->do_stats( 'server_side' );
622
623
			wp_send_json_success();
624
		}
625
	}
626
627
	/**
628
	 * If there are any stats that need to be pushed, but haven't been, push them now.
629
	 */
630
	function __destruct() {
631
		if ( ! empty( $this->stats ) ) {
632
			$this->do_stats( 'server_side' );
633
		}
634
	}
635
636
	function jetpack_custom_caps( $caps, $cap, $user_id, $args ) {
637
		switch( $cap ) {
638
			case 'jetpack_connect' :
639
			case 'jetpack_reconnect' :
640
				if ( Jetpack::is_development_mode() ) {
641
					$caps = array( 'do_not_allow' );
642
					break;
643
				}
644
				/**
645
				 * Pass through. If it's not development mode, these should match disconnect.
646
				 * Let users disconnect if it's development mode, just in case things glitch.
647
				 */
648
			case 'jetpack_disconnect' :
649
				/**
650
				 * In multisite, can individual site admins manage their own connection?
651
				 *
652
				 * Ideally, this should be extracted out to a separate filter in the Jetpack_Network class.
653
				 */
654
				if ( is_multisite() && ! is_super_admin() && is_plugin_active_for_network( 'jetpack/jetpack.php' ) ) {
655
					if ( ! Jetpack_Network::init()->get_option( 'sub-site-connection-override' ) ) {
656
						/**
657
						 * We need to update the option name -- it's terribly unclear which
658
						 * direction the override goes.
659
						 *
660
						 * @todo: Update the option name to `sub-sites-can-manage-own-connections`
661
						 */
662
						$caps = array( 'do_not_allow' );
663
						break;
664
					}
665
				}
666
667
				$caps = array( 'manage_options' );
668
				break;
669
			case 'jetpack_manage_modules' :
670
			case 'jetpack_activate_modules' :
671
			case 'jetpack_deactivate_modules' :
672
				$caps = array( 'manage_options' );
673
				break;
674
			case 'jetpack_configure_modules' :
675
				$caps = array( 'manage_options' );
676
				break;
677
			case 'jetpack_network_admin_page':
678
			case 'jetpack_network_settings_page':
679
				$caps = array( 'manage_network_plugins' );
680
				break;
681
			case 'jetpack_network_sites_page':
682
				$caps = array( 'manage_sites' );
683
				break;
684
			case 'jetpack_admin_page' :
685
				if ( Jetpack::is_development_mode() ) {
686
					$caps = array( 'manage_options' );
687
					break;
688
				} else {
689
					$caps = array( 'read' );
690
				}
691
				break;
692
			case 'jetpack_connect_user' :
693
				if ( Jetpack::is_development_mode() ) {
694
					$caps = array( 'do_not_allow' );
695
					break;
696
				}
697
				$caps = array( 'read' );
698
				break;
699
		}
700
		return $caps;
701
	}
702
703
	function require_jetpack_authentication() {
704
		// Don't let anyone authenticate
705
		$_COOKIE = array();
706
		remove_all_filters( 'authenticate' );
707
708
		/**
709
		 * For the moment, remove Limit Login Attempts if its xmlrpc for Jetpack.
710
		 * If Limit Login Attempts is installed as a mu-plugin, it can occasionally
711
		 * generate false-positives.
712
		 */
713
		remove_filter( 'wp_login_failed', 'limit_login_failed' );
714
715
		if ( Jetpack::is_active() ) {
716
			// Allow Jetpack authentication
717
			add_filter( 'authenticate', array( $this, 'authenticate_jetpack' ), 10, 3 );
718
		}
719
	}
720
721
	/**
722
	 * Load language files
723
	 * @action plugins_loaded
724
	 */
725
	public static function plugin_textdomain() {
726
		// Note to self, the third argument must not be hardcoded, to account for relocated folders.
727
		load_plugin_textdomain( 'jetpack', false, dirname( plugin_basename( JETPACK__PLUGIN_FILE ) ) . '/languages/' );
728
	}
729
730
	/**
731
	 * Register assets for use in various modules and the Jetpack admin page.
732
	 *
733
	 * @uses wp_script_is, wp_register_script, plugins_url
734
	 * @action wp_loaded
735
	 * @return null
736
	 */
737
	public function register_assets() {
738
		if ( ! wp_script_is( 'spin', 'registered' ) ) {
739
			wp_register_script( 'spin', plugins_url( '_inc/spin.js', JETPACK__PLUGIN_FILE ), false, '1.3' );
740
		}
741
742 View Code Duplication
		if ( ! wp_script_is( 'jquery.spin', 'registered' ) ) {
743
			wp_register_script( 'jquery.spin', plugins_url( '_inc/jquery.spin.js', JETPACK__PLUGIN_FILE ) , array( 'jquery', 'spin' ), '1.3' );
744
		}
745
746 View Code Duplication
		if ( ! wp_script_is( 'jetpack-gallery-settings', 'registered' ) ) {
747
			wp_register_script( 'jetpack-gallery-settings', plugins_url( '_inc/gallery-settings.js', JETPACK__PLUGIN_FILE ), array( 'media-views' ), '20121225' );
748
		}
749
750 View Code Duplication
		if ( ! wp_script_is( 'jetpack-twitter-timeline', 'registered' ) ) {
751
			wp_register_script( 'jetpack-twitter-timeline', plugins_url( '_inc/twitter-timeline.js', JETPACK__PLUGIN_FILE ) , array( 'jquery' ), '4.0.0', true );
752
		}
753
754
		if ( ! wp_script_is( 'jetpack-facebook-embed', 'registered' ) ) {
755
			wp_register_script( 'jetpack-facebook-embed', plugins_url( '_inc/facebook-embed.js', __FILE__ ), array( 'jquery' ), null, true );
756
757
			/** This filter is documented in modules/sharedaddy/sharing-sources.php */
758
			$fb_app_id = apply_filters( 'jetpack_sharing_facebook_app_id', '249643311490' );
759
			if ( ! is_numeric( $fb_app_id ) ) {
760
				$fb_app_id = '';
761
			}
762
			wp_localize_script(
763
				'jetpack-facebook-embed',
764
				'jpfbembed',
765
				array(
766
					'appid' => $fb_app_id,
767
					'locale' => $this->get_locale(),
768
				)
769
			);
770
		}
771
772
		/**
773
		 * As jetpack_register_genericons is by default fired off a hook,
774
		 * the hook may have already fired by this point.
775
		 * So, let's just trigger it manually.
776
		 */
777
		require_once( JETPACK__PLUGIN_DIR . '_inc/genericons.php' );
778
		jetpack_register_genericons();
779
780
		/**
781
		 * Register the social logos
782
		 */
783
		require_once( JETPACK__PLUGIN_DIR . '_inc/social-logos.php' );
784
		jetpack_register_social_logos();
785
786 View Code Duplication
		if ( ! wp_style_is( 'jetpack-icons', 'registered' ) )
787
			wp_register_style( 'jetpack-icons', plugins_url( 'css/jetpack-icons.min.css', JETPACK__PLUGIN_FILE ), false, JETPACK__VERSION );
788
	}
789
790
	/**
791
	 * Guess locale from language code.
792
	 *
793
	 * @param string $lang Language code.
794
	 * @return string|bool
795
	 */
796 View Code Duplication
	function guess_locale_from_lang( $lang ) {
797
		if ( 'en' === $lang || 'en_US' === $lang || ! $lang ) {
798
			return 'en_US';
799
		}
800
801
		if ( ! class_exists( 'GP_Locales' ) ) {
802
			if ( ! defined( 'JETPACK__GLOTPRESS_LOCALES_PATH' ) || ! file_exists( JETPACK__GLOTPRESS_LOCALES_PATH ) ) {
803
				return false;
804
			}
805
806
			require JETPACK__GLOTPRESS_LOCALES_PATH;
807
		}
808
809
		if ( defined( 'IS_WPCOM' ) && IS_WPCOM ) {
810
			// WP.com: get_locale() returns 'it'
811
			$locale = GP_Locales::by_slug( $lang );
812
		} else {
813
			// Jetpack: get_locale() returns 'it_IT';
814
			$locale = GP_Locales::by_field( 'facebook_locale', $lang );
815
		}
816
817
		if ( ! $locale ) {
818
			return false;
819
		}
820
821
		if ( empty( $locale->facebook_locale ) ) {
822
			if ( empty( $locale->wp_locale ) ) {
823
				return false;
824
			} else {
825
				// Facebook SDK is smart enough to fall back to en_US if a
826
				// locale isn't supported. Since supported Facebook locales
827
				// can fall out of sync, we'll attempt to use the known
828
				// wp_locale value and rely on said fallback.
829
				return $locale->wp_locale;
830
			}
831
		}
832
833
		return $locale->facebook_locale;
834
	}
835
836
	/**
837
	 * Get the locale.
838
	 *
839
	 * @return string|bool
840
	 */
841
	function get_locale() {
842
		$locale = $this->guess_locale_from_lang( get_locale() );
843
844
		if ( ! $locale ) {
845
			$locale = 'en_US';
846
		}
847
848
		return $locale;
849
	}
850
851
	/**
852
	 * Device Pixels support
853
	 * This improves the resolution of gravatars and wordpress.com uploads on hi-res and zoomed browsers.
854
	 */
855
	function devicepx() {
856
		if ( Jetpack::is_active() ) {
857
			wp_enqueue_script( 'devicepx', set_url_scheme( 'http://s0.wp.com/wp-content/js/devicepx-jetpack.js' ), array(), gmdate( 'oW' ), true );
858
		}
859
	}
860
861
	/**
862
	 * Return the network_site_url so that .com knows what network this site is a part of.
863
	 * @param  bool $option
864
	 * @return string
865
	 */
866
	public function jetpack_main_network_site_option( $option ) {
867
		return network_site_url();
868
	}
869
	/**
870
	 * Network Name.
871
	 */
872
	static function network_name( $option = null ) {
873
		global $current_site;
874
		return $current_site->site_name;
875
	}
876
	/**
877
	 * Does the network allow new user and site registrations.
878
	 * @return string
879
	 */
880
	static function network_allow_new_registrations( $option = null ) {
881
		return ( in_array( get_site_option( 'registration' ), array('none', 'user', 'blog', 'all' ) ) ? get_site_option( 'registration') : 'none' );
882
	}
883
	/**
884
	 * Does the network allow admins to add new users.
885
	 * @return boolian
886
	 */
887
	static function network_add_new_users( $option = null ) {
888
		return (bool) get_site_option( 'add_new_users' );
889
	}
890
	/**
891
	 * File upload psace left per site in MB.
892
	 *  -1 means NO LIMIT.
893
	 * @return number
894
	 */
895
	static function network_site_upload_space( $option = null ) {
896
		// value in MB
897
		return ( get_site_option( 'upload_space_check_disabled' ) ? -1 : get_space_allowed() );
898
	}
899
900
	/**
901
	 * Network allowed file types.
902
	 * @return string
903
	 */
904
	static function network_upload_file_types( $option = null ) {
905
		return get_site_option( 'upload_filetypes', 'jpg jpeg png gif' );
906
	}
907
908
	/**
909
	 * Maximum file upload size set by the network.
910
	 * @return number
911
	 */
912
	static function network_max_upload_file_size( $option = null ) {
913
		// value in KB
914
		return get_site_option( 'fileupload_maxk', 300 );
915
	}
916
917
	/**
918
	 * Lets us know if a site allows admins to manage the network.
919
	 * @return array
920
	 */
921
	static function network_enable_administration_menus( $option = null ) {
922
		return get_site_option( 'menu_items' );
923
	}
924
925
	/**
926
	 * Return whether we are dealing with a multi network setup or not.
927
	 * The reason we are type casting this is because we want to avoid the situation where
928
	 * the result is false since when is_main_network_option return false it cases
929
	 * the rest the get_option( 'jetpack_is_multi_network' ); to return the value that is set in the
930
	 * database which could be set to anything as opposed to what this function returns.
931
	 * @param  bool  $option
932
	 *
933
	 * @return boolean
934
	 */
935
	public function is_main_network_option( $option ) {
936
		// return '1' or ''
937
		return (string) (bool) Jetpack::is_multi_network();
938
	}
939
940
	/**
941
	 * Return true if we are with multi-site or multi-network false if we are dealing with single site.
942
	 *
943
	 * @param  string  $option
944
	 * @return boolean
945
	 */
946
	public function is_multisite( $option ) {
947
		return (string) (bool) is_multisite();
948
	}
949
950
	/**
951
	 * Implemented since there is no core is multi network function
952
	 * Right now there is no way to tell if we which network is the dominant network on the system
953
	 *
954
	 * @since  3.3
955
	 * @return boolean
956
	 */
957
	public static function is_multi_network() {
958
		global  $wpdb;
959
960
		// if we don't have a multi site setup no need to do any more
961
		if ( ! is_multisite() ) {
962
			return false;
963
		}
964
965
		$num_sites = $wpdb->get_var( "SELECT COUNT(*) FROM {$wpdb->site}" );
966
		if ( $num_sites > 1 ) {
967
			return true;
968
		} else {
969
			return false;
970
		}
971
	}
972
973
	/**
974
	 * Trigger an update to the main_network_site when we update the siteurl of a site.
975
	 * @return null
976
	 */
977
	function update_jetpack_main_network_site_option() {
978
		_deprecated_function( __METHOD__, 'jetpack-4.2' );
979
	}
980
	/**
981
	 * Triggered after a user updates the network settings via Network Settings Admin Page
982
	 *
983
	 */
984
	function update_jetpack_network_settings() {
985
		_deprecated_function( __METHOD__, 'jetpack-4.2' );
986
		// Only sync this info for the main network site.
987
	}
988
989
	/**
990
	 * Get back if the current site is single user site.
991
	 *
992
	 * @return bool
993
	 */
994
	public static function is_single_user_site() {
995
		$user_query = new WP_User_Query( array(
996
			'blog_id' => get_current_blog_id(),
997
			'fields'  => 'ID',
998
			'number' => 2
999
		) );
1000
		return 1 === (int) $user_query->get_total();
1001
	}
1002
1003
	/**
1004
	 * Returns true if the site has file write access false otherwise.
1005
	 * @return string ( '1' | '0' )
1006
	 **/
1007
	public static function file_system_write_access() {
1008
		if ( ! function_exists( 'get_filesystem_method' ) ) {
1009
			require_once( ABSPATH . 'wp-admin/includes/file.php' );
1010
		}
1011
1012
		require_once( ABSPATH . 'wp-admin/includes/template.php' );
1013
1014
		$filesystem_method = get_filesystem_method();
1015
		if ( $filesystem_method === 'direct' ) {
1016
			return 1;
1017
		}
1018
1019
		ob_start();
1020
		$filesystem_credentials_are_stored = request_filesystem_credentials( self_admin_url() );
1021
		ob_end_clean();
1022
		if ( $filesystem_credentials_are_stored ) {
1023
			return 1;
1024
		}
1025
		return 0;
1026
	}
1027
1028
	/**
1029
	 * Finds out if a site is using a version control system.
1030
	 * @return string ( '1' | '0' )
1031
	 **/
1032
	public static function is_version_controlled() {
1033
		_deprecated_function( __METHOD__, 'jetpack-4.2', 'Jetpack_Sync_Functions::is_version_controlled' );
1034
		return (string) (int) Jetpack_Sync_Functions::is_version_controlled();
1035
	}
1036
1037
	/**
1038
	 * Determines whether the current theme supports featured images or not.
1039
	 * @return string ( '1' | '0' )
1040
	 */
1041
	public static function featured_images_enabled() {
1042
		_deprecated_function( __METHOD__, 'jetpack-4.2' );
1043
		return current_theme_supports( 'post-thumbnails' ) ? '1' : '0';
1044
	}
1045
1046
	/**
1047
	 * jetpack_updates is saved in the following schema:
1048
	 *
1049
	 * array (
1050
	 *      'plugins'                       => (int) Number of plugin updates available.
1051
	 *      'themes'                        => (int) Number of theme updates available.
1052
	 *      'wordpress'                     => (int) Number of WordPress core updates available.
1053
	 *      'translations'                  => (int) Number of translation updates available.
1054
	 *      'total'                         => (int) Total of all available updates.
1055
	 *      'wp_update_version'             => (string) The latest available version of WordPress, only present if a WordPress update is needed.
1056
	 * )
1057
	 * @return array
1058
	 */
1059
	public static function get_updates() {
1060
		$update_data = wp_get_update_data();
1061
1062
		// Stores the individual update counts as well as the total count.
1063
		if ( isset( $update_data['counts'] ) ) {
1064
			$updates = $update_data['counts'];
1065
		}
1066
1067
		// If we need to update WordPress core, let's find the latest version number.
1068 View Code Duplication
		if ( ! empty( $updates['wordpress'] ) ) {
1069
			$cur = get_preferred_from_update_core();
1070
			if ( isset( $cur->response ) && 'upgrade' === $cur->response ) {
1071
				$updates['wp_update_version'] = $cur->current;
1072
			}
1073
		}
1074
		return isset( $updates ) ? $updates : array();
1075
	}
1076
1077
	public static function get_update_details() {
1078
		$update_details = array(
1079
			'update_core' => get_site_transient( 'update_core' ),
1080
			'update_plugins' => get_site_transient( 'update_plugins' ),
1081
			'update_themes' => get_site_transient( 'update_themes' ),
1082
		);
1083
		return $update_details;
1084
	}
1085
1086
	public static function refresh_update_data() {
1087
		_deprecated_function( __METHOD__, 'jetpack-4.2' );
1088
1089
	}
1090
1091
	public static function refresh_theme_data() {
1092
		_deprecated_function( __METHOD__, 'jetpack-4.2' );
1093
	}
1094
1095
	/**
1096
	 * Is Jetpack active?
1097
	 */
1098
	public static function is_active() {
1099
		return (bool) Jetpack_Data::get_access_token( JETPACK_MASTER_USER );
1100
	}
1101
1102
	/**
1103
	 * Is Jetpack in development (offline) mode?
1104
	 */
1105
	public static function is_development_mode() {
1106
		$development_mode = false;
1107
1108
		if ( defined( 'JETPACK_DEV_DEBUG' ) ) {
1109
			$development_mode = JETPACK_DEV_DEBUG;
1110
		}
1111
1112
		elseif ( site_url() && false === strpos( site_url(), '.' ) ) {
1113
			$development_mode = true;
1114
		}
1115
		/**
1116
		 * Filters Jetpack's development mode.
1117
		 *
1118
		 * @see https://jetpack.com/support/development-mode/
1119
		 *
1120
		 * @since 2.2.1
1121
		 *
1122
		 * @param bool $development_mode Is Jetpack's development mode active.
1123
		 */
1124
		return apply_filters( 'jetpack_development_mode', $development_mode );
1125
	}
1126
1127
	/**
1128
	* Get Jetpack development mode notice text and notice class.
1129
	*
1130
	* Mirrors the checks made in Jetpack::is_development_mode
1131
	*
1132
	*/
1133
	public static function show_development_mode_notice() {
1134
		if ( Jetpack::is_development_mode() ) {
1135
			if ( defined( 'JETPACK_DEV_DEBUG' ) && JETPACK_DEV_DEBUG ) {
1136
				$notice = sprintf(
1137
					/* translators: %s is a URL */
1138
					__( 'In <a href="%s" target="_blank">Development Mode</a>, via the JETPACK_DEV_DEBUG constant being defined in wp-config.php or elsewhere.', 'jetpack' ),
1139
					'https://jetpack.com/support/development-mode/'
1140
				);
1141
			} elseif ( site_url() && false === strpos( site_url(), '.' ) ) {
1142
				$notice = sprintf(
1143
					/* translators: %s is a URL */
1144
					__( 'In <a href="%s" target="_blank">Development Mode</a>, via site URL lacking a dot (e.g. http://localhost).', 'jetpack' ),
1145
					'https://jetpack.com/support/development-mode/'
1146
				);
1147
			} else {
1148
				$notice = sprintf(
1149
					/* translators: %s is a URL */
1150
					__( 'In <a href="%s" target="_blank">Development Mode</a>, via the jetpack_development_mode filter.', 'jetpack' ),
1151
					'https://jetpack.com/support/development-mode/'
1152
				);
1153
			}
1154
1155
			echo '<div class="updated" style="border-color: #f0821e;"><p>' . $notice . '</p></div>';
1156
		}
1157
1158
		// Throw up a notice if using a development version and as for feedback.
1159
		if ( Jetpack::is_development_version() ) {
1160
			/* translators: %s is a URL */
1161
			$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/' );
1162
1163
			echo '<div class="updated" style="border-color: #f0821e;"><p>' . $notice . '</p></div>';
1164
		}
1165
		// Throw up a notice if using staging mode
1166
		if ( Jetpack::is_staging_site() ) {
1167
			/* translators: %s is a URL */
1168
			$notice = sprintf( __( 'You are running Jetpack on a <a href="%s" target="_blank">staging server</a>.', 'jetpack' ), 'https://jetpack.com/support/staging-sites/' );
1169
1170
			echo '<div class="updated" style="border-color: #f0821e;"><p>' . $notice . '</p></div>';
1171
		}
1172
	}
1173
1174
	/**
1175
	 * Whether Jetpack's version maps to a public release, or a development version.
1176
	 */
1177
	public static function is_development_version() {
1178
		return ! preg_match( '/^\d+(\.\d+)+$/', JETPACK__VERSION );
1179
	}
1180
1181
	/**
1182
	 * Is a given user (or the current user if none is specified) linked to a WordPress.com user?
1183
	 */
1184
	public static function is_user_connected( $user_id = false ) {
1185
		$user_id = false === $user_id ? get_current_user_id() : absint( $user_id );
1186
		if ( ! $user_id ) {
1187
			return false;
1188
		}
1189
		
1190
		return (bool) Jetpack_Data::get_access_token( $user_id );
1191
	}
1192
1193
	/**
1194
	 * Get the wpcom user data of the current|specified connected user.
1195
	 */
1196 View Code Duplication
	public static function get_connected_user_data( $user_id = null ) {
1197
		if ( ! $user_id ) {
1198
			$user_id = get_current_user_id();
1199
		}
1200
		Jetpack::load_xml_rpc_client();
1201
		$xml = new Jetpack_IXR_Client( array(
1202
			'user_id' => $user_id,
1203
		) );
1204
		$xml->query( 'wpcom.getUser' );
1205
		if ( ! $xml->isError() ) {
1206
			return $xml->getResponse();
1207
		}
1208
		return false;
1209
	}
1210
1211
	/**
1212
	 * Get the wpcom email of the current|specified connected user.
1213
	 */
1214 View Code Duplication
	public static function get_connected_user_email( $user_id = null ) {
1215
		if ( ! $user_id ) {
1216
			$user_id = get_current_user_id();
1217
		}
1218
		Jetpack::load_xml_rpc_client();
1219
		$xml = new Jetpack_IXR_Client( array(
1220
			'user_id' => $user_id,
1221
		) );
1222
		$xml->query( 'wpcom.getUserEmail' );
1223
		if ( ! $xml->isError() ) {
1224
			return $xml->getResponse();
1225
		}
1226
		return false;
1227
	}
1228
1229
	/**
1230
	 * Get the wpcom email of the master user.
1231
	 */
1232
	public static function get_master_user_email() {
1233
		$master_user_id = Jetpack_Options::get_option( 'master_user' );
1234
		if ( $master_user_id ) {
1235
			return self::get_connected_user_email( $master_user_id );
1236
		}
1237
		return '';
1238
	}
1239
1240
	function current_user_is_connection_owner() {
1241
		$user_token = Jetpack_Data::get_access_token( JETPACK_MASTER_USER );
1242
		return $user_token && is_object( $user_token ) && isset( $user_token->external_user_id ) && get_current_user_id() === $user_token->external_user_id;
1243
	}
1244
1245
	/**
1246
	 * Add any extra oEmbed providers that we know about and use on wpcom for feature parity.
1247
	 */
1248
	function extra_oembed_providers() {
1249
		// Cloudup: https://dev.cloudup.com/#oembed
1250
		wp_oembed_add_provider( 'https://cloudup.com/*' , 'https://cloudup.com/oembed' );
1251
		wp_oembed_add_provider( 'https://me.sh/*', 'https://me.sh/oembed?format=json' );
1252
		wp_oembed_add_provider( '#https?://(www\.)?gfycat\.com/.*#i', 'https://api.gfycat.com/v1/oembed', true );
1253
		wp_oembed_add_provider( '#https?://[^.]+\.(wistia\.com|wi\.st)/(medias|embed)/.*#', 'https://fast.wistia.com/oembed', true );
1254
		wp_oembed_add_provider( '#https?://sketchfab\.com/.*#i', 'https://sketchfab.com/oembed', true );
1255
	}
1256
1257
	/**
1258
	 * Synchronize connected user role changes
1259
	 */
1260
	function user_role_change( $user_id ) {
1261
		_deprecated_function( __METHOD__, 'jetpack-4.2', 'Jetpack_Sync_Users::user_role_change()' );
1262
		Jetpack_Sync_Users::user_role_change( $user_id );
1263
	}
1264
1265
	/**
1266
	 * Loads the currently active modules.
1267
	 */
1268
	public static function load_modules() {
1269
		if ( ! self::is_active() && !self::is_development_mode() ) {
1270
			if ( ! is_multisite() || ! get_site_option( 'jetpack_protect_active' ) ) {
1271
				return;
1272
			}
1273
		}
1274
1275
		$version = Jetpack_Options::get_option( 'version' );
1276
		list( $version ) = explode( ':', $version );
1277
1278
		$modules = array_filter( Jetpack::get_active_modules(), array( 'Jetpack', 'is_module' ) );
1279
1280
		$modules_data = array();
1281
1282
		// Don't load modules that have had "Major" changes since the stored version until they have been deactivated/reactivated through the lint check.
1283
		if ( version_compare( $version, JETPACK__VERSION, '<' ) ) {
1284
			$updated_modules = array();
1285
			foreach ( $modules as $module ) {
1286
				$modules_data[ $module ] = Jetpack::get_module( $module );
1287
				if ( ! isset( $modules_data[ $module ]['changed'] ) ) {
1288
					continue;
1289
				}
1290
1291
				if ( version_compare( $modules_data[ $module ]['changed'], $version, '<=' ) ) {
1292
					continue;
1293
				}
1294
1295
				$updated_modules[] = $module;
1296
			}
1297
1298
			$modules = array_diff( $modules, $updated_modules );
1299
		}
1300
1301
		$is_development_mode = Jetpack::is_development_mode();
1302
1303
		foreach ( $modules as $index => $module ) {
1304
			// If we're in dev mode, disable modules requiring a connection
1305
			if ( $is_development_mode ) {
1306
				// Prime the pump if we need to
1307
				if ( empty( $modules_data[ $module ] ) ) {
1308
					$modules_data[ $module ] = Jetpack::get_module( $module );
1309
				}
1310
				// If the module requires a connection, but we're in local mode, don't include it.
1311
				if ( $modules_data[ $module ]['requires_connection'] ) {
1312
					continue;
1313
				}
1314
			}
1315
1316
			if ( did_action( 'jetpack_module_loaded_' . $module ) ) {
1317
				continue;
1318
			}
1319
1320
			if ( ! @include( Jetpack::get_module_path( $module ) ) ) {
1321
				unset( $modules[ $index ] );
1322
				Jetpack_Options::update_option( 'active_modules', array_values( $modules ) );
1323
				continue;
1324
			}
1325
1326
			/**
1327
			 * Fires when a specific module is loaded.
1328
			 * The dynamic part of the hook, $module, is the module slug.
1329
			 *
1330
			 * @since 1.1.0
1331
			 */
1332
			do_action( 'jetpack_module_loaded_' . $module );
1333
		}
1334
1335
		/**
1336
		 * Fires when all the modules are loaded.
1337
		 *
1338
		 * @since 1.1.0
1339
		 */
1340
		do_action( 'jetpack_modules_loaded' );
1341
1342
		// 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.
1343
		if ( Jetpack::is_active() || Jetpack::is_development_mode() )
1344
			require_once( JETPACK__PLUGIN_DIR . 'modules/module-extras.php' );
1345
	}
1346
1347
	/**
1348
	 * Check if Jetpack's REST API compat file should be included
1349
	 * @action plugins_loaded
1350
	 * @return null
1351
	 */
1352
	public function check_rest_api_compat() {
1353
		/**
1354
		 * Filters the list of REST API compat files to be included.
1355
		 *
1356
		 * @since 2.2.5
1357
		 *
1358
		 * @param array $args Array of REST API compat files to include.
1359
		 */
1360
		$_jetpack_rest_api_compat_includes = apply_filters( 'jetpack_rest_api_compat', array() );
1361
1362
		if ( function_exists( 'bbpress' ) )
1363
			$_jetpack_rest_api_compat_includes[] = JETPACK__PLUGIN_DIR . 'class.jetpack-bbpress-json-api-compat.php';
1364
1365
		foreach ( $_jetpack_rest_api_compat_includes as $_jetpack_rest_api_compat_include )
1366
			require_once $_jetpack_rest_api_compat_include;
1367
	}
1368
1369
	/**
1370
	 * Gets all plugins currently active in values, regardless of whether they're
1371
	 * traditionally activated or network activated.
1372
	 *
1373
	 * @todo Store the result in core's object cache maybe?
1374
	 */
1375
	public static function get_active_plugins() {
1376
		$active_plugins = (array) get_option( 'active_plugins', array() );
1377
1378
		if ( is_multisite() ) {
1379
			// Due to legacy code, active_sitewide_plugins stores them in the keys,
1380
			// whereas active_plugins stores them in the values.
1381
			$network_plugins = array_keys( get_site_option( 'active_sitewide_plugins', array() ) );
1382
			if ( $network_plugins ) {
1383
				$active_plugins = array_merge( $active_plugins, $network_plugins );
1384
			}
1385
		}
1386
1387
		sort( $active_plugins );
1388
1389
		return array_unique( $active_plugins );
1390
	}
1391
1392
	/**
1393
	 * Gets and parses additional plugin data to send with the heartbeat data
1394
	 *
1395
	 * @since 3.8.1
1396
	 *
1397
	 * @return array Array of plugin data
1398
	 */
1399
	public static function get_parsed_plugin_data() {
1400
		if ( ! function_exists( 'get_plugins' ) ) {
1401
			require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
1402
		}
1403
		/** This filter is documented in wp-admin/includes/class-wp-plugins-list-table.php */
1404
		$all_plugins    = apply_filters( 'all_plugins', get_plugins() );
1405
		$active_plugins = Jetpack::get_active_plugins();
1406
1407
		$plugins = array();
1408
		foreach ( $all_plugins as $path => $plugin_data ) {
1409
			$plugins[ $path ] = array(
1410
					'is_active' => in_array( $path, $active_plugins ),
1411
					'file'      => $path,
1412
					'name'      => $plugin_data['Name'],
1413
					'version'   => $plugin_data['Version'],
1414
					'author'    => $plugin_data['Author'],
1415
			);
1416
		}
1417
1418
		return $plugins;
1419
	}
1420
1421
	/**
1422
	 * Gets and parses theme data to send with the heartbeat data
1423
	 *
1424
	 * @since 3.8.1
1425
	 *
1426
	 * @return array Array of theme data
1427
	 */
1428
	public static function get_parsed_theme_data() {
1429
		$all_themes = wp_get_themes( array( 'allowed' => true ) );
1430
		$header_keys = array( 'Name', 'Author', 'Version', 'ThemeURI', 'AuthorURI', 'Status', 'Tags' );
1431
1432
		$themes = array();
1433
		foreach ( $all_themes as $slug => $theme_data ) {
1434
			$theme_headers = array();
1435
			foreach ( $header_keys as $header_key ) {
1436
				$theme_headers[ $header_key ] = $theme_data->get( $header_key );
1437
			}
1438
1439
			$themes[ $slug ] = array(
1440
					'is_active_theme' => $slug == wp_get_theme()->get_template(),
1441
					'slug' => $slug,
1442
					'theme_root' => $theme_data->get_theme_root_uri(),
1443
					'parent' => $theme_data->parent(),
1444
					'headers' => $theme_headers
1445
			);
1446
		}
1447
1448
		return $themes;
1449
	}
1450
1451
	/**
1452
	 * Checks whether a specific plugin is active.
1453
	 *
1454
	 * We don't want to store these in a static variable, in case
1455
	 * there are switch_to_blog() calls involved.
1456
	 */
1457
	public static function is_plugin_active( $plugin = 'jetpack/jetpack.php' ) {
1458
		return in_array( $plugin, self::get_active_plugins() );
1459
	}
1460
1461
	/**
1462
	 * Check if Jetpack's Open Graph tags should be used.
1463
	 * If certain plugins are active, Jetpack's og tags are suppressed.
1464
	 *
1465
	 * @uses Jetpack::get_active_modules, add_filter, get_option, apply_filters
1466
	 * @action plugins_loaded
1467
	 * @return null
1468
	 */
1469
	public function check_open_graph() {
1470
		if ( in_array( 'publicize', Jetpack::get_active_modules() ) || in_array( 'sharedaddy', Jetpack::get_active_modules() ) ) {
1471
			add_filter( 'jetpack_enable_open_graph', '__return_true', 0 );
1472
		}
1473
1474
		$active_plugins = self::get_active_plugins();
1475
1476
		if ( ! empty( $active_plugins ) ) {
1477
			foreach ( $this->open_graph_conflicting_plugins as $plugin ) {
1478
				if ( in_array( $plugin, $active_plugins ) ) {
1479
					add_filter( 'jetpack_enable_open_graph', '__return_false', 99 );
1480
					break;
1481
				}
1482
			}
1483
		}
1484
1485
		/**
1486
		 * Allow the addition of Open Graph Meta Tags to all pages.
1487
		 *
1488
		 * @since 2.0.3
1489
		 *
1490
		 * @param bool false Should Open Graph Meta tags be added. Default to false.
1491
		 */
1492
		if ( apply_filters( 'jetpack_enable_open_graph', false ) ) {
1493
			require_once JETPACK__PLUGIN_DIR . 'functions.opengraph.php';
1494
		}
1495
	}
1496
1497
	/**
1498
	 * Check if Jetpack's Twitter tags should be used.
1499
	 * If certain plugins are active, Jetpack's twitter tags are suppressed.
1500
	 *
1501
	 * @uses Jetpack::get_active_modules, add_filter, get_option, apply_filters
1502
	 * @action plugins_loaded
1503
	 * @return null
1504
	 */
1505
	public function check_twitter_tags() {
1506
1507
		$active_plugins = self::get_active_plugins();
1508
1509
		if ( ! empty( $active_plugins ) ) {
1510
			foreach ( $this->twitter_cards_conflicting_plugins as $plugin ) {
1511
				if ( in_array( $plugin, $active_plugins ) ) {
1512
					add_filter( 'jetpack_disable_twitter_cards', '__return_true', 99 );
1513
					break;
1514
				}
1515
			}
1516
		}
1517
1518
		/**
1519
		 * Allow Twitter Card Meta tags to be disabled.
1520
		 *
1521
		 * @since 2.6.0
1522
		 *
1523
		 * @param bool true Should Twitter Card Meta tags be disabled. Default to true.
1524
		 */
1525
		if ( ! apply_filters( 'jetpack_disable_twitter_cards', false ) ) {
1526
			require_once JETPACK__PLUGIN_DIR . 'class.jetpack-twitter-cards.php';
1527
		}
1528
	}
1529
1530
	/**
1531
	 * Allows plugins to submit security reports.
1532
 	 *
1533
	 * @param string  $type         Report type (login_form, backup, file_scanning, spam)
1534
	 * @param string  $plugin_file  Plugin __FILE__, so that we can pull plugin data
1535
	 * @param array   $args         See definitions above
1536
	 */
1537
	public static function submit_security_report( $type = '', $plugin_file = '', $args = array() ) {
1538
		_deprecated_function( __FUNCTION__, 'jetpack-4.2', null );
1539
	}
1540
1541
/* Jetpack Options API */
1542
1543
	public static function get_option_names( $type = 'compact' ) {
1544
		return Jetpack_Options::get_option_names( $type );
1545
	}
1546
1547
	/**
1548
	 * Returns the requested option.  Looks in jetpack_options or jetpack_$name as appropriate.
1549
 	 *
1550
	 * @param string $name    Option name
1551
	 * @param mixed  $default (optional)
1552
	 */
1553
	public static function get_option( $name, $default = false ) {
1554
		return Jetpack_Options::get_option( $name, $default );
1555
	}
1556
1557
	/**
1558
	* Stores two secrets and a timestamp so WordPress.com can make a request back and verify an action
1559
	* Does some extra verification so urls (such as those to public-api, register, etc) can't just be crafted
1560
	* $name must be a registered option name.
1561
	*/
1562
	public static function create_nonce( $name ) {
1563
		$secret = wp_generate_password( 32, false ) . ':' . wp_generate_password( 32, false ) . ':' . ( time() + 600 );
1564
1565
		Jetpack_Options::update_option( $name, $secret );
1566
		@list( $secret_1, $secret_2, $eol ) = explode( ':', Jetpack_Options::get_option( $name ) );
1567
		if ( empty( $secret_1 ) || empty( $secret_2 ) || $eol < time() )
1568
			return new Jetpack_Error( 'missing_secrets' );
1569
1570
		return array(
1571
			'secret_1' => $secret_1,
1572
			'secret_2' => $secret_2,
1573
			'eol'      => $eol,
1574
		);
1575
	}
1576
1577
	/**
1578
	 * Updates the single given option.  Updates jetpack_options or jetpack_$name as appropriate.
1579
 	 *
1580
	 * @deprecated 3.4 use Jetpack_Options::update_option() instead.
1581
	 * @param string $name  Option name
1582
	 * @param mixed  $value Option value
1583
	 */
1584
	public static function update_option( $name, $value ) {
1585
		_deprecated_function( __METHOD__, 'jetpack-3.4', 'Jetpack_Options::update_option()' );
1586
		return Jetpack_Options::update_option( $name, $value );
1587
	}
1588
1589
	/**
1590
	 * Updates the multiple given options.  Updates jetpack_options and/or jetpack_$name as appropriate.
1591
 	 *
1592
	 * @deprecated 3.4 use Jetpack_Options::update_options() instead.
1593
	 * @param array $array array( option name => option value, ... )
1594
	 */
1595
	public static function update_options( $array ) {
1596
		_deprecated_function( __METHOD__, 'jetpack-3.4', 'Jetpack_Options::update_options()' );
1597
		return Jetpack_Options::update_options( $array );
1598
	}
1599
1600
	/**
1601
	 * Deletes the given option.  May be passed multiple option names as an array.
1602
	 * Updates jetpack_options and/or deletes jetpack_$name as appropriate.
1603
	 *
1604
	 * @deprecated 3.4 use Jetpack_Options::delete_option() instead.
1605
	 * @param string|array $names
1606
	 */
1607
	public static function delete_option( $names ) {
1608
		_deprecated_function( __METHOD__, 'jetpack-3.4', 'Jetpack_Options::delete_option()' );
1609
		return Jetpack_Options::delete_option( $names );
1610
	}
1611
1612
	/**
1613
	 * Enters a user token into the user_tokens option
1614
	 *
1615
	 * @param int $user_id
1616
	 * @param string $token
1617
	 * return bool
1618
	 */
1619
	public static function update_user_token( $user_id, $token, $is_master_user ) {
1620
		// not designed for concurrent updates
1621
		$user_tokens = Jetpack_Options::get_option( 'user_tokens' );
1622
		if ( ! is_array( $user_tokens ) )
1623
			$user_tokens = array();
1624
		$user_tokens[$user_id] = $token;
1625
		if ( $is_master_user ) {
1626
			$master_user = $user_id;
1627
			$options     = compact( 'user_tokens', 'master_user' );
1628
		} else {
1629
			$options = compact( 'user_tokens' );
1630
		}
1631
		return Jetpack_Options::update_options( $options );
1632
	}
1633
1634
	/**
1635
	 * Returns an array of all PHP files in the specified absolute path.
1636
	 * Equivalent to glob( "$absolute_path/*.php" ).
1637
	 *
1638
	 * @param string $absolute_path The absolute path of the directory to search.
1639
	 * @return array Array of absolute paths to the PHP files.
1640
	 */
1641
	public static function glob_php( $absolute_path ) {
1642
		if ( function_exists( 'glob' ) ) {
1643
			return glob( "$absolute_path/*.php" );
1644
		}
1645
1646
		$absolute_path = untrailingslashit( $absolute_path );
1647
		$files = array();
1648
		if ( ! $dir = @opendir( $absolute_path ) ) {
1649
			return $files;
1650
		}
1651
1652
		while ( false !== $file = readdir( $dir ) ) {
1653
			if ( '.' == substr( $file, 0, 1 ) || '.php' != substr( $file, -4 ) ) {
1654
				continue;
1655
			}
1656
1657
			$file = "$absolute_path/$file";
1658
1659
			if ( ! is_file( $file ) ) {
1660
				continue;
1661
			}
1662
1663
			$files[] = $file;
1664
		}
1665
1666
		closedir( $dir );
1667
1668
		return $files;
1669
	}
1670
1671
	public static function activate_new_modules( $redirect = false ) {
1672
		if ( ! Jetpack::is_active() && ! Jetpack::is_development_mode() ) {
1673
			return;
1674
		}
1675
1676
		$active_modules     = Jetpack::get_active_modules();
1677
		$reactivate_modules = array();
1678
		foreach ( $active_modules as $active_module ) {
1679
			$module = Jetpack::get_module( $active_module );
1680
			if ( ! isset( $module['changed'] ) ) {
1681
				continue;
1682
			}
1683
1684
			if ( version_compare( $module['changed'], $jetpack_version, '<=' ) ) {
1685
				continue;
1686
			}
1687
1688
			$reactivate_modules[] = $active_module;
1689
			Jetpack::deactivate_module( $active_module );
1690
		}
1691
1692
		Jetpack::state( 'message', 'modules_activated' );
1693
		Jetpack::activate_default_modules( $jetpack_version, JETPACK__VERSION, $reactivate_modules );
1694
1695
		if ( $redirect ) {
1696
			$page = 'jetpack'; // make sure we redirect to either settings or the jetpack page
1697
			if ( isset( $_GET['page'] ) && in_array( $_GET['page'], array( 'jetpack', 'jetpack_modules' ) ) ) {
1698
				$page = $_GET['page'];
1699
			}
1700
1701
			wp_safe_redirect( Jetpack::admin_url( 'page=' . $page ) );
1702
			exit;
1703
		}
1704
	}
1705
1706
	/**
1707
	 * List available Jetpack modules. Simply lists .php files in /modules/.
1708
	 * Make sure to tuck away module "library" files in a sub-directory.
1709
	 */
1710
	public static function get_available_modules( $min_version = false, $max_version = false ) {
1711
		static $modules = null;
1712
1713
		if ( ! isset( $modules ) ) {
1714
			$available_modules_option = Jetpack_Options::get_option( 'available_modules', array() );
1715
			// Use the cache if we're on the front-end and it's available...
1716
			if ( ! is_admin() && ! empty( $available_modules_option[ JETPACK__VERSION ] ) ) {
1717
				$modules = $available_modules_option[ JETPACK__VERSION ];
1718
			} else {
1719
				$files = Jetpack::glob_php( JETPACK__PLUGIN_DIR . 'modules' );
1720
1721
				$modules = array();
1722
1723
				foreach ( $files as $file ) {
1724
					if ( ! $headers = Jetpack::get_module( $file ) ) {
1725
						continue;
1726
					}
1727
1728
					$modules[ Jetpack::get_module_slug( $file ) ] = $headers['introduced'];
1729
				}
1730
1731
				Jetpack_Options::update_option( 'available_modules', array(
1732
					JETPACK__VERSION => $modules,
1733
				) );
1734
			}
1735
		}
1736
1737
		/**
1738
		 * Filters the array of modules available to be activated.
1739
		 *
1740
		 * @since 2.4.0
1741
		 *
1742
		 * @param array $modules Array of available modules.
1743
		 * @param string $min_version Minimum version number required to use modules.
1744
		 * @param string $max_version Maximum version number required to use modules.
1745
		 */
1746
		$mods = apply_filters( 'jetpack_get_available_modules', $modules, $min_version, $max_version );
1747
1748
		if ( ! $min_version && ! $max_version ) {
1749
			return array_keys( $mods );
1750
		}
1751
1752
		$r = array();
1753
		foreach ( $mods as $slug => $introduced ) {
1754
			if ( $min_version && version_compare( $min_version, $introduced, '>=' ) ) {
1755
				continue;
1756
			}
1757
1758
			if ( $max_version && version_compare( $max_version, $introduced, '<' ) ) {
1759
				continue;
1760
			}
1761
1762
			$r[] = $slug;
1763
		}
1764
1765
		return $r;
1766
	}
1767
1768
	/**
1769
	 * Default modules loaded on activation.
1770
	 */
1771
	public static function get_default_modules( $min_version = false, $max_version = false ) {
1772
		$return = array();
1773
1774
		foreach ( Jetpack::get_available_modules( $min_version, $max_version ) as $module ) {
1775
			$module_data = Jetpack::get_module( $module );
1776
1777
			switch ( strtolower( $module_data['auto_activate'] ) ) {
1778
				case 'yes' :
1779
					$return[] = $module;
1780
					break;
1781
				case 'public' :
1782
					if ( Jetpack_Options::get_option( 'public' ) ) {
1783
						$return[] = $module;
1784
					}
1785
					break;
1786
				case 'no' :
1787
				default :
1788
					break;
1789
			}
1790
		}
1791
		/**
1792
		 * Filters the array of default modules.
1793
		 *
1794
		 * @since 2.5.0
1795
		 *
1796
		 * @param array $return Array of default modules.
1797
		 * @param string $min_version Minimum version number required to use modules.
1798
		 * @param string $max_version Maximum version number required to use modules.
1799
		 */
1800
		return apply_filters( 'jetpack_get_default_modules', $return, $min_version, $max_version );
1801
	}
1802
1803
	/**
1804
	 * Checks activated modules during auto-activation to determine
1805
	 * if any of those modules are being deprecated.  If so, close
1806
	 * them out, and add any replacement modules.
1807
	 *
1808
	 * Runs at priority 99 by default.
1809
	 *
1810
	 * This is run late, so that it can still activate a module if
1811
	 * the new module is a replacement for another that the user
1812
	 * currently has active, even if something at the normal priority
1813
	 * would kibosh everything.
1814
	 *
1815
	 * @since 2.6
1816
	 * @uses jetpack_get_default_modules filter
1817
	 * @param array $modules
1818
	 * @return array
1819
	 */
1820
	function handle_deprecated_modules( $modules ) {
1821
		$deprecated_modules = array(
1822
			'debug'            => null,  // Closed out and moved to ./class.jetpack-debugger.php
1823
			'wpcc'             => 'sso', // Closed out in 2.6 -- SSO provides the same functionality.
1824
			'gplus-authorship' => null,  // Closed out in 3.2 -- Google dropped support.
1825
		);
1826
1827
		// Don't activate SSO if they never completed activating WPCC.
1828
		if ( Jetpack::is_module_active( 'wpcc' ) ) {
1829
			$wpcc_options = Jetpack_Options::get_option( 'wpcc_options' );
1830
			if ( empty( $wpcc_options ) || empty( $wpcc_options['client_id'] ) || empty( $wpcc_options['client_id'] ) ) {
1831
				$deprecated_modules['wpcc'] = null;
1832
			}
1833
		}
1834
1835
		foreach ( $deprecated_modules as $module => $replacement ) {
1836
			if ( Jetpack::is_module_active( $module ) ) {
1837
				self::deactivate_module( $module );
1838
				if ( $replacement ) {
1839
					$modules[] = $replacement;
1840
				}
1841
			}
1842
		}
1843
1844
		return array_unique( $modules );
1845
	}
1846
1847
	/**
1848
	 * Checks activated plugins during auto-activation to determine
1849
	 * if any of those plugins are in the list with a corresponding module
1850
	 * that is not compatible with the plugin. The module will not be allowed
1851
	 * to auto-activate.
1852
	 *
1853
	 * @since 2.6
1854
	 * @uses jetpack_get_default_modules filter
1855
	 * @param array $modules
1856
	 * @return array
1857
	 */
1858
	function filter_default_modules( $modules ) {
1859
1860
		$active_plugins = self::get_active_plugins();
1861
1862
		if ( ! empty( $active_plugins ) ) {
1863
1864
			// For each module we'd like to auto-activate...
1865
			foreach ( $modules as $key => $module ) {
1866
				// If there are potential conflicts for it...
1867
				if ( ! empty( $this->conflicting_plugins[ $module ] ) ) {
1868
					// For each potential conflict...
1869
					foreach ( $this->conflicting_plugins[ $module ] as $title => $plugin ) {
1870
						// If that conflicting plugin is active...
1871
						if ( in_array( $plugin, $active_plugins ) ) {
1872
							// Remove that item from being auto-activated.
1873
							unset( $modules[ $key ] );
1874
						}
1875
					}
1876
				}
1877
			}
1878
		}
1879
1880
		return $modules;
1881
	}
1882
1883
	/**
1884
	 * Extract a module's slug from its full path.
1885
	 */
1886
	public static function get_module_slug( $file ) {
1887
		return str_replace( '.php', '', basename( $file ) );
1888
	}
1889
1890
	/**
1891
	 * Generate a module's path from its slug.
1892
	 */
1893
	public static function get_module_path( $slug ) {
1894
		return JETPACK__PLUGIN_DIR . "modules/$slug.php";
1895
	}
1896
1897
	/**
1898
	 * Load module data from module file. Headers differ from WordPress
1899
	 * plugin headers to avoid them being identified as standalone
1900
	 * plugins on the WordPress plugins page.
1901
	 */
1902
	public static function get_module( $module ) {
1903
		$headers = array(
1904
			'name'                      => 'Module Name',
1905
			'description'               => 'Module Description',
1906
			'jumpstart_desc'            => 'Jumpstart Description',
1907
			'sort'                      => 'Sort Order',
1908
			'recommendation_order'      => 'Recommendation Order',
1909
			'introduced'                => 'First Introduced',
1910
			'changed'                   => 'Major Changes In',
1911
			'deactivate'                => 'Deactivate',
1912
			'free'                      => 'Free',
1913
			'requires_connection'       => 'Requires Connection',
1914
			'auto_activate'             => 'Auto Activate',
1915
			'module_tags'               => 'Module Tags',
1916
			'feature'                   => 'Feature',
1917
			'additional_search_queries' => 'Additional Search Queries',
1918
		);
1919
1920
		$file = Jetpack::get_module_path( Jetpack::get_module_slug( $module ) );
1921
1922
		$mod = Jetpack::get_file_data( $file, $headers );
1923
		if ( empty( $mod['name'] ) ) {
1924
			return false;
1925
		}
1926
1927
		$mod['sort']                    = empty( $mod['sort'] ) ? 10 : (int) $mod['sort'];
1928
		$mod['recommendation_order']    = empty( $mod['recommendation_order'] ) ? 20 : (int) $mod['recommendation_order'];
1929
		$mod['deactivate']              = empty( $mod['deactivate'] );
1930
		$mod['free']                    = empty( $mod['free'] );
1931
		$mod['requires_connection']     = ( ! empty( $mod['requires_connection'] ) && 'No' == $mod['requires_connection'] ) ? false : true;
1932
1933
		if ( empty( $mod['auto_activate'] ) || ! in_array( strtolower( $mod['auto_activate'] ), array( 'yes', 'no', 'public' ) ) ) {
1934
			$mod['auto_activate'] = 'No';
1935
		} else {
1936
			$mod['auto_activate'] = (string) $mod['auto_activate'];
1937
		}
1938
1939
		if ( $mod['module_tags'] ) {
1940
			$mod['module_tags'] = explode( ',', $mod['module_tags'] );
1941
			$mod['module_tags'] = array_map( 'trim', $mod['module_tags'] );
1942
			$mod['module_tags'] = array_map( array( __CLASS__, 'translate_module_tag' ), $mod['module_tags'] );
1943
		} else {
1944
			$mod['module_tags'] = array( self::translate_module_tag( 'Other' ) );
1945
		}
1946
1947
		if ( $mod['feature'] ) {
1948
			$mod['feature'] = explode( ',', $mod['feature'] );
1949
			$mod['feature'] = array_map( 'trim', $mod['feature'] );
1950
		} else {
1951
			$mod['feature'] = array( self::translate_module_tag( 'Other' ) );
1952
		}
1953
1954
		/**
1955
		 * Filters the feature array on a module.
1956
		 *
1957
		 * This filter allows you to control where each module is filtered: Recommended,
1958
		 * Jumpstart, and the default "Other" listing.
1959
		 *
1960
		 * @since 3.5.0
1961
		 *
1962
		 * @param array   $mod['feature'] The areas to feature this module:
1963
		 *     'Jumpstart' adds to the "Jumpstart" option to activate many modules at once.
1964
		 *     'Recommended' shows on the main Jetpack admin screen.
1965
		 *     'Other' should be the default if no other value is in the array.
1966
		 * @param string  $module The slug of the module, e.g. sharedaddy.
1967
		 * @param array   $mod All the currently assembled module data.
1968
		 */
1969
		$mod['feature'] = apply_filters( 'jetpack_module_feature', $mod['feature'], $module, $mod );
1970
1971
		/**
1972
		 * Filter the returned data about a module.
1973
		 *
1974
		 * This filter allows overriding any info about Jetpack modules. It is dangerous,
1975
		 * so please be careful.
1976
		 *
1977
		 * @since 3.6.0
1978
		 *
1979
		 * @param array   $mod    The details of the requested module.
1980
		 * @param string  $module The slug of the module, e.g. sharedaddy
1981
		 * @param string  $file   The path to the module source file.
1982
		 */
1983
		return apply_filters( 'jetpack_get_module', $mod, $module, $file );
1984
	}
1985
1986
	/**
1987
	 * Like core's get_file_data implementation, but caches the result.
1988
	 */
1989
	public static function get_file_data( $file, $headers ) {
1990
		//Get just the filename from $file (i.e. exclude full path) so that a consistent hash is generated
1991
		$file_name = basename( $file );
1992
		$file_data_option = Jetpack_Options::get_option( 'file_data', array() );
1993
		$key              = md5( $file_name . serialize( $headers ) );
1994
		$refresh_cache    = is_admin() && isset( $_GET['page'] ) && 'jetpack' === substr( $_GET['page'], 0, 7 );
1995
1996
		// If we don't need to refresh the cache, and already have the value, short-circuit!
1997
		if ( ! $refresh_cache && isset( $file_data_option[ JETPACK__VERSION ][ $key ] ) ) {
1998
			return $file_data_option[ JETPACK__VERSION ][ $key ];
1999
		}
2000
2001
		$data = get_file_data( $file, $headers );
2002
2003
		// Strip out any old Jetpack versions that are cluttering the option.
2004
		$file_data_option = array_intersect_key( (array) $file_data_option, array( JETPACK__VERSION => null ) );
2005
		$file_data_option[ JETPACK__VERSION ][ $key ] = $data;
2006
		Jetpack_Options::update_option( 'file_data', $file_data_option );
2007
2008
		return $data;
2009
	}
2010
2011
	/**
2012
	 * Return translated module tag.
2013
	 *
2014
	 * @param string $tag Tag as it appears in each module heading.
2015
	 *
2016
	 * @return mixed
2017
	 */
2018
	public static function translate_module_tag( $tag ) {
2019
		return jetpack_get_module_i18n_tag( $tag );
2020
	}
2021
2022
	/**
2023
	 * Return module name translation. Uses matching string created in modules/module-headings.php.
2024
	 *
2025
	 * @since 3.9.2
2026
	 *
2027
	 * @param array $modules
2028
	 *
2029
	 * @return string|void
2030
	 */
2031
	public static function get_translated_modules( $modules ) {
2032
		foreach ( $modules as $index => $module ) {
2033
			$i18n_module = jetpack_get_module_i18n( $module['module'] );
2034
			if ( isset( $module['name'] ) ) {
2035
				$modules[ $index ]['name'] = $i18n_module['name'];
2036
			}
2037
			if ( isset( $module['description'] ) ) {
2038
				$modules[ $index ]['description'] = $i18n_module['description'];
2039
				$modules[ $index ]['short_description'] = $i18n_module['description'];
2040
			}
2041
		}
2042
		return $modules;
2043
	}
2044
2045
	/**
2046
	 * Get a list of activated modules as an array of module slugs.
2047
	 */
2048
	public static function get_active_modules() {
2049
		$active = Jetpack_Options::get_option( 'active_modules' );
2050
		if ( ! is_array( $active ) )
2051
			$active = array();
2052
		if ( class_exists( 'VaultPress' ) || function_exists( 'vaultpress_contact_service' ) ) {
2053
			$active[] = 'vaultpress';
2054
		} else {
2055
			$active = array_diff( $active, array( 'vaultpress' ) );
2056
		}
2057
2058
		//If protect is active on the main site of a multisite, it should be active on all sites.
2059
		if ( ! in_array( 'protect', $active ) && is_multisite() && get_site_option( 'jetpack_protect_active' ) ) {
2060
			$active[] = 'protect';
2061
		}
2062
2063
		return array_unique( $active );
2064
	}
2065
2066
	/**
2067
	 * Check whether or not a Jetpack module is active.
2068
	 *
2069
	 * @param string $module The slug of a Jetpack module.
2070
	 * @return bool
2071
	 *
2072
	 * @static
2073
	 */
2074
	public static function is_module_active( $module ) {
2075
		return in_array( $module, self::get_active_modules() );
2076
	}
2077
2078
	public static function is_module( $module ) {
2079
		return ! empty( $module ) && ! validate_file( $module, Jetpack::get_available_modules() );
2080
	}
2081
2082
	/**
2083
	 * Catches PHP errors.  Must be used in conjunction with output buffering.
2084
	 *
2085
	 * @param bool $catch True to start catching, False to stop.
2086
	 *
2087
	 * @static
2088
	 */
2089
	public static function catch_errors( $catch ) {
2090
		static $display_errors, $error_reporting;
2091
2092
		if ( $catch ) {
2093
			$display_errors  = @ini_set( 'display_errors', 1 );
2094
			$error_reporting = @error_reporting( E_ALL );
2095
			add_action( 'shutdown', array( 'Jetpack', 'catch_errors_on_shutdown' ), 0 );
2096
		} else {
2097
			@ini_set( 'display_errors', $display_errors );
2098
			@error_reporting( $error_reporting );
2099
			remove_action( 'shutdown', array( 'Jetpack', 'catch_errors_on_shutdown' ), 0 );
2100
		}
2101
	}
2102
2103
	/**
2104
	 * Saves any generated PHP errors in ::state( 'php_errors', {errors} )
2105
	 */
2106
	public static function catch_errors_on_shutdown() {
2107
		Jetpack::state( 'php_errors', ob_get_clean() );
2108
	}
2109
2110
	public static function activate_default_modules( $min_version = false, $max_version = false, $other_modules = array(), $redirect = true ) {
2111
		$jetpack = Jetpack::init();
2112
2113
		$modules = Jetpack::get_default_modules( $min_version, $max_version );
2114
		$modules = array_merge( $other_modules, $modules );
2115
2116
		// Look for standalone plugins and disable if active.
2117
2118
		$to_deactivate = array();
2119
		foreach ( $modules as $module ) {
2120
			if ( isset( $jetpack->plugins_to_deactivate[$module] ) ) {
2121
				$to_deactivate[$module] = $jetpack->plugins_to_deactivate[$module];
2122
			}
2123
		}
2124
2125
		$deactivated = array();
2126
		foreach ( $to_deactivate as $module => $deactivate_me ) {
2127
			list( $probable_file, $probable_title ) = $deactivate_me;
2128
			if ( Jetpack_Client_Server::deactivate_plugin( $probable_file, $probable_title ) ) {
2129
				$deactivated[] = $module;
2130
			}
2131
		}
2132
2133
		if ( $deactivated && $redirect ) {
2134
			Jetpack::state( 'deactivated_plugins', join( ',', $deactivated ) );
2135
2136
			$url = add_query_arg(
2137
				array(
2138
					'action'   => 'activate_default_modules',
2139
					'_wpnonce' => wp_create_nonce( 'activate_default_modules' ),
2140
				),
2141
				add_query_arg( compact( 'min_version', 'max_version', 'other_modules' ), Jetpack::admin_url( 'page=jetpack' ) )
2142
			);
2143
			wp_safe_redirect( $url );
2144
			exit;
2145
		}
2146
2147
		/**
2148
		 * Fires before default modules are activated.
2149
		 *
2150
		 * @since 1.9.0
2151
		 *
2152
		 * @param string $min_version Minimum version number required to use modules.
2153
		 * @param string $max_version Maximum version number required to use modules.
2154
		 * @param array $other_modules Array of other modules to activate alongside the default modules.
2155
		 */
2156
		do_action( 'jetpack_before_activate_default_modules', $min_version, $max_version, $other_modules );
2157
2158
		// Check each module for fatal errors, a la wp-admin/plugins.php::activate before activating
2159
		Jetpack::restate();
2160
		Jetpack::catch_errors( true );
2161
2162
		$active = Jetpack::get_active_modules();
2163
2164
		foreach ( $modules as $module ) {
2165
			if ( did_action( "jetpack_module_loaded_$module" ) ) {
2166
				$active[] = $module;
2167
				Jetpack_Options::update_option( 'active_modules', array_unique( $active ) );
2168
				continue;
2169
			}
2170
2171
			if ( in_array( $module, $active ) ) {
2172
				$module_info = Jetpack::get_module( $module );
2173
				if ( ! $module_info['deactivate'] ) {
2174
					$state = in_array( $module, $other_modules ) ? 'reactivated_modules' : 'activated_modules';
2175 View Code Duplication
					if ( $active_state = Jetpack::state( $state ) ) {
2176
						$active_state = explode( ',', $active_state );
2177
					} else {
2178
						$active_state = array();
2179
					}
2180
					$active_state[] = $module;
2181
					Jetpack::state( $state, implode( ',', $active_state ) );
2182
				}
2183
				continue;
2184
			}
2185
2186
			$file = Jetpack::get_module_path( $module );
2187
			if ( ! file_exists( $file ) ) {
2188
				continue;
2189
			}
2190
2191
			// we'll override this later if the plugin can be included without fatal error
2192
			if ( $redirect ) {
2193
				wp_safe_redirect( Jetpack::admin_url( 'page=jetpack' ) );
2194
			}
2195
			Jetpack::state( 'error', 'module_activation_failed' );
2196
			Jetpack::state( 'module', $module );
2197
			ob_start();
2198
			require $file;
2199
			/**
2200
			 * Fires when a specific module is activated.
2201
			 *
2202
			 * @since 1.9.0
2203
			 *
2204
			 * @param string $module Module slug.
2205
			 */
2206
			do_action( 'jetpack_activate_module', $module );
2207
			$active[] = $module;
2208
			$state    = in_array( $module, $other_modules ) ? 'reactivated_modules' : 'activated_modules';
2209 View Code Duplication
			if ( $active_state = Jetpack::state( $state ) ) {
2210
				$active_state = explode( ',', $active_state );
2211
			} else {
2212
				$active_state = array();
2213
			}
2214
			$active_state[] = $module;
2215
			Jetpack::state( $state, implode( ',', $active_state ) );
2216
			Jetpack_Options::update_option( 'active_modules', array_unique( $active ) );
2217
			ob_end_clean();
2218
		}
2219
		Jetpack::state( 'error', false );
2220
		Jetpack::state( 'module', false );
2221
		Jetpack::catch_errors( false );
2222
		/**
2223
		 * Fires when default modules are activated.
2224
		 *
2225
		 * @since 1.9.0
2226
		 *
2227
		 * @param string $min_version Minimum version number required to use modules.
2228
		 * @param string $max_version Maximum version number required to use modules.
2229
		 * @param array $other_modules Array of other modules to activate alongside the default modules.
2230
		 */
2231
		do_action( 'jetpack_activate_default_modules', $min_version, $max_version, $other_modules );
2232
	}
2233
2234
	public static function activate_module( $module, $exit = true, $redirect = true ) {
2235
		/**
2236
		 * Fires before a module is activated.
2237
		 *
2238
		 * @since 2.6.0
2239
		 *
2240
		 * @param string $module Module slug.
2241
		 * @param bool $exit Should we exit after the module has been activated. Default to true.
2242
		 * @param bool $redirect Should the user be redirected after module activation? Default to true.
2243
		 */
2244
		do_action( 'jetpack_pre_activate_module', $module, $exit, $redirect );
2245
2246
		$jetpack = Jetpack::init();
2247
2248
		if ( ! strlen( $module ) )
2249
			return false;
2250
2251
		if ( ! Jetpack::is_module( $module ) )
2252
			return false;
2253
2254
		// If it's already active, then don't do it again
2255
		$active = Jetpack::get_active_modules();
2256
		foreach ( $active as $act ) {
2257
			if ( $act == $module )
2258
				return true;
2259
		}
2260
2261
		$module_data = Jetpack::get_module( $module );
2262
2263
		if ( ! Jetpack::is_active() ) {
2264
			if ( !Jetpack::is_development_mode() )
2265
				return false;
2266
2267
			// If we're not connected but in development mode, make sure the module doesn't require a connection
2268
			if ( Jetpack::is_development_mode() && $module_data['requires_connection'] )
2269
				return false;
2270
		}
2271
2272
		// Check and see if the old plugin is active
2273
		if ( isset( $jetpack->plugins_to_deactivate[ $module ] ) ) {
2274
			// Deactivate the old plugin
2275
			if ( Jetpack_Client_Server::deactivate_plugin( $jetpack->plugins_to_deactivate[ $module ][0], $jetpack->plugins_to_deactivate[ $module ][1] ) ) {
2276
				// If we deactivated the old plugin, remembere that with ::state() and redirect back to this page to activate the module
2277
				// We can't activate the module on this page load since the newly deactivated old plugin is still loaded on this page load.
2278
				Jetpack::state( 'deactivated_plugins', $module );
2279
				wp_safe_redirect( add_query_arg( 'jetpack_restate', 1 ) );
2280
				exit;
2281
			}
2282
		}
2283
2284
		// Check the file for fatal errors, a la wp-admin/plugins.php::activate
2285
		Jetpack::state( 'module', $module );
2286
		Jetpack::state( 'error', 'module_activation_failed' ); // we'll override this later if the plugin can be included without fatal error
2287
2288
		Jetpack::catch_errors( true );
2289
		ob_start();
2290
		require Jetpack::get_module_path( $module );
2291
		/** This action is documented in class.jetpack.php */
2292
		do_action( 'jetpack_activate_module', $module );
2293
		$active[] = $module;
2294
		Jetpack_Options::update_option( 'active_modules', array_unique( $active ) );
2295
		Jetpack::state( 'error', false ); // the override
2296
		ob_end_clean();
2297
		Jetpack::catch_errors( false );
2298
2299
		// A flag for Jump Start so it's not shown again. Only set if it hasn't been yet.
2300 View Code Duplication
		if ( 'new_connection' === Jetpack_Options::get_option( 'jumpstart' ) ) {
2301
			Jetpack_Options::update_option( 'jumpstart', 'jetpack_action_taken' );
2302
2303
			//Jump start is being dismissed send data to MC Stats
2304
			$jetpack->stat( 'jumpstart', 'manual,'.$module );
2305
2306
			$jetpack->do_stats( 'server_side' );
2307
		}
2308
2309
		if ( $redirect ) {
2310
			wp_safe_redirect( Jetpack::admin_url( 'page=jetpack' ) );
2311
		}
2312
		if ( $exit ) {
2313
			exit;
2314
		}
2315
		return true;
2316
	}
2317
2318
	function activate_module_actions( $module ) {
2319
		/**
2320
		 * Fires when a module is activated.
2321
		 * The dynamic part of the filter, $module, is the module slug.
2322
		 *
2323
		 * @since 1.9.0
2324
		 *
2325
		 * @param string $module Module slug.
2326
		 */
2327
		do_action( "jetpack_activate_module_$module", $module );
2328
	}
2329
2330
	public static function deactivate_module( $module ) {
2331
		/**
2332
		 * Fires when a module is deactivated.
2333
		 *
2334
		 * @since 1.9.0
2335
		 *
2336
		 * @param string $module Module slug.
2337
		 */
2338
		do_action( 'jetpack_pre_deactivate_module', $module );
2339
2340
		$jetpack = Jetpack::init();
2341
2342
		$active = Jetpack::get_active_modules();
2343
		$new    = array_filter( array_diff( $active, (array) $module ) );
2344
2345
		/**
2346
		 * Fires when a module is deactivated.
2347
		 * The dynamic part of the filter, $module, is the module slug.
2348
		 *
2349
		 * @since 1.9.0
2350
		 *
2351
		 * @param string $module Module slug.
2352
		 */
2353
		do_action( "jetpack_deactivate_module_$module", $module );
2354
2355
		// A flag for Jump Start so it's not shown again.
2356 View Code Duplication
		if ( 'new_connection' === Jetpack_Options::get_option( 'jumpstart' ) ) {
2357
			Jetpack_Options::update_option( 'jumpstart', 'jetpack_action_taken' );
2358
2359
			//Jump start is being dismissed send data to MC Stats
2360
			$jetpack->stat( 'jumpstart', 'manual,deactivated-'.$module );
2361
2362
			$jetpack->do_stats( 'server_side' );
2363
		}
2364
2365
		$success = Jetpack_Options::update_option( 'active_modules', array_unique( $new ) );
2366
		/**
2367
		 * Fired after a module has been deactivated.
2368
		 *
2369
		 * @since 4.2.0
2370
		 *
2371
		 * @param string $module Module slug.
2372
		 * @param boolean $success whether the module was deactivated.
2373
		 */
2374
		do_action( 'jetpack_deactivate_module', $module, $success );
2375
2376
		return $success;
2377
	}
2378
2379
	public static function enable_module_configurable( $module ) {
2380
		$module = Jetpack::get_module_slug( $module );
2381
		add_filter( 'jetpack_module_configurable_' . $module, '__return_true' );
2382
	}
2383
2384
	public static function module_configuration_url( $module ) {
2385
		$module = Jetpack::get_module_slug( $module );
2386
		return Jetpack::admin_url( array( 'page' => 'jetpack', 'configure' => $module ) );
2387
	}
2388
2389
	public static function module_configuration_load( $module, $method ) {
2390
		$module = Jetpack::get_module_slug( $module );
2391
		add_action( 'jetpack_module_configuration_load_' . $module, $method );
2392
	}
2393
2394
	public static function module_configuration_head( $module, $method ) {
2395
		$module = Jetpack::get_module_slug( $module );
2396
		add_action( 'jetpack_module_configuration_head_' . $module, $method );
2397
	}
2398
2399
	public static function module_configuration_screen( $module, $method ) {
2400
		$module = Jetpack::get_module_slug( $module );
2401
		add_action( 'jetpack_module_configuration_screen_' . $module, $method );
2402
	}
2403
2404
	public static function module_configuration_activation_screen( $module, $method ) {
2405
		$module = Jetpack::get_module_slug( $module );
2406
		add_action( 'display_activate_module_setting_' . $module, $method );
2407
	}
2408
2409
/* Installation */
2410
2411
	public static function bail_on_activation( $message, $deactivate = true ) {
2412
?>
2413
<!doctype html>
2414
<html>
2415
<head>
2416
<meta charset="<?php bloginfo( 'charset' ); ?>">
2417
<style>
2418
* {
2419
	text-align: center;
2420
	margin: 0;
2421
	padding: 0;
2422
	font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
2423
}
2424
p {
2425
	margin-top: 1em;
2426
	font-size: 18px;
2427
}
2428
</style>
2429
<body>
2430
<p><?php echo esc_html( $message ); ?></p>
2431
</body>
2432
</html>
2433
<?php
2434
		if ( $deactivate ) {
2435
			$plugins = get_option( 'active_plugins' );
2436
			$jetpack = plugin_basename( JETPACK__PLUGIN_DIR . 'jetpack.php' );
2437
			$update  = false;
2438
			foreach ( $plugins as $i => $plugin ) {
2439
				if ( $plugin === $jetpack ) {
2440
					$plugins[$i] = false;
2441
					$update = true;
2442
				}
2443
			}
2444
2445
			if ( $update ) {
2446
				update_option( 'active_plugins', array_filter( $plugins ) );
2447
			}
2448
		}
2449
		exit;
2450
	}
2451
2452
	/**
2453
	 * Attached to activate_{ plugin_basename( __FILES__ ) } by register_activation_hook()
2454
	 * @static
2455
	 */
2456
	public static function plugin_activation( $network_wide ) {
2457
		Jetpack_Options::update_option( 'activated', 1 );
2458
2459
		if ( version_compare( $GLOBALS['wp_version'], JETPACK__MINIMUM_WP_VERSION, '<' ) ) {
2460
			Jetpack::bail_on_activation( sprintf( __( 'Jetpack requires WordPress version %s or later.', 'jetpack' ), JETPACK__MINIMUM_WP_VERSION ) );
2461
		}
2462
2463
		if ( $network_wide )
2464
			Jetpack::state( 'network_nag', true );
2465
2466
		Jetpack::plugin_initialize();
2467
	}
2468
2469
	/**
2470
	 * Sets the internal version number and activation state.
2471
	 * @static
2472
	 */
2473
	public static function plugin_initialize() {
2474
		if ( ! Jetpack_Options::get_option( 'activated' ) ) {
2475
			Jetpack_Options::update_option( 'activated', 2 );
2476
		}
2477
2478
		Jetpack::load_modules();
2479
2480
		Jetpack_Options::delete_option( 'do_activate' );
2481
	}
2482
2483
	/**
2484
	 * Removes all connection options
2485
	 * @static
2486
	 */
2487
	public static function plugin_deactivation( ) {
2488
		require_once( ABSPATH . '/wp-admin/includes/plugin.php' );
2489
		if( is_plugin_active_for_network( 'jetpack/jetpack.php' ) ) {
2490
			Jetpack_Network::init()->deactivate();
2491
		} else {
2492
			Jetpack::disconnect( false );
2493
			//Jetpack_Heartbeat::init()->deactivate();
2494
		}
2495
	}
2496
2497
	/**
2498
	 * Disconnects from the Jetpack servers.
2499
	 * Forgets all connection details and tells the Jetpack servers to do the same.
2500
	 * @static
2501
	 */
2502
	public static function disconnect( $update_activated_state = true ) {
2503
		wp_clear_scheduled_hook( 'jetpack_clean_nonces' );
2504
		Jetpack::clean_nonces( true );
2505
2506
		Jetpack::load_xml_rpc_client();
2507
		$xml = new Jetpack_IXR_Client();
2508
		$xml->query( 'jetpack.deregister' );
2509
2510
		Jetpack_Options::delete_option(
2511
			array(
2512
				'register',
2513
				'blog_token',
2514
				'user_token',
2515
				'user_tokens',
2516
				'master_user',
2517
				'time_diff',
2518
				'fallback_no_verify_ssl_certs',
2519
			)
2520
		);
2521
2522
		if ( $update_activated_state ) {
2523
			Jetpack_Options::update_option( 'activated', 4 );
2524
		}
2525
2526
		$jetpack_unique_connection = Jetpack_Options::get_option( 'unique_connection' );
2527
		// Check then record unique disconnection if site has never been disconnected previously
2528
		if ( -1 == $jetpack_unique_connection['disconnected'] ) {
2529
			$jetpack_unique_connection['disconnected'] = 1;
2530
		}
2531
		else {
2532
			if ( 0 == $jetpack_unique_connection['disconnected'] ) {
2533
				//track unique disconnect
2534
				$jetpack = Jetpack::init();
2535
2536
				$jetpack->stat( 'connections', 'unique-disconnect' );
2537
				$jetpack->do_stats( 'server_side' );
2538
			}
2539
			// increment number of times disconnected
2540
			$jetpack_unique_connection['disconnected'] += 1;
2541
		}
2542
2543
		Jetpack_Options::update_option( 'unique_connection', $jetpack_unique_connection );
2544
2545
		// Delete all the sync related data. Since it could be taking up space.
2546
		require_once JETPACK__PLUGIN_DIR . 'sync/class.jetpack-sync-sender.php';
2547
		Jetpack_Sync_Sender::get_instance()->uninstall();
2548
2549
		// Disable the Heartbeat cron
2550
		Jetpack_Heartbeat::init()->deactivate();
2551
	}
2552
2553
	/**
2554
	 * Unlinks the current user from the linked WordPress.com user
2555
	 */
2556
	public static function unlink_user( $user_id = null ) {
2557
		if ( ! $tokens = Jetpack_Options::get_option( 'user_tokens' ) )
2558
			return false;
2559
2560
		$user_id = empty( $user_id ) ? get_current_user_id() : intval( $user_id );
2561
2562
		if ( Jetpack_Options::get_option( 'master_user' ) == $user_id )
2563
			return false;
2564
2565
		if ( ! isset( $tokens[ $user_id ] ) )
2566
			return false;
2567
2568
		Jetpack::load_xml_rpc_client();
2569
		$xml = new Jetpack_IXR_Client( compact( 'user_id' ) );
2570
		$xml->query( 'jetpack.unlink_user', $user_id );
2571
2572
		unset( $tokens[ $user_id ] );
2573
2574
		Jetpack_Options::update_option( 'user_tokens', $tokens );
2575
2576
		/**
2577
		 * Fires after the current user has been unlinked from WordPress.com.
2578
		 *
2579
		 * @since 4.1.0
2580
		 *
2581
		 * @param int $user_id The current user's ID.
2582
		 */
2583
		do_action( 'jetpack_unlinked_user', $user_id );
2584
2585
		return true;
2586
	}
2587
2588
	/**
2589
	 * Attempts Jetpack registration.  If it fail, a state flag is set: @see ::admin_page_load()
2590
	 */
2591
	public static function try_registration() {
2592
		// Let's get some testing in beta versions and such.
2593
		if ( self::is_development_version() && defined( 'PHP_URL_HOST' ) ) {
2594
			// Before attempting to connect, let's make sure that the domains are viable.
2595
			$domains_to_check = array_unique( array(
2596
				'siteurl' => parse_url( get_site_url(), PHP_URL_HOST ),
2597
				'homeurl' => parse_url( get_home_url(), PHP_URL_HOST ),
2598
			) );
2599
			foreach ( $domains_to_check as $domain ) {
2600
				$result = Jetpack_Data::is_usable_domain( $domain );
2601
				if ( is_wp_error( $result ) ) {
2602
					return $result;
2603
				}
2604
			}
2605
		}
2606
2607
		$result = Jetpack::register();
2608
2609
		// If there was an error with registration and the site was not registered, record this so we can show a message.
2610
		if ( ! $result || is_wp_error( $result ) ) {
2611
			return $result;
2612
		} else {
2613
			return true;
2614
		}
2615
	}
2616
2617
	/**
2618
	 * Tracking an internal event log. Try not to put too much chaff in here.
2619
	 *
2620
	 * [Everyone Loves a Log!](https://www.youtube.com/watch?v=2C7mNr5WMjA)
2621
	 */
2622
	public static function log( $code, $data = null ) {
2623
		// only grab the latest 200 entries
2624
		$log = array_slice( Jetpack_Options::get_option( 'log', array() ), -199, 199 );
2625
2626
		// Append our event to the log
2627
		$log_entry = array(
2628
			'time'    => time(),
2629
			'user_id' => get_current_user_id(),
2630
			'blog_id' => Jetpack_Options::get_option( 'id' ),
2631
			'code'    => $code,
2632
		);
2633
		// Don't bother storing it unless we've got some.
2634
		if ( ! is_null( $data ) ) {
2635
			$log_entry['data'] = $data;
2636
		}
2637
		$log[] = $log_entry;
2638
2639
		// Try add_option first, to make sure it's not autoloaded.
2640
		// @todo: Add an add_option method to Jetpack_Options
2641
		if ( ! add_option( 'jetpack_log', $log, null, 'no' ) ) {
2642
			Jetpack_Options::update_option( 'log', $log );
2643
		}
2644
2645
		/**
2646
		 * Fires when Jetpack logs an internal event.
2647
		 *
2648
		 * @since 3.0.0
2649
		 *
2650
		 * @param array $log_entry {
2651
		 *	Array of details about the log entry.
2652
		 *
2653
		 *	@param string time Time of the event.
2654
		 *	@param int user_id ID of the user who trigerred the event.
2655
		 *	@param int blog_id Jetpack Blog ID.
2656
		 *	@param string code Unique name for the event.
2657
		 *	@param string data Data about the event.
2658
		 * }
2659
		 */
2660
		do_action( 'jetpack_log_entry', $log_entry );
2661
	}
2662
2663
	/**
2664
	 * Get the internal event log.
2665
	 *
2666
	 * @param $event (string) - only return the specific log events
2667
	 * @param $num   (int)    - get specific number of latest results, limited to 200
2668
	 *
2669
	 * @return array of log events || WP_Error for invalid params
2670
	 */
2671
	public static function get_log( $event = false, $num = false ) {
2672
		if ( $event && ! is_string( $event ) ) {
2673
			return new WP_Error( __( 'First param must be string or empty', 'jetpack' ) );
2674
		}
2675
2676
		if ( $num && ! is_numeric( $num ) ) {
2677
			return new WP_Error( __( 'Second param must be numeric or empty', 'jetpack' ) );
2678
		}
2679
2680
		$entire_log = Jetpack_Options::get_option( 'log', array() );
2681
2682
		// If nothing set - act as it did before, otherwise let's start customizing the output
2683
		if ( ! $num && ! $event ) {
2684
			return $entire_log;
2685
		} else {
2686
			$entire_log = array_reverse( $entire_log );
2687
		}
2688
2689
		$custom_log_output = array();
2690
2691
		if ( $event ) {
2692
			foreach ( $entire_log as $log_event ) {
2693
				if ( $event == $log_event[ 'code' ] ) {
2694
					$custom_log_output[] = $log_event;
2695
				}
2696
			}
2697
		} else {
2698
			$custom_log_output = $entire_log;
2699
		}
2700
2701
		if ( $num ) {
2702
			$custom_log_output = array_slice( $custom_log_output, 0, $num );
2703
		}
2704
2705
		return $custom_log_output;
2706
	}
2707
2708
	/**
2709
	 * Log modification of important settings.
2710
	 */
2711
	public static function log_settings_change( $option, $old_value, $value ) {
2712
		switch( $option ) {
2713
			case 'jetpack_sync_non_public_post_stati':
2714
				self::log( $option, $value );
2715
				break;
2716
		}
2717
	}
2718
2719
	/**
2720
	 * Return stat data for WPCOM sync
2721
	 */
2722
	function get_stat_data() {
2723
		$heartbeat_data = Jetpack_Heartbeat::generate_stats_array();
2724
		$additional_data = $this->get_additional_stat_data();
2725
2726
		return json_encode( array_merge( $heartbeat_data, $additional_data ) );
2727
	}
2728
2729
	/**
2730
	 * Get additional stat data to sync to WPCOM
2731
	 */
2732
	function get_additional_stat_data( $prefix = '' ) {
2733
		$return["{$prefix}themes"]         = Jetpack::get_parsed_theme_data();
2734
		$return["{$prefix}plugins-extra"]  = Jetpack::get_parsed_plugin_data();
2735
		$return["{$prefix}users"]          = count_users();
2736
		$return["{$prefix}site-count"]     = 0;
2737
		if ( function_exists( 'get_blog_count' ) ) {
2738
			$return["{$prefix}site-count"] = get_blog_count();
2739
		}
2740
		return $return;
2741
	}
2742
2743
	/* Admin Pages */
2744
2745
	function admin_init() {
2746
		// If the plugin is not connected, display a connect message.
2747
		if (
2748
			// the plugin was auto-activated and needs its candy
2749
			Jetpack_Options::get_option_and_ensure_autoload( 'do_activate', '0' )
2750
		||
2751
			// the plugin is active, but was never activated.  Probably came from a site-wide network activation
2752
			! Jetpack_Options::get_option( 'activated' )
2753
		) {
2754
			Jetpack::plugin_initialize();
2755
		}
2756
2757
		if ( ! Jetpack::is_active() && ! Jetpack::is_development_mode() ) {
2758
			if ( 4 != Jetpack_Options::get_option( 'activated' ) ) {
2759
				// Show connect notice on dashboard and plugins pages
2760
				add_action( 'load-index.php', array( $this, 'prepare_connect_notice' ) );
2761
				add_action( 'load-plugins.php', array( $this, 'prepare_connect_notice' ) );
2762
			}
2763
		} elseif ( false === Jetpack_Options::get_option( 'fallback_no_verify_ssl_certs' ) ) {
2764
			// Upgrade: 1.1 -> 1.1.1
2765
			// Check and see if host can verify the Jetpack servers' SSL certificate
2766
			$args = array();
2767
			Jetpack_Client::_wp_remote_request(
2768
				Jetpack::fix_url_for_bad_hosts( Jetpack::api_url( 'test' ) ),
2769
				$args,
2770
				true
2771
			);
2772
		} else {
2773
			// Show the notice on the Dashboard only for now
2774
2775
			add_action( 'load-index.php', array( $this, 'prepare_manage_jetpack_notice' ) );
2776
		}
2777
2778
		if ( current_user_can( 'manage_options' ) && 'AUTO' == JETPACK_CLIENT__HTTPS && ! self::permit_ssl() ) {
2779
			add_action( 'jetpack_notices', array( $this, 'alert_auto_ssl_fail' ) );
2780
		}
2781
2782
		add_action( 'load-plugins.php', array( $this, 'intercept_plugin_error_scrape_init' ) );
2783
		add_action( 'admin_enqueue_scripts', array( $this, 'admin_menu_css' ) );
2784
		add_filter( 'plugin_action_links_' . plugin_basename( JETPACK__PLUGIN_DIR . 'jetpack.php' ), array( $this, 'plugin_action_links' ) );
2785
2786
		if ( Jetpack::is_active() || Jetpack::is_development_mode() ) {
2787
			// Artificially throw errors in certain whitelisted cases during plugin activation
2788
			add_action( 'activate_plugin', array( $this, 'throw_error_on_activate_plugin' ) );
2789
		}
2790
2791
		// Jetpack Manage Activation Screen from .com
2792
		Jetpack::module_configuration_activation_screen( 'manage', array( $this, 'manage_activate_screen' ) );
2793
2794
		// Add custom column in wp-admin/users.php to show whether user is linked.
2795
		add_filter( 'manage_users_columns',       array( $this, 'jetpack_icon_user_connected' ) );
2796
		add_action( 'manage_users_custom_column', array( $this, 'jetpack_show_user_connected_icon' ), 10, 3 );
2797
		add_action( 'admin_print_styles',         array( $this, 'jetpack_user_col_style' ) );
2798
	}
2799
2800
	function admin_body_class( $admin_body_class = '' ) {
2801
		$classes = explode( ' ', trim( $admin_body_class ) );
2802
2803
		$classes[] = self::is_active() ? 'jetpack-connected' : 'jetpack-disconnected';
2804
2805
		$admin_body_class = implode( ' ', array_unique( $classes ) );
2806
		return " $admin_body_class ";
2807
	}
2808
2809
	static function add_jetpack_pagestyles( $admin_body_class = '' ) {
2810
		return $admin_body_class . ' jetpack-pagestyles ';
2811
	}
2812
2813
	function prepare_connect_notice() {
2814
		add_action( 'admin_print_styles', array( $this, 'admin_banner_styles' ) );
2815
2816
		add_action( 'admin_notices', array( $this, 'admin_connect_notice' ) );
2817
2818
		if ( Jetpack::state( 'network_nag' ) )
2819
			add_action( 'network_admin_notices', array( $this, 'network_connect_notice' ) );
2820
	}
2821
	/**
2822
	 * Call this function if you want the Big Jetpack Manage Notice to show up.
2823
	 *
2824
	 * @return null
2825
	 */
2826
	function prepare_manage_jetpack_notice() {
2827
2828
		add_action( 'admin_print_styles', array( $this, 'admin_banner_styles' ) );
2829
		add_action( 'admin_notices', array( $this, 'admin_jetpack_manage_notice' ) );
2830
	}
2831
2832
	function manage_activate_screen() {
2833
		include ( JETPACK__PLUGIN_DIR . 'modules/manage/activate-admin.php' );
2834
	}
2835
	/**
2836
	 * Sometimes a plugin can activate without causing errors, but it will cause errors on the next page load.
2837
	 * This function artificially throws errors for such cases (whitelisted).
2838
	 *
2839
	 * @param string $plugin The activated plugin.
2840
	 */
2841
	function throw_error_on_activate_plugin( $plugin ) {
2842
		$active_modules = Jetpack::get_active_modules();
2843
2844
		// The Shortlinks module and the Stats plugin conflict, but won't cause errors on activation because of some function_exists() checks.
2845
		if ( function_exists( 'stats_get_api_key' ) && in_array( 'shortlinks', $active_modules ) ) {
2846
			$throw = false;
2847
2848
			// Try and make sure it really was the stats plugin
2849
			if ( ! class_exists( 'ReflectionFunction' ) ) {
2850
				if ( 'stats.php' == basename( $plugin ) ) {
2851
					$throw = true;
2852
				}
2853
			} else {
2854
				$reflection = new ReflectionFunction( 'stats_get_api_key' );
2855
				if ( basename( $plugin ) == basename( $reflection->getFileName() ) ) {
2856
					$throw = true;
2857
				}
2858
			}
2859
2860
			if ( $throw ) {
2861
				trigger_error( sprintf( __( 'Jetpack contains the most recent version of the old &#8220;%1$s&#8221; plugin.', 'jetpack' ), 'WordPress.com Stats' ), E_USER_ERROR );
2862
			}
2863
		}
2864
	}
2865
2866
	function intercept_plugin_error_scrape_init() {
2867
		add_action( 'check_admin_referer', array( $this, 'intercept_plugin_error_scrape' ), 10, 2 );
2868
	}
2869
2870
	function intercept_plugin_error_scrape( $action, $result ) {
2871
		if ( ! $result ) {
2872
			return;
2873
		}
2874
2875
		foreach ( $this->plugins_to_deactivate as $deactivate_me ) {
2876
			if ( "plugin-activation-error_{$deactivate_me[0]}" == $action ) {
2877
				Jetpack::bail_on_activation( sprintf( __( 'Jetpack contains the most recent version of the old &#8220;%1$s&#8221; plugin.', 'jetpack' ), $deactivate_me[1] ), false );
2878
			}
2879
		}
2880
	}
2881
2882
	function add_remote_request_handlers() {
2883
		add_action( 'wp_ajax_nopriv_jetpack_upload_file', array( $this, 'remote_request_handlers' ) );
2884
	}
2885
2886
	function remote_request_handlers() {
2887
		switch ( current_filter() ) {
2888
		case 'wp_ajax_nopriv_jetpack_upload_file' :
2889
			$response = $this->upload_handler();
2890
			break;
2891
		default :
2892
			$response = new Jetpack_Error( 'unknown_handler', 'Unknown Handler', 400 );
2893
			break;
2894
		}
2895
2896
		if ( ! $response ) {
2897
			$response = new Jetpack_Error( 'unknown_error', 'Unknown Error', 400 );
2898
		}
2899
2900
		if ( is_wp_error( $response ) ) {
2901
			$status_code       = $response->get_error_data();
2902
			$error             = $response->get_error_code();
2903
			$error_description = $response->get_error_message();
2904
2905
			if ( ! is_int( $status_code ) ) {
2906
				$status_code = 400;
2907
			}
2908
2909
			status_header( $status_code );
2910
			die( json_encode( (object) compact( 'error', 'error_description' ) ) );
2911
		}
2912
2913
		status_header( 200 );
2914
		if ( true === $response ) {
2915
			exit;
2916
		}
2917
2918
		die( json_encode( (object) $response ) );
2919
	}
2920
2921
	function upload_handler() {
2922
		if ( 'POST' !== strtoupper( $_SERVER['REQUEST_METHOD'] ) ) {
2923
			return new Jetpack_Error( 405, get_status_header_desc( 405 ), 405 );
2924
		}
2925
2926
		$user = wp_authenticate( '', '' );
2927
		if ( ! $user || is_wp_error( $user ) ) {
2928
			return new Jetpack_Error( 403, get_status_header_desc( 403 ), 403 );
2929
		}
2930
2931
		wp_set_current_user( $user->ID );
2932
2933
		if ( ! current_user_can( 'upload_files' ) ) {
2934
			return new Jetpack_Error( 'cannot_upload_files', 'User does not have permission to upload files', 403 );
2935
		}
2936
2937
		if ( empty( $_FILES ) ) {
2938
			return new Jetpack_Error( 'no_files_uploaded', 'No files were uploaded: nothing to process', 400 );
2939
		}
2940
2941
		foreach ( array_keys( $_FILES ) as $files_key ) {
2942
			if ( ! isset( $_POST["_jetpack_file_hmac_{$files_key}"] ) ) {
2943
				return new Jetpack_Error( 'missing_hmac', 'An HMAC for one or more files is missing', 400 );
2944
			}
2945
		}
2946
2947
		$media_keys = array_keys( $_FILES['media'] );
2948
2949
		$token = Jetpack_Data::get_access_token( get_current_user_id() );
2950
		if ( ! $token || is_wp_error( $token ) ) {
2951
			return new Jetpack_Error( 'unknown_token', 'Unknown Jetpack token', 403 );
2952
		}
2953
2954
		$uploaded_files = array();
2955
		$global_post    = isset( $GLOBALS['post'] ) ? $GLOBALS['post'] : null;
2956
		unset( $GLOBALS['post'] );
2957
		foreach ( $_FILES['media']['name'] as $index => $name ) {
2958
			$file = array();
2959
			foreach ( $media_keys as $media_key ) {
2960
				$file[$media_key] = $_FILES['media'][$media_key][$index];
2961
			}
2962
2963
			list( $hmac_provided, $salt ) = explode( ':', $_POST['_jetpack_file_hmac_media'][$index] );
2964
2965
			$hmac_file = hash_hmac_file( 'sha1', $file['tmp_name'], $salt . $token->secret );
2966
			if ( $hmac_provided !== $hmac_file ) {
2967
				$uploaded_files[$index] = (object) array( 'error' => 'invalid_hmac', 'error_description' => 'The corresponding HMAC for this file does not match' );
2968
				continue;
2969
			}
2970
2971
			$_FILES['.jetpack.upload.'] = $file;
2972
			$post_id = isset( $_POST['post_id'][$index] ) ? absint( $_POST['post_id'][$index] ) : 0;
2973
			if ( ! current_user_can( 'edit_post', $post_id ) ) {
2974
				$post_id = 0;
2975
			}
2976
			$attachment_id = media_handle_upload(
2977
				'.jetpack.upload.',
2978
				$post_id,
2979
				array(),
2980
				array(
2981
					'action' => 'jetpack_upload_file',
2982
				)
2983
			);
2984
2985
			if ( ! $attachment_id ) {
2986
				$uploaded_files[$index] = (object) array( 'error' => 'unknown', 'error_description' => 'An unknown problem occurred processing the upload on the Jetpack site' );
2987
			} elseif ( is_wp_error( $attachment_id ) ) {
2988
				$uploaded_files[$index] = (object) array( 'error' => 'attachment_' . $attachment_id->get_error_code(), 'error_description' => $attachment_id->get_error_message() );
2989
			} else {
2990
				$attachment = get_post( $attachment_id );
2991
				$uploaded_files[$index] = (object) array(
2992
					'id'   => (string) $attachment_id,
2993
					'file' => $attachment->post_title,
2994
					'url'  => wp_get_attachment_url( $attachment_id ),
2995
					'type' => $attachment->post_mime_type,
2996
					'meta' => wp_get_attachment_metadata( $attachment_id ),
2997
				);
2998
			}
2999
		}
3000
		if ( ! is_null( $global_post ) ) {
3001
			$GLOBALS['post'] = $global_post;
3002
		}
3003
3004
		return $uploaded_files;
3005
	}
3006
3007
	/**
3008
	 * Add help to the Jetpack page
3009
	 *
3010
	 * @since Jetpack (1.2.3)
3011
	 * @return false if not the Jetpack page
3012
	 */
3013
	function admin_help() {
3014
		$current_screen = get_current_screen();
3015
3016
		// Overview
3017
		$current_screen->add_help_tab(
3018
			array(
3019
				'id'		=> 'home',
3020
				'title'		=> __( 'Home', 'jetpack' ),
3021
				'content'	=>
3022
					'<p><strong>' . __( 'Jetpack by WordPress.com', 'jetpack' ) . '</strong></p>' .
3023
					'<p>' . __( 'Jetpack supercharges your self-hosted WordPress site with the awesome cloud power of WordPress.com.', 'jetpack' ) . '</p>' .
3024
					'<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>',
3025
			)
3026
		);
3027
3028
		// Screen Content
3029
		if ( current_user_can( 'manage_options' ) ) {
3030
			$current_screen->add_help_tab(
3031
				array(
3032
					'id'		=> 'settings',
3033
					'title'		=> __( 'Settings', 'jetpack' ),
3034
					'content'	=>
3035
						'<p><strong>' . __( 'Jetpack by WordPress.com',                                              'jetpack' ) . '</strong></p>' .
3036
						'<p>' . __( 'You can activate or deactivate individual Jetpack modules to suit your needs.', 'jetpack' ) . '</p>' .
3037
						'<ol>' .
3038
							'<li>' . __( 'Each module has an Activate or Deactivate link so you can toggle one individually.',														'jetpack' ) . '</li>' .
3039
							'<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>' .
3040
						'</ol>' .
3041
						'<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>'
3042
				)
3043
			);
3044
		}
3045
3046
		// Help Sidebar
3047
		$current_screen->set_help_sidebar(
3048
			'<p><strong>' . __( 'For more information:', 'jetpack' ) . '</strong></p>' .
3049
			'<p><a href="https://jetpack.com/faq/" target="_blank">'     . __( 'Jetpack FAQ',     'jetpack' ) . '</a></p>' .
3050
			'<p><a href="https://jetpack.com/support/" target="_blank">' . __( 'Jetpack Support', 'jetpack' ) . '</a></p>' .
3051
			'<p><a href="' . Jetpack::admin_url( array( 'page' => 'jetpack-debugger' )  ) .'">' . __( 'Jetpack Debugging Center', 'jetpack' ) . '</a></p>'
3052
		);
3053
	}
3054
3055
	function admin_menu_css() {
3056
		wp_enqueue_style( 'jetpack-icons' );
3057
	}
3058
3059
	function admin_menu_order() {
3060
		return true;
3061
	}
3062
3063 View Code Duplication
	function jetpack_menu_order( $menu_order ) {
3064
		$jp_menu_order = array();
3065
3066
		foreach ( $menu_order as $index => $item ) {
3067
			if ( $item != 'jetpack' ) {
3068
				$jp_menu_order[] = $item;
3069
			}
3070
3071
			if ( $index == 0 ) {
3072
				$jp_menu_order[] = 'jetpack';
3073
			}
3074
		}
3075
3076
		return $jp_menu_order;
3077
	}
3078
3079
	function admin_head() {
3080 View Code Duplication
		if ( isset( $_GET['configure'] ) && Jetpack::is_module( $_GET['configure'] ) && current_user_can( 'manage_options' ) )
3081
			/** This action is documented in class.jetpack-admin-page.php */
3082
			do_action( 'jetpack_module_configuration_head_' . $_GET['configure'] );
3083
	}
3084
3085 View Code Duplication
	function admin_banner_styles() {
3086
		$min = ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) ? '' : '.min';
3087
3088
		wp_enqueue_style( 'jetpack', plugins_url( "css/jetpack-banners{$min}.css", JETPACK__PLUGIN_FILE ), false, JETPACK__VERSION . '-20121016' );
3089
		wp_style_add_data( 'jetpack', 'rtl', 'replace' );
3090
		wp_style_add_data( 'jetpack', 'suffix', $min );
3091
	}
3092
3093
	function admin_scripts() {
3094
		wp_enqueue_script( 'jetpack-js', plugins_url( '_inc/jp.js', JETPACK__PLUGIN_FILE ), array( 'jquery', 'wp-util' ), JETPACK__VERSION . '-20121111' );
3095
		wp_localize_script(
3096
			'jetpack-js',
3097
			'jetpackL10n',
3098
			array(
3099
				'ays_disconnect' => "This will deactivate all Jetpack modules.\nAre you sure you want to disconnect?",
3100
				'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?",
3101
				'ays_dismiss'    => "This will deactivate Jetpack.\nAre you sure you want to deactivate Jetpack?",
3102
			)
3103
		);
3104
		add_action( 'admin_footer', array( $this, 'do_stats' ) );
3105
	}
3106
3107
	function plugin_action_links( $actions ) {
3108
3109
		$jetpack_home = array( 'jetpack-home' => sprintf( '<a href="%s">%s</a>', Jetpack::admin_url( 'page=jetpack' ), __( 'Jetpack', 'jetpack' ) ) );
3110
3111
		if( current_user_can( 'jetpack_manage_modules' ) && ( Jetpack::is_active() || Jetpack::is_development_mode() ) ) {
3112
			return array_merge(
3113
				$jetpack_home,
3114
				array( 'settings' => sprintf( '<a href="%s">%s</a>', Jetpack::admin_url( 'page=jetpack_modules' ), __( 'Settings', 'jetpack' ) ) ),
3115
				array( 'support' => sprintf( '<a href="%s">%s</a>', Jetpack::admin_url( 'page=jetpack-debugger '), __( 'Support', 'jetpack' ) ) ),
3116
				$actions
3117
				);
3118
			}
3119
3120
		return array_merge( $jetpack_home, $actions );
3121
	}
3122
3123
	function admin_connect_notice() {
3124
		// Don't show the connect notice anywhere but the plugins.php after activating
3125
		$current = get_current_screen();
3126
		if ( 'plugins' !== $current->parent_base )
3127
			return;
3128
3129
		if ( ! current_user_can( 'jetpack_connect' ) )
3130
			return;
3131
3132
		$dismiss_and_deactivate_url = wp_nonce_url( Jetpack::admin_url( '?page=jetpack&jetpack-notice=dismiss' ), 'jetpack-deactivate' );
3133
		?>
3134
		<div id="message" class="updated jp-banner">
3135
			<a href="<?php echo esc_url( $dismiss_and_deactivate_url ); ?>" class="notice-dismiss" title="<?php esc_attr_e( 'Dismiss this notice', 'jetpack' ); ?>"></a>
3136
			<?php if ( in_array( Jetpack_Options::get_option( 'activated' ) , array( 1, 2, 3 ) ) ) : ?>
3137
					<div class="jp-banner__description-container">
3138
						<h2 class="jp-banner__header"><?php _e( 'Your Jetpack is almost ready!', 'jetpack' ); ?></h2>
3139
						<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>
3140
						<p class="jp-banner__button-container">
3141
							<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>
3142
							<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>
3143
						</p>
3144
					</div>
3145
			<?php else : ?>
3146
				<div class="jp-banner__content">
3147
					<h2><?php _e( 'Jetpack is installed!', 'jetpack' ) ?></h2>
3148
					<p><?php _e( 'It\'s ready to bring awesome, WordPress.com cloud-powered features to your site.', 'jetpack' ) ?></p>
3149
				</div>
3150
				<div class="jp-banner__action-container">
3151
					<a href="<?php echo Jetpack::admin_url() ?>" class="jp-banner__button" id="wpcom-connect"><?php _e( 'Learn More', 'jetpack' ); ?></a>
3152
				</div>
3153
			<?php endif; ?>
3154
		</div>
3155
3156
		<?php
3157
	}
3158
3159
	/**
3160
	 * This is the first banner
3161
	 * It should be visible only to user that can update the option
3162
	 * Are not connected
3163
	 *
3164
	 * @return null
3165
	 */
3166
	function admin_jetpack_manage_notice() {
3167
		$screen = get_current_screen();
3168
3169
		// Don't show the connect notice on the jetpack settings page.
3170
		if ( ! in_array( $screen->base, array( 'dashboard' ) ) || $screen->is_network || $screen->action )
3171
			return;
3172
3173
		// Only show it if don't have the managment option set.
3174
		// And not dismissed it already.
3175
		if ( ! $this->can_display_jetpack_manage_notice() || Jetpack_Options::get_option( 'dismissed_manage_banner' ) ) {
3176
			return;
3177
		}
3178
3179
		$opt_out_url = $this->opt_out_jetpack_manage_url();
3180
		$opt_in_url  = $this->opt_in_jetpack_manage_url();
3181
		/**
3182
		 * I think it would be great to have different wordsing depending on where you are
3183
		 * for example if we show the notice on dashboard and a different one if we show it on Plugins screen
3184
		 * etc..
3185
		 */
3186
3187
		?>
3188
		<div id="message" class="updated jp-banner">
3189
				<a href="<?php echo esc_url( $opt_out_url ); ?>" class="notice-dismiss" title="<?php esc_attr_e( 'Dismiss this notice', 'jetpack' ); ?>"></a>
3190
				<div class="jp-banner__description-container">
3191
					<h2 class="jp-banner__header"><?php esc_html_e( 'Jetpack Centralized Site Management', 'jetpack' ); ?></h2>
3192
					<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>
3193
					<p class="jp-banner__button-container">
3194
						<a href="<?php echo esc_url( $opt_in_url ); ?>" class="button button-primary" id="wpcom-connect"><?php _e( 'Activate Jetpack Manage', 'jetpack' ); ?></a>
3195
						<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>
3196
					</p>
3197
				</div>
3198
		</div>
3199
		<?php
3200
	}
3201
3202
	/**
3203
	 * Returns the url that the user clicks to remove the notice for the big banner
3204
	 * @return (string)
3205
	 */
3206
	function opt_out_jetpack_manage_url() {
3207
		$referer = '&_wp_http_referer=' . add_query_arg( '_wp_http_referer', null );
3208
		return wp_nonce_url( Jetpack::admin_url( 'jetpack-notice=jetpack-manage-opt-out' . $referer ), 'jetpack_manage_banner_opt_out' );
3209
	}
3210
	/**
3211
	 * Returns the url that the user clicks to opt in to Jetpack Manage
3212
	 * @return (string)
3213
	 */
3214
	function opt_in_jetpack_manage_url() {
3215
		return wp_nonce_url( Jetpack::admin_url( 'jetpack-notice=jetpack-manage-opt-in' ), 'jetpack_manage_banner_opt_in' );
3216
	}
3217
3218
	function opt_in_jetpack_manage_notice() {
3219
		?>
3220
		<div class="wrap">
3221
			<div id="message" class="jetpack-message is-opt-in">
3222
				<?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' ); ?>
3223
			</div>
3224
		</div>
3225
		<?php
3226
3227
	}
3228
	/**
3229
	 * Determines whether to show the notice of not true = display notice
3230
	 * @return (bool)
3231
	 */
3232
	function can_display_jetpack_manage_notice() {
3233
		// never display the notice to users that can't do anything about it anyways
3234
		if( ! current_user_can( 'jetpack_manage_modules' ) )
3235
			return false;
3236
3237
		// don't display if we are in development more
3238
		if( Jetpack::is_development_mode() ) {
3239
			return false;
3240
		}
3241
		// don't display if the site is private
3242
		if(  ! Jetpack_Options::get_option( 'public' ) )
3243
			return false;
3244
3245
		/**
3246
		 * Should the Jetpack Remote Site Management notice be displayed.
3247
		 *
3248
		 * @since 3.3.0
3249
		 *
3250
		 * @param bool ! self::is_module_active( 'manage' ) Is the Manage module inactive.
3251
		 */
3252
		return apply_filters( 'can_display_jetpack_manage_notice', ! self::is_module_active( 'manage' ) );
3253
	}
3254
3255
	function network_connect_notice() {
3256
		?>
3257
		<div id="message" class="updated jetpack-message">
3258
			<div class="squeezer">
3259
				<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>
3260
			</div>
3261
		</div>
3262
		<?php
3263
	}
3264
3265
	/*
3266
	 * Registration flow:
3267
	 * 1 - ::admin_page_load() action=register
3268
	 * 2 - ::try_registration()
3269
	 * 3 - ::register()
3270
	 *     - Creates jetpack_register option containing two secrets and a timestamp
3271
	 *     - Calls https://jetpack.wordpress.com/jetpack.register/1/ with
3272
	 *       siteurl, home, gmt_offset, timezone_string, site_name, secret_1, secret_2, site_lang, timeout, stats_id
3273
	 *     - That request to jetpack.wordpress.com does not immediately respond.  It first makes a request BACK to this site's
3274
	 *       xmlrpc.php?for=jetpack: RPC method: jetpack.verifyRegistration, Parameters: secret_1
3275
	 *     - The XML-RPC request verifies secret_1, deletes both secrets and responds with: secret_2
3276
	 *     - https://jetpack.wordpress.com/jetpack.register/1/ verifies that XML-RPC response (secret_2) then finally responds itself with
3277
	 *       jetpack_id, jetpack_secret, jetpack_public
3278
	 *     - ::register() then stores jetpack_options: id => jetpack_id, blog_token => jetpack_secret
3279
	 * 4 - redirect to https://wordpress.com/start/jetpack-connect
3280
	 * 5 - user logs in with WP.com account
3281
	 * 6 - remote request to this site's xmlrpc.php with action remoteAuthorize, Jetpack_XMLRPC_Server->remote_authorize
3282
	 *		- Jetpack_Client_Server::authorize()
3283
	 *		- Jetpack_Client_Server::get_token()
3284
	 *		- GET https://jetpack.wordpress.com/jetpack.token/1/ with
3285
	 *        client_id, client_secret, grant_type, code, redirect_uri:action=authorize, state, scope, user_email, user_login
3286
	 *			- which responds with access_token, token_type, scope
3287
	 *		- Jetpack_Client_Server::authorize() stores jetpack_options: user_token => access_token.$user_id
3288
	 *		- Jetpack::activate_default_modules()
3289
	 *     		- Deactivates deprecated plugins
3290
	 *     		- Activates all default modules
3291
	 *		- Responds with either error, or 'connected' for new connection, or 'linked' for additional linked users
3292
	 * 7 - For a new connection, user selects a Jetpack plan on wordpress.com
3293
	 * 8 - User is redirected back to wp-admin/index.php?page=jetpack with state:message=authorized
3294
	 *     Done!
3295
	 */
3296
3297
	/**
3298
	 * Handles the page load events for the Jetpack admin page
3299
	 */
3300
	function admin_page_load() {
3301
		$error = false;
3302
3303
		// Make sure we have the right body class to hook stylings for subpages off of.
3304
		add_filter( 'admin_body_class', array( __CLASS__, 'add_jetpack_pagestyles' ) );
3305
3306
		if ( ! empty( $_GET['jetpack_restate'] ) ) {
3307
			// Should only be used in intermediate redirects to preserve state across redirects
3308
			Jetpack::restate();
3309
		}
3310
3311
		if ( isset( $_GET['connect_url_redirect'] ) ) {
3312
			// User clicked in the iframe to link their accounts
3313
			if ( ! Jetpack::is_user_connected() ) {
3314
				$connect_url = $this->build_connect_url( true, false, 'iframe' );
3315
				if ( isset( $_GET['notes_iframe'] ) )
3316
					$connect_url .= '&notes_iframe';
3317
				wp_redirect( $connect_url );
3318
				exit;
3319
			} else {
3320
				if ( ! isset( $_GET['calypso_env'] ) ) {
3321
					Jetpack::state( 'message', 'already_authorized' );
3322
					wp_safe_redirect( Jetpack::admin_url() );
3323
				} else {
3324
					$connect_url = $this->build_connect_url( true, false, 'iframe' );
3325
					$connect_url .= '&already_authorized=true';
3326
					wp_redirect( $connect_url );
3327
				}
3328
			}
3329
		}
3330
3331
3332
		if ( isset( $_GET['action'] ) ) {
3333
			switch ( $_GET['action'] ) {
3334
			case 'authorize':
3335
				if ( Jetpack::is_active() && Jetpack::is_user_connected() ) {
3336
					Jetpack::state( 'message', 'already_authorized' );
3337
					wp_safe_redirect( Jetpack::admin_url() );
3338
					exit;
3339
				}
3340
				Jetpack::log( 'authorize' );
3341
				$client_server = new Jetpack_Client_Server;
3342
				$client_server->client_authorize();
3343
				exit;
3344
			case 'register' :
3345
				if ( ! current_user_can( 'jetpack_connect' ) ) {
3346
					$error = 'cheatin';
3347
					break;
3348
				}
3349
				check_admin_referer( 'jetpack-register' );
3350
				Jetpack::log( 'register' );
3351
				$registered = Jetpack::try_registration();
3352
				if ( is_wp_error( $registered ) ) {
3353
					$error = $registered->get_error_code();
3354
					Jetpack::state( 'error_description', $error );
3355
					Jetpack::state( 'error_description', $registered->get_error_message() );
3356
					break;
3357
				}
3358
3359
				$from = isset( $_GET['from'] ) ? $_GET['from'] : false;
3360
3361
				wp_redirect( $this->build_connect_url( true, false, $from ) );
3362
				exit;
3363
			case 'activate' :
3364
				if ( ! current_user_can( 'jetpack_activate_modules' ) ) {
3365
					$error = 'cheatin';
3366
					break;
3367
				}
3368
3369
				$module = stripslashes( $_GET['module'] );
3370
				check_admin_referer( "jetpack_activate-$module" );
3371
				Jetpack::log( 'activate', $module );
3372
				Jetpack::activate_module( $module );
3373
				// The following two lines will rarely happen, as Jetpack::activate_module normally exits at the end.
3374
				wp_safe_redirect( Jetpack::admin_url( 'page=jetpack' ) );
3375
				exit;
3376
			case 'activate_default_modules' :
3377
				check_admin_referer( 'activate_default_modules' );
3378
				Jetpack::log( 'activate_default_modules' );
3379
				Jetpack::restate();
3380
				$min_version   = isset( $_GET['min_version'] ) ? $_GET['min_version'] : false;
3381
				$max_version   = isset( $_GET['max_version'] ) ? $_GET['max_version'] : false;
3382
				$other_modules = isset( $_GET['other_modules'] ) && is_array( $_GET['other_modules'] ) ? $_GET['other_modules'] : array();
3383
				Jetpack::activate_default_modules( $min_version, $max_version, $other_modules );
3384
				wp_safe_redirect( Jetpack::admin_url( 'page=jetpack' ) );
3385
				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...
3386
			case 'disconnect' :
3387
				if ( ! current_user_can( 'jetpack_disconnect' ) ) {
3388
					$error = 'cheatin';
3389
					break;
3390
				}
3391
3392
				check_admin_referer( 'jetpack-disconnect' );
3393
				Jetpack::log( 'disconnect' );
3394
				Jetpack::disconnect();
3395
				wp_safe_redirect( Jetpack::admin_url( 'disconnected=true' ) );
3396
				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...
3397
			case 'reconnect' :
3398
				if ( ! current_user_can( 'jetpack_reconnect' ) ) {
3399
					$error = 'cheatin';
3400
					break;
3401
				}
3402
3403
				check_admin_referer( 'jetpack-reconnect' );
3404
				Jetpack::log( 'reconnect' );
3405
				$this->disconnect();
3406
				wp_redirect( $this->build_connect_url( true, false, 'reconnect' ) );
3407
				exit;
3408 View Code Duplication
			case 'deactivate' :
3409
				if ( ! current_user_can( 'jetpack_deactivate_modules' ) ) {
3410
					$error = 'cheatin';
3411
					break;
3412
				}
3413
3414
				$modules = stripslashes( $_GET['module'] );
3415
				check_admin_referer( "jetpack_deactivate-$modules" );
3416
				foreach ( explode( ',', $modules ) as $module ) {
3417
					Jetpack::log( 'deactivate', $module );
3418
					Jetpack::deactivate_module( $module );
3419
					Jetpack::state( 'message', 'module_deactivated' );
3420
				}
3421
				Jetpack::state( 'module', $modules );
3422
				wp_safe_redirect( Jetpack::admin_url( 'page=jetpack' ) );
3423
				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...
3424
			case 'unlink' :
3425
				$redirect = isset( $_GET['redirect'] ) ? $_GET['redirect'] : '';
3426
				check_admin_referer( 'jetpack-unlink' );
3427
				Jetpack::log( 'unlink' );
3428
				$this->unlink_user();
3429
				Jetpack::state( 'message', 'unlinked' );
3430
				if ( 'sub-unlink' == $redirect ) {
3431
					wp_safe_redirect( admin_url() );
3432
				} else {
3433
					wp_safe_redirect( Jetpack::admin_url( array( 'page' => $redirect ) ) );
3434
				}
3435
				exit;
3436
			default:
3437
				/**
3438
				 * Fires when a Jetpack admin page is loaded with an unrecognized parameter.
3439
				 *
3440
				 * @since 2.6.0
3441
				 *
3442
				 * @param string sanitize_key( $_GET['action'] ) Unrecognized URL parameter.
3443
				 */
3444
				do_action( 'jetpack_unrecognized_action', sanitize_key( $_GET['action'] ) );
3445
			}
3446
		}
3447
3448
		if ( ! $error = $error ? $error : Jetpack::state( 'error' ) ) {
3449
			self::activate_new_modules( true );
3450
		}
3451
3452
		$message_code = Jetpack::state( 'message' );
3453
		if ( Jetpack::state( 'optin-manage' ) ) {
3454
			$activated_manage = $message_code;
3455
			$message_code = 'jetpack-manage';
3456
		}
3457
3458
		switch ( $message_code ) {
3459
		case 'jetpack-manage':
3460
			$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>';
3461
			if ( $activated_manage ) {
3462
				$this->message .= '<br /><strong>' . __( 'Manage has been activated for you!', 'jetpack'  ) . '</strong>';
3463
			}
3464
			break;
3465
3466
		}
3467
3468
		$deactivated_plugins = Jetpack::state( 'deactivated_plugins' );
3469
3470
		if ( ! empty( $deactivated_plugins ) ) {
3471
			$deactivated_plugins = explode( ',', $deactivated_plugins );
3472
			$deactivated_titles  = array();
3473
			foreach ( $deactivated_plugins as $deactivated_plugin ) {
3474
				if ( ! isset( $this->plugins_to_deactivate[$deactivated_plugin] ) ) {
3475
					continue;
3476
				}
3477
3478
				$deactivated_titles[] = '<strong>' . str_replace( ' ', '&nbsp;', $this->plugins_to_deactivate[$deactivated_plugin][1] ) . '</strong>';
3479
			}
3480
3481
			if ( $deactivated_titles ) {
3482
				if ( $this->message ) {
3483
					$this->message .= "<br /><br />\n";
3484
				}
3485
3486
				$this->message .= wp_sprintf(
3487
					_n(
3488
						'Jetpack contains the most recent version of the old %l plugin.',
3489
						'Jetpack contains the most recent versions of the old %l plugins.',
3490
						count( $deactivated_titles ),
3491
						'jetpack'
3492
					),
3493
					$deactivated_titles
3494
				);
3495
3496
				$this->message .= "<br />\n";
3497
3498
				$this->message .= _n(
3499
					'The old version has been deactivated and can be removed from your site.',
3500
					'The old versions have been deactivated and can be removed from your site.',
3501
					count( $deactivated_titles ),
3502
					'jetpack'
3503
				);
3504
			}
3505
		}
3506
3507
		$this->privacy_checks = Jetpack::state( 'privacy_checks' );
3508
3509
		if ( $this->message || $this->error || $this->privacy_checks || $this->can_display_jetpack_manage_notice() ) {
3510
			add_action( 'jetpack_notices', array( $this, 'admin_notices' ) );
3511
		}
3512
3513 View Code Duplication
		if ( isset( $_GET['configure'] ) && Jetpack::is_module( $_GET['configure'] ) && current_user_can( 'manage_options' ) ) {
3514
			/**
3515
			 * Fires when a module configuration page is loaded.
3516
			 * The dynamic part of the hook is the configure parameter from the URL.
3517
			 *
3518
			 * @since 1.1.0
3519
			 */
3520
			do_action( 'jetpack_module_configuration_load_' . $_GET['configure'] );
3521
		}
3522
3523
		add_filter( 'jetpack_short_module_description', 'wptexturize' );
3524
	}
3525
3526
	function admin_notices() {
3527
3528
		if ( $this->error ) {
3529
?>
3530
<div id="message" class="jetpack-message jetpack-err">
3531
	<div class="squeezer">
3532
		<h2><?php echo wp_kses( $this->error, array( 'a' => array( 'href' => array() ), 'small' => true, 'code' => true, 'strong' => true, 'br' => true, 'b' => true ) ); ?></h2>
3533
<?php	if ( $desc = Jetpack::state( 'error_description' ) ) : ?>
3534
		<p><?php echo esc_html( stripslashes( $desc ) ); ?></p>
3535
<?php	endif; ?>
3536
	</div>
3537
</div>
3538
<?php
3539
		}
3540
3541
		if ( $this->message ) {
3542
?>
3543
<div id="message" class="jetpack-message">
3544
	<div class="squeezer">
3545
		<h2><?php echo wp_kses( $this->message, array( 'strong' => array(), 'a' => array( 'href' => true ), 'br' => true ) ); ?></h2>
3546
	</div>
3547
</div>
3548
<?php
3549
		}
3550
3551
		if ( $this->privacy_checks ) :
3552
			$module_names = $module_slugs = array();
3553
3554
			$privacy_checks = explode( ',', $this->privacy_checks );
3555
			$privacy_checks = array_filter( $privacy_checks, array( 'Jetpack', 'is_module' ) );
3556
			foreach ( $privacy_checks as $module_slug ) {
3557
				$module = Jetpack::get_module( $module_slug );
3558
				if ( ! $module ) {
3559
					continue;
3560
				}
3561
3562
				$module_slugs[] = $module_slug;
3563
				$module_names[] = "<strong>{$module['name']}</strong>";
3564
			}
3565
3566
			$module_slugs = join( ',', $module_slugs );
3567
?>
3568
<div id="message" class="jetpack-message jetpack-err">
3569
	<div class="squeezer">
3570
		<h2><strong><?php esc_html_e( 'Is this site private?', 'jetpack' ); ?></strong></h2><br />
3571
		<p><?php
3572
			echo wp_kses(
3573
				wptexturize(
3574
					wp_sprintf(
3575
						_nx(
3576
							"Like your site's RSS feeds, %l allows access to your posts and other content to third parties.",
3577
							"Like your site's RSS feeds, %l allow access to your posts and other content to third parties.",
3578
							count( $privacy_checks ),
3579
							'%l = list of Jetpack module/feature names',
3580
							'jetpack'
3581
						),
3582
						$module_names
3583
					)
3584
				),
3585
				array( 'strong' => true )
3586
			);
3587
3588
			echo "\n<br />\n";
3589
3590
			echo wp_kses(
3591
				sprintf(
3592
					_nx(
3593
						'If your site is not publicly accessible, consider <a href="%1$s" title="%2$s">deactivating this feature</a>.',
3594
						'If your site is not publicly accessible, consider <a href="%1$s" title="%2$s">deactivating these features</a>.',
3595
						count( $privacy_checks ),
3596
						'%1$s = deactivation URL, %2$s = "Deactivate {list of Jetpack module/feature names}',
3597
						'jetpack'
3598
					),
3599
					wp_nonce_url(
3600
						Jetpack::admin_url(
3601
							array(
3602
								'page'   => 'jetpack',
3603
								'action' => 'deactivate',
3604
								'module' => urlencode( $module_slugs ),
3605
							)
3606
						),
3607
						"jetpack_deactivate-$module_slugs"
3608
					),
3609
					esc_attr( wp_kses( wp_sprintf( _x( 'Deactivate %l', '%l = list of Jetpack module/feature names', 'jetpack' ), $module_names ), array() ) )
3610
				),
3611
				array( 'a' => array( 'href' => true, 'title' => true ) )
3612
			);
3613
		?></p>
3614
	</div>
3615
</div>
3616
<?php endif;
3617
	// only display the notice if the other stuff is not there
3618
	if( $this->can_display_jetpack_manage_notice() && !  $this->error && ! $this->message && ! $this->privacy_checks ) {
3619
		if( isset( $_GET['page'] ) && 'jetpack' != $_GET['page'] )
3620
			$this->opt_in_jetpack_manage_notice();
3621
		}
3622
	}
3623
3624
	/**
3625
	 * Record a stat for later output.  This will only currently output in the admin_footer.
3626
	 */
3627
	function stat( $group, $detail ) {
3628
		if ( ! isset( $this->stats[ $group ] ) )
3629
			$this->stats[ $group ] = array();
3630
		$this->stats[ $group ][] = $detail;
3631
	}
3632
3633
	/**
3634
	 * Load stats pixels. $group is auto-prefixed with "x_jetpack-"
3635
	 */
3636
	function do_stats( $method = '' ) {
3637
		if ( is_array( $this->stats ) && count( $this->stats ) ) {
3638
			foreach ( $this->stats as $group => $stats ) {
3639
				if ( is_array( $stats ) && count( $stats ) ) {
3640
					$args = array( "x_jetpack-{$group}" => implode( ',', $stats ) );
3641
					if ( 'server_side' === $method ) {
3642
						self::do_server_side_stat( $args );
3643
					} else {
3644
						echo '<img src="' . esc_url( self::build_stats_url( $args ) ) . '" width="1" height="1" style="display:none;" />';
3645
					}
3646
				}
3647
				unset( $this->stats[ $group ] );
3648
			}
3649
		}
3650
	}
3651
3652
	/**
3653
	 * Runs stats code for a one-off, server-side.
3654
	 *
3655
	 * @param $args array|string The arguments to append to the URL. Should include `x_jetpack-{$group}={$stats}` or whatever we want to store.
3656
	 *
3657
	 * @return bool If it worked.
3658
	 */
3659
	static function do_server_side_stat( $args ) {
3660
		$response = wp_remote_get( esc_url_raw( self::build_stats_url( $args ) ) );
3661
		if ( is_wp_error( $response ) )
3662
			return false;
3663
3664
		if ( 200 !== wp_remote_retrieve_response_code( $response ) )
3665
			return false;
3666
3667
		return true;
3668
	}
3669
3670
	/**
3671
	 * Builds the stats url.
3672
	 *
3673
	 * @param $args array|string The arguments to append to the URL.
3674
	 *
3675
	 * @return string The URL to be pinged.
3676
	 */
3677
	static function build_stats_url( $args ) {
3678
		$defaults = array(
3679
			'v'    => 'wpcom2',
3680
			'rand' => md5( mt_rand( 0, 999 ) . time() ),
3681
		);
3682
		$args     = wp_parse_args( $args, $defaults );
3683
		/**
3684
		 * Filter the URL used as the Stats tracking pixel.
3685
		 *
3686
		 * @since 2.3.2
3687
		 *
3688
		 * @param string $url Base URL used as the Stats tracking pixel.
3689
		 */
3690
		$base_url = apply_filters(
3691
			'jetpack_stats_base_url',
3692
			set_url_scheme( 'http://pixel.wp.com/g.gif' )
3693
		);
3694
		$url      = add_query_arg( $args, $base_url );
3695
		return $url;
3696
	}
3697
3698
	static function translate_current_user_to_role() {
3699
		foreach ( self::$capability_translations as $role => $cap ) {
3700
			if ( current_user_can( $role ) || current_user_can( $cap ) ) {
3701
				return $role;
3702
			}
3703
		}
3704
3705
		return false;
3706
	}
3707
3708
	static function translate_role_to_cap( $role ) {
3709
		if ( ! isset( self::$capability_translations[$role] ) ) {
3710
			return false;
3711
		}
3712
3713
		return self::$capability_translations[$role];
3714
	}
3715
3716
	static function sign_role( $role ) {
3717
		if ( ! $user_id = (int) get_current_user_id() ) {
3718
			return false;
3719
		}
3720
3721
		$token = Jetpack_Data::get_access_token();
3722
		if ( ! $token || is_wp_error( $token ) ) {
3723
			return false;
3724
		}
3725
3726
		return $role . ':' . hash_hmac( 'md5', "{$role}|{$user_id}", $token->secret );
3727
	}
3728
3729
3730
	/**
3731
	 * Builds a URL to the Jetpack connection auth page
3732
	 *
3733
	 * @since 3.9.5
3734
	 *
3735
	 * @param bool $raw If true, URL will not be escaped.
3736
	 * @param bool|string $redirect If true, will redirect back to Jetpack wp-admin landing page after connection.
3737
	 *                              If string, will be a custom redirect.
3738
	 * @param bool|string $from If not false, adds 'from=$from' param to the connect URL.
3739
	 *
3740
	 * @return string Connect URL
3741
	 */
3742
	function build_connect_url( $raw = false, $redirect = false, $from = false ) {
3743
		if ( ! Jetpack_Options::get_option( 'blog_token' ) || ! Jetpack_Options::get_option( 'id' ) ) {
3744
			$url = Jetpack::nonce_url_no_esc( Jetpack::admin_url( 'action=register' ), 'jetpack-register' );
3745
			if( is_network_admin() ) {
3746
			    $url = add_query_arg( 'is_multisite', network_admin_url(
3747
			    'admin.php?page=jetpack-settings' ), $url );
3748
			}
3749
		} else {
3750
			if ( defined( 'JETPACK__GLOTPRESS_LOCALES_PATH' ) && include_once JETPACK__GLOTPRESS_LOCALES_PATH ) {
3751
				$gp_locale = GP_Locales::by_field( 'wp_locale', get_locale() );
3752
			}
3753
3754
			$role = self::translate_current_user_to_role();
3755
			$signed_role = self::sign_role( $role );
3756
3757
			$user = wp_get_current_user();
3758
3759
			$jetpack_admin_page = esc_url_raw( admin_url( 'admin.php?page=jetpack' ) );
3760
			$redirect = $redirect
3761
				? wp_validate_redirect( esc_url_raw( $redirect ), $jetpack_admin_page )
3762
				: $jetpack_admin_page;
3763
3764
			if( isset( $_REQUEST['is_multisite'] ) ) {
3765
				$redirect = Jetpack_Network::init()->get_url( 'network_admin_page' );
3766
			}
3767
3768
			$secrets = Jetpack::init()->generate_secrets( 'authorize' );
3769
			@list( $secret ) = explode( ':', $secrets );
3770
3771
			$site_icon = ( function_exists( 'has_site_icon') && has_site_icon() )
3772
				? get_site_icon_url()
3773
				: false;
3774
3775
			$args = urlencode_deep(
3776
				array(
3777
					'response_type' => 'code',
3778
					'client_id'     => Jetpack_Options::get_option( 'id' ),
3779
					'redirect_uri'  => add_query_arg(
3780
						array(
3781
							'action'   => 'authorize',
3782
							'_wpnonce' => wp_create_nonce( "jetpack-authorize_{$role}_{$redirect}" ),
3783
							'redirect' => urlencode( $redirect ),
3784
						),
3785
						esc_url( admin_url( 'admin.php?page=jetpack' ) )
3786
					),
3787
					'state'         => $user->ID,
3788
					'scope'         => $signed_role,
3789
					'user_email'    => $user->user_email,
3790
					'user_login'    => $user->user_login,
3791
					'is_active'     => Jetpack::is_active(),
3792
					'jp_version'    => JETPACK__VERSION,
3793
					'auth_type'     => 'calypso',
3794
					'secret'        => $secret,
3795
					'locale'        => isset( $gp_locale->slug ) ? $gp_locale->slug : '',
3796
					'blogname'      => get_option( 'blogname' ),
3797
					'site_url'      => site_url(),
3798
					'home_url'      => home_url(),
3799
					'site_icon'     => $site_icon,
3800
				)
3801
			);
3802
3803
			$url = add_query_arg( $args, Jetpack::api_url( 'authorize' ) );
3804
		}
3805
3806
		if ( $from ) {
3807
			$url = add_query_arg( 'from', $from, $url );
3808
		}
3809
3810
		if ( isset( $_GET['calypso_env'] ) ) {
3811
			$url = add_query_arg( 'calypso_env', sanitize_key( $_GET['calypso_env'] ), $url );
3812
		}
3813
3814
		return $raw ? $url : esc_url( $url );
3815
	}
3816
3817
	function build_reconnect_url( $raw = false ) {
3818
		$url = wp_nonce_url( Jetpack::admin_url( 'action=reconnect' ), 'jetpack-reconnect' );
3819
		return $raw ? $url : esc_url( $url );
3820
	}
3821
3822
	public static function admin_url( $args = null ) {
3823
		$args = wp_parse_args( $args, array( 'page' => 'jetpack' ) );
3824
		$url = add_query_arg( $args, admin_url( 'admin.php' ) );
3825
		return $url;
3826
	}
3827
3828
	public static function nonce_url_no_esc( $actionurl, $action = -1, $name = '_wpnonce' ) {
3829
		$actionurl = str_replace( '&amp;', '&', $actionurl );
3830
		return add_query_arg( $name, wp_create_nonce( $action ), $actionurl );
3831
	}
3832
3833
	function dismiss_jetpack_notice() {
3834
3835
		if ( ! isset( $_GET['jetpack-notice'] ) ) {
3836
			return;
3837
		}
3838
3839
		switch( $_GET['jetpack-notice'] ) {
3840
			case 'dismiss':
3841
				if ( check_admin_referer( 'jetpack-deactivate' ) && ! is_plugin_active_for_network( plugin_basename( JETPACK__PLUGIN_DIR . 'jetpack.php' ) ) ) {
3842
3843
					require_once ABSPATH . 'wp-admin/includes/plugin.php';
3844
					deactivate_plugins( JETPACK__PLUGIN_DIR . 'jetpack.php', false, false );
3845
					wp_safe_redirect( admin_url() . 'plugins.php?deactivate=true&plugin_status=all&paged=1&s=' );
3846
				}
3847
				break;
3848 View Code Duplication
			case 'jetpack-manage-opt-out':
3849
3850
				if ( check_admin_referer( 'jetpack_manage_banner_opt_out' ) ) {
3851
					// Don't show the banner again
3852
3853
					Jetpack_Options::update_option( 'dismissed_manage_banner', true );
3854
					// redirect back to the page that had the notice
3855
					if ( wp_get_referer() ) {
3856
						wp_safe_redirect( wp_get_referer() );
3857
					} else {
3858
						// Take me to Jetpack
3859
						wp_safe_redirect( admin_url( 'admin.php?page=jetpack' ) );
3860
					}
3861
				}
3862
				break;
3863 View Code Duplication
			case 'jetpack-protect-multisite-opt-out':
3864
3865
				if ( check_admin_referer( 'jetpack_protect_multisite_banner_opt_out' ) ) {
3866
					// Don't show the banner again
3867
3868
					update_site_option( 'jetpack_dismissed_protect_multisite_banner', true );
3869
					// redirect back to the page that had the notice
3870
					if ( wp_get_referer() ) {
3871
						wp_safe_redirect( wp_get_referer() );
3872
					} else {
3873
						// Take me to Jetpack
3874
						wp_safe_redirect( admin_url( 'admin.php?page=jetpack' ) );
3875
					}
3876
				}
3877
				break;
3878
			case 'jetpack-manage-opt-in':
3879
				if ( check_admin_referer( 'jetpack_manage_banner_opt_in' ) ) {
3880
					// This makes sure that we are redirect to jetpack home so that we can see the Success Message.
3881
3882
					$redirection_url = Jetpack::admin_url();
3883
					remove_action( 'jetpack_pre_activate_module',   array( Jetpack_Admin::init(), 'fix_redirect' ) );
3884
3885
					// Don't redirect form the Jetpack Setting Page
3886
					$referer_parsed = parse_url ( wp_get_referer() );
3887
					// check that we do have a wp_get_referer and the query paramater is set orderwise go to the Jetpack Home
3888
					if ( isset( $referer_parsed['query'] ) && false !== strpos( $referer_parsed['query'], 'page=jetpack_modules' ) ) {
3889
						// Take the user to Jetpack home except when on the setting page
3890
						$redirection_url = wp_get_referer();
3891
						add_action( 'jetpack_pre_activate_module',   array( Jetpack_Admin::init(), 'fix_redirect' ) );
3892
					}
3893
					// Also update the JSON API FULL MANAGEMENT Option
3894
					Jetpack::activate_module( 'manage', false, false );
3895
3896
					// Special Message when option in.
3897
					Jetpack::state( 'optin-manage', 'true' );
3898
					// Activate the Module if not activated already
3899
3900
					// Redirect properly
3901
					wp_safe_redirect( $redirection_url );
3902
3903
				}
3904
				break;
3905
		}
3906
	}
3907
3908
	function debugger_page() {
3909
		nocache_headers();
3910
		if ( ! current_user_can( 'manage_options' ) ) {
3911
			die( '-1' );
3912
		}
3913
		Jetpack_Debugger::jetpack_debug_display_handler();
3914
		exit;
3915
	}
3916
3917
	public static function admin_screen_configure_module( $module_id ) {
3918
3919
		// User that doesn't have 'jetpack_configure_modules' will never end up here since Jetpack Landing Page woun't let them.
3920
		if ( ! in_array( $module_id, Jetpack::get_active_modules() ) && current_user_can( 'manage_options' ) ) {
3921
			if ( has_action( 'display_activate_module_setting_' . $module_id ) ) {
3922
				/**
3923
				 * Fires to diplay a custom module activation screen.
3924
				 *
3925
				 * To add a module actionation screen use Jetpack::module_configuration_activation_screen method.
3926
				 * Example: Jetpack::module_configuration_activation_screen( 'manage', array( $this, 'manage_activate_screen' ) );
3927
				 *
3928
				 * @module manage
3929
				 *
3930
				 * @since 3.8.0
3931
				 *
3932
				 * @param int $module_id Module ID.
3933
				 */
3934
				do_action( 'display_activate_module_setting_' . $module_id );
3935
			} else {
3936
				self::display_activate_module_link( $module_id );
3937
			}
3938
3939
			return false;
3940
		} ?>
3941
3942
		<div id="jp-settings-screen" style="position: relative">
3943
			<h3>
3944
			<?php
3945
				$module = Jetpack::get_module( $module_id );
3946
				echo '<a href="' . Jetpack::admin_url( 'page=jetpack_modules' ) . '">' . __( 'Jetpack by WordPress.com', 'jetpack' ) . '</a> &rarr; ';
3947
				printf( __( 'Configure %s', 'jetpack' ), $module['name'] );
3948
			?>
3949
			</h3>
3950
			<?php
3951
				/**
3952
				 * Fires within the displayed message when a feature configuation is updated.
3953
				 *
3954
				 * @since 3.4.0
3955
				 *
3956
				 * @param int $module_id Module ID.
3957
				 */
3958
				do_action( 'jetpack_notices_update_settings', $module_id );
3959
				/**
3960
				 * Fires when a feature configuation screen is loaded.
3961
				 * The dynamic part of the hook, $module_id, is the module ID.
3962
				 *
3963
				 * @since 1.1.0
3964
				 */
3965
				do_action( 'jetpack_module_configuration_screen_' . $module_id );
3966
			?>
3967
		</div><?php
3968
	}
3969
3970
	/**
3971
	 * Display link to activate the module to see the settings screen.
3972
	 * @param  string $module_id
3973
	 * @return null
3974
	 */
3975
	public static function display_activate_module_link( $module_id ) {
3976
3977
		$info =  Jetpack::get_module( $module_id );
3978
		$extra = '';
3979
		$activate_url = wp_nonce_url(
3980
				Jetpack::admin_url(
3981
					array(
3982
						'page'   => 'jetpack',
3983
						'action' => 'activate',
3984
						'module' => $module_id,
3985
					)
3986
				),
3987
				"jetpack_activate-$module_id"
3988
			);
3989
3990
		?>
3991
3992
		<div class="wrap configure-module">
3993
			<div id="jp-settings-screen">
3994
				<?php
3995
				if ( $module_id == 'json-api' ) {
3996
3997
					$info['name'] = esc_html__( 'Activate Site Management and JSON API', 'jetpack' );
3998
3999
					$activate_url = Jetpack::init()->opt_in_jetpack_manage_url();
4000
4001
					$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' );
4002
4003
					// $extra = __( 'To use Site Management, you need to first activate JSON API to allow remote management of your site. ', 'jetpack' );
4004
				} ?>
4005
4006
				<h3><?php echo esc_html( $info['name'] ); ?></h3>
4007
				<div class="narrow">
4008
					<p><?php echo  $info['description']; ?></p>
4009
					<?php if( $extra ) { ?>
4010
					<p><?php echo esc_html( $extra ); ?></p>
4011
					<?php } ?>
4012
					<p>
4013
						<?php
4014
						if( wp_get_referer() ) {
4015
							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() );
4016
						} else {
4017
							printf( __( '<a class="button-primary" href="%s">Activate Now</a>', 'jetpack' ) , $activate_url  );
4018
						} ?>
4019
					</p>
4020
				</div>
4021
4022
			</div>
4023
		</div>
4024
4025
		<?php
4026
	}
4027
4028
	public static function sort_modules( $a, $b ) {
4029
		if ( $a['sort'] == $b['sort'] )
4030
			return 0;
4031
4032
		return ( $a['sort'] < $b['sort'] ) ? -1 : 1;
4033
	}
4034
4035
	function ajax_recheck_ssl() {
4036
		check_ajax_referer( 'recheck-ssl', 'ajax-nonce' );
4037
		$result = Jetpack::permit_ssl( true );
4038
		wp_send_json( array(
4039
			'enabled' => $result,
4040
			'message' => get_transient( 'jetpack_https_test_message' )
4041
		) );
4042
	}
4043
4044
/* Client API */
4045
4046
	/**
4047
	 * Returns the requested Jetpack API URL
4048
	 *
4049
	 * @return string
4050
	 */
4051
	public static function api_url( $relative_url ) {
4052
		return trailingslashit( JETPACK__API_BASE . $relative_url  ) . JETPACK__API_VERSION . '/';
4053
	}
4054
4055
	/**
4056
	 * Some hosts disable the OpenSSL extension and so cannot make outgoing HTTPS requsets
4057
	 */
4058
	public static function fix_url_for_bad_hosts( $url ) {
4059
		if ( 0 !== strpos( $url, 'https://' ) ) {
4060
			return $url;
4061
		}
4062
4063
		switch ( JETPACK_CLIENT__HTTPS ) {
4064
			case 'ALWAYS' :
4065
				return $url;
4066
			case 'NEVER' :
4067
				return set_url_scheme( $url, 'http' );
4068
			// default : case 'AUTO' :
4069
		}
4070
4071
		// we now return the unmodified SSL URL by default, as a security precaution
4072
		return $url;
4073
	}
4074
4075
	/**
4076
	 * Checks to see if the URL is using SSL to connect with Jetpack
4077
	 *
4078
	 * @since 2.3.3
4079
	 * @return boolean
4080
	 */
4081
	public static function permit_ssl( $force_recheck = false ) {
4082
		// Do some fancy tests to see if ssl is being supported
4083
		if ( $force_recheck || false === ( $ssl = get_transient( 'jetpack_https_test' ) ) ) {
4084
			$message = '';
4085
			if ( 'https' !== substr( JETPACK__API_BASE, 0, 5 ) ) {
4086
				$ssl = 0;
4087
			} else {
4088
				switch ( JETPACK_CLIENT__HTTPS ) {
4089
					case 'NEVER':
4090
						$ssl = 0;
4091
						$message = __( 'JETPACK_CLIENT__HTTPS is set to NEVER', 'jetpack' );
4092
						break;
4093
					case 'ALWAYS':
4094
					case 'AUTO':
4095
					default:
4096
						$ssl = 1;
4097
						break;
4098
				}
4099
4100
				// If it's not 'NEVER', test to see
4101
				if ( $ssl ) {
4102
					if ( ! wp_http_supports( array( 'ssl' => true ) ) ) {
4103
						$ssl = 0;
4104
						$message = __( 'WordPress reports no SSL support', 'jetpack' );
4105
					} else {
4106
						$response = wp_remote_get( JETPACK__API_BASE . 'test/1/' );
4107
						if ( is_wp_error( $response ) ) {
4108
							$ssl = 0;
4109
							$message = __( 'WordPress reports no SSL support', 'jetpack' );
4110
						} elseif ( 'OK' !== wp_remote_retrieve_body( $response ) ) {
4111
							$ssl = 0;
4112
							$message = __( 'Response was not OK: ', 'jetpack' ) . wp_remote_retrieve_body( $response );
4113
						}
4114
					}
4115
				}
4116
			}
4117
			set_transient( 'jetpack_https_test', $ssl, DAY_IN_SECONDS );
4118
			set_transient( 'jetpack_https_test_message', $message, DAY_IN_SECONDS );
4119
		}
4120
4121
		return (bool) $ssl;
4122
	}
4123
4124
	/*
4125
	 * Displays an admin_notice, alerting the user to their JETPACK_CLIENT__HTTPS constant being 'AUTO' but SSL isn't working.
4126
	 */
4127
	public function alert_auto_ssl_fail() {
4128
		if ( ! current_user_can( 'manage_options' ) )
4129
			return;
4130
4131
		$ajax_nonce = wp_create_nonce( 'recheck-ssl' );
4132
		?>
4133
4134
		<div id="jetpack-ssl-warning" class="error jp-identity-crisis">
4135
			<div class="jp-banner__content">
4136
				<h2><?php _e( 'Outbound HTTPS not working', 'jetpack' ); ?></h2>
4137
				<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>
4138
				<p>
4139
					<?php _e( 'Jetpack will re-test for HTTPS support once a day, but you can click here to try again immediately: ', 'jetpack' ); ?>
4140
					<a href="#" id="jetpack-recheck-ssl-button"><?php _e( 'Try again', 'jetpack' ); ?></a>
4141
					<span id="jetpack-recheck-ssl-output"><?php echo get_transient( 'jetpack_https_test_message' ); ?></span>
4142
				</p>
4143
				<p>
4144
					<?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' ),
4145
							esc_url( Jetpack::admin_url( array( 'page' => 'jetpack-debugger' )  ) ),
4146
							esc_url( 'https://jetpack.com/support/getting-started-with-jetpack/troubleshooting-tips/' ) ); ?>
4147
				</p>
4148
			</div>
4149
		</div>
4150
		<style>
4151
			#jetpack-recheck-ssl-output { margin-left: 5px; color: red; }
4152
		</style>
4153
		<script type="text/javascript">
4154
			jQuery( document ).ready( function( $ ) {
4155
				$( '#jetpack-recheck-ssl-button' ).click( function( e ) {
4156
					var $this = $( this );
4157
					$this.html( <?php echo json_encode( __( 'Checking', 'jetpack' ) ); ?> );
4158
					$( '#jetpack-recheck-ssl-output' ).html( '' );
4159
					e.preventDefault();
4160
					var data = { action: 'jetpack-recheck-ssl', 'ajax-nonce': '<?php echo $ajax_nonce; ?>' };
4161
					$.post( ajaxurl, data )
4162
					  .done( function( response ) {
4163
					  	if ( response.enabled ) {
4164
					  		$( '#jetpack-ssl-warning' ).hide();
4165
					  	} else {
4166
					  		this.html( <?php echo json_encode( __( 'Try again', 'jetpack' ) ); ?> );
4167
					  		$( '#jetpack-recheck-ssl-output' ).html( 'SSL Failed: ' + response.message );
4168
					  	}
4169
					  }.bind( $this ) );
4170
				} );
4171
			} );
4172
		</script>
4173
4174
		<?php
4175
	}
4176
4177
	/**
4178
	 * Returns the Jetpack XML-RPC API
4179
	 *
4180
	 * @return string
4181
	 */
4182
	public static function xmlrpc_api_url() {
4183
		$base = preg_replace( '#(https?://[^?/]+)(/?.*)?$#', '\\1', JETPACK__API_BASE );
4184
		return untrailingslashit( $base ) . '/xmlrpc.php';
4185
	}
4186
4187
	/**
4188
	 * Creates two secret tokens and the end of life timestamp for them.
4189
	 *
4190
	 * Note these tokens are unique per call, NOT static per site for connecting.
4191
	 *
4192
	 * @since 2.6
4193
	 * @return array
4194
	 */
4195
	public function generate_secrets( $action, $exp = 600 ) {
4196
	    $secret = wp_generate_password( 32, false ) // secret_1
4197
	    		. ':' . wp_generate_password( 32, false ) // secret_2
4198
	    		. ':' . ( time() + $exp ) // eol ( End of Life )
4199
	    		. ':' . get_current_user_id(); // ties the secrets to the current user
4200
		Jetpack_Options::update_option( $action, $secret );
4201
	    return Jetpack_Options::get_option( $action );
4202
	}
4203
4204
	/**
4205
	 * Builds the timeout limit for queries talking with the wpcom servers.
4206
	 *
4207
	 * Based on local php max_execution_time in php.ini
4208
	 *
4209
	 * @since 2.6
4210
	 * @return int
4211
	 **/
4212
	public function get_remote_query_timeout_limit() {
4213
	    $timeout = (int) ini_get( 'max_execution_time' );
4214
	    if ( ! $timeout ) // Ensure exec time set in php.ini
4215
		$timeout = 30;
4216
	    return intval( $timeout / 2 );
4217
	}
4218
4219
4220
	/**
4221
	 * Takes the response from the Jetpack register new site endpoint and
4222
	 * verifies it worked properly.
4223
	 *
4224
	 * @since 2.6
4225
	 * @return true or Jetpack_Error
4226
	 **/
4227
	public function validate_remote_register_response( $response ) {
4228
	    	if ( is_wp_error( $response ) ) {
4229
			return new Jetpack_Error( 'register_http_request_failed', $response->get_error_message() );
4230
		}
4231
4232
		$code   = wp_remote_retrieve_response_code( $response );
4233
		$entity = wp_remote_retrieve_body( $response );
4234
		if ( $entity )
4235
			$json = json_decode( $entity );
4236
		else
4237
			$json = false;
4238
4239
		$code_type = intval( $code / 100 );
4240
		if ( 5 == $code_type ) {
4241
			return new Jetpack_Error( 'wpcom_5??', sprintf( __( 'Error Details: %s', 'jetpack' ), $code ), $code );
4242
		} elseif ( 408 == $code ) {
4243
			return new Jetpack_Error( 'wpcom_408', sprintf( __( 'Error Details: %s', 'jetpack' ), $code ), $code );
4244
		} elseif ( ! empty( $json->error ) ) {
4245
			$error_description = isset( $json->error_description ) ? sprintf( __( 'Error Details: %s', 'jetpack' ), (string) $json->error_description ) : '';
4246
			return new Jetpack_Error( (string) $json->error, $error_description, $code );
4247
		} elseif ( 200 != $code ) {
4248
			return new Jetpack_Error( 'wpcom_bad_response', sprintf( __( 'Error Details: %s', 'jetpack' ), $code ), $code );
4249
		}
4250
4251
		// Jetpack ID error block
4252
		if ( empty( $json->jetpack_id ) ) {
4253
			return new Jetpack_Error( 'jetpack_id', sprintf( __( 'Error Details: Jetpack ID is empty. Do not publicly post this error message! %s', 'jetpack' ), $entity ), $entity );
4254
		} elseif ( ! is_scalar( $json->jetpack_id ) ) {
4255
			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 );
4256
		} elseif ( preg_match( '/[^0-9]/', $json->jetpack_id ) ) {
4257
			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 );
4258
		}
4259
4260
	    return true;
4261
	}
4262
	/**
4263
	 * @return bool|WP_Error
4264
	 */
4265
	public static function register() {
4266
		add_action( 'pre_update_jetpack_option_register', array( 'Jetpack_Options', 'delete_option' ) );
4267
		$secrets = Jetpack::init()->generate_secrets( 'register' );
4268
4269
		@list( $secret_1, $secret_2, $secret_eol ) = explode( ':', $secrets );
4270 View Code Duplication
		if ( empty( $secret_1 ) || empty( $secret_2 ) || empty( $secret_eol ) || $secret_eol < time() ) {
4271
			return new Jetpack_Error( 'missing_secrets' );
4272
		}
4273
4274
		$timeout = Jetpack::init()->get_remote_query_timeout_limit();
4275
4276
		$gmt_offset = get_option( 'gmt_offset' );
4277
		if ( ! $gmt_offset ) {
4278
			$gmt_offset = 0;
4279
		}
4280
4281
		$stats_options = get_option( 'stats_options' );
4282
		$stats_id = isset($stats_options['blog_id']) ? $stats_options['blog_id'] : null;
4283
4284
		$args = array(
4285
			'method'  => 'POST',
4286
			'body'    => array(
4287
				'siteurl'         => site_url(),
4288
				'home'            => home_url(),
4289
				'gmt_offset'      => $gmt_offset,
4290
				'timezone_string' => (string) get_option( 'timezone_string' ),
4291
				'site_name'       => (string) get_option( 'blogname' ),
4292
				'secret_1'        => $secret_1,
4293
				'secret_2'        => $secret_2,
4294
				'site_lang'       => get_locale(),
4295
				'timeout'         => $timeout,
4296
				'stats_id'        => $stats_id,
4297
				'state'           => get_current_user_id(),
4298
			),
4299
			'headers' => array(
4300
				'Accept' => 'application/json',
4301
			),
4302
			'timeout' => $timeout,
4303
		);
4304
		$response = Jetpack_Client::_wp_remote_request( Jetpack::fix_url_for_bad_hosts( Jetpack::api_url( 'register' ) ), $args, true );
4305
4306
4307
		// Make sure the response is valid and does not contain any Jetpack errors
4308
		$valid_response = Jetpack::init()->validate_remote_register_response( $response );
4309
		if( is_wp_error( $valid_response ) || !$valid_response ) {
4310
		    return $valid_response;
4311
		}
4312
4313
		// Grab the response values to work with
4314
		$code   = wp_remote_retrieve_response_code( $response );
4315
		$entity = wp_remote_retrieve_body( $response );
4316
4317
		if ( $entity )
4318
			$json = json_decode( $entity );
4319
		else
4320
			$json = false;
4321
4322 View Code Duplication
		if ( empty( $json->jetpack_secret ) || ! is_string( $json->jetpack_secret ) )
4323
			return new Jetpack_Error( 'jetpack_secret', '', $code );
4324
4325
		if ( isset( $json->jetpack_public ) ) {
4326
			$jetpack_public = (int) $json->jetpack_public;
4327
		} else {
4328
			$jetpack_public = false;
4329
		}
4330
4331
		Jetpack_Options::update_options(
4332
			array(
4333
				'id'         => (int)    $json->jetpack_id,
4334
				'blog_token' => (string) $json->jetpack_secret,
4335
				'public'     => $jetpack_public,
4336
			)
4337
		);
4338
4339
		/**
4340
		 * Fires when a site is registered on WordPress.com.
4341
		 *
4342
		 * @since 3.7.0
4343
		 *
4344
		 * @param int $json->jetpack_id Jetpack Blog ID.
4345
		 * @param string $json->jetpack_secret Jetpack Blog Token.
4346
		 * @param int|bool $jetpack_public Is the site public.
4347
		 */
4348
		do_action( 'jetpack_site_registered', $json->jetpack_id, $json->jetpack_secret, $jetpack_public );
4349
4350
		// Initialize Jump Start for the first and only time.
4351
		if ( ! Jetpack_Options::get_option( 'jumpstart' ) ) {
4352
			Jetpack_Options::update_option( 'jumpstart', 'new_connection' );
4353
4354
			$jetpack = Jetpack::init();
4355
4356
			$jetpack->stat( 'jumpstart', 'unique-views' );
4357
			$jetpack->do_stats( 'server_side' );
4358
		};
4359
4360
		return true;
4361
	}
4362
4363
/* Client Server API */
4364
4365
	/**
4366
	 * Loads the Jetpack XML-RPC client
4367
	 */
4368
	public static function load_xml_rpc_client() {
4369
		require_once ABSPATH . WPINC . '/class-IXR.php';
4370
		require_once JETPACK__PLUGIN_DIR . 'class.jetpack-ixr-client.php';
4371
	}
4372
4373
	function verify_xml_rpc_signature() {
4374
		if ( $this->xmlrpc_verification ) {
4375
			return $this->xmlrpc_verification;
4376
		}
4377
4378
		// It's not for us
4379
		if ( ! isset( $_GET['token'] ) || empty( $_GET['signature'] ) ) {
4380
			return false;
4381
		}
4382
4383
		@list( $token_key, $version, $user_id ) = explode( ':', $_GET['token'] );
4384
		if (
4385
			empty( $token_key )
4386
		||
4387
			empty( $version ) || strval( JETPACK__API_VERSION ) !== $version
4388
		) {
4389
			return false;
4390
		}
4391
4392
		if ( '0' === $user_id ) {
4393
			$token_type = 'blog';
4394
			$user_id = 0;
4395
		} else {
4396
			$token_type = 'user';
4397
			if ( empty( $user_id ) || ! ctype_digit( $user_id ) ) {
4398
				return false;
4399
			}
4400
			$user_id = (int) $user_id;
4401
4402
			$user = new WP_User( $user_id );
4403
			if ( ! $user || ! $user->exists() ) {
4404
				return false;
4405
			}
4406
		}
4407
4408
		$token = Jetpack_Data::get_access_token( $user_id );
4409
		if ( ! $token ) {
4410
			return false;
4411
		}
4412
4413
		$token_check = "$token_key.";
4414
		if ( ! hash_equals( substr( $token->secret, 0, strlen( $token_check ) ), $token_check ) ) {
4415
			return false;
4416
		}
4417
4418
		require_once JETPACK__PLUGIN_DIR . 'class.jetpack-signature.php';
4419
4420
		$jetpack_signature = new Jetpack_Signature( $token->secret, (int) Jetpack_Options::get_option( 'time_diff' ) );
4421
		if ( isset( $_POST['_jetpack_is_multipart'] ) ) {
4422
			$post_data   = $_POST;
4423
			$file_hashes = array();
4424
			foreach ( $post_data as $post_data_key => $post_data_value ) {
4425
				if ( 0 !== strpos( $post_data_key, '_jetpack_file_hmac_' ) ) {
4426
					continue;
4427
				}
4428
				$post_data_key = substr( $post_data_key, strlen( '_jetpack_file_hmac_' ) );
4429
				$file_hashes[$post_data_key] = $post_data_value;
4430
			}
4431
4432
			foreach ( $file_hashes as $post_data_key => $post_data_value ) {
4433
				unset( $post_data["_jetpack_file_hmac_{$post_data_key}"] );
4434
				$post_data[$post_data_key] = $post_data_value;
4435
			}
4436
4437
			ksort( $post_data );
4438
4439
			$body = http_build_query( stripslashes_deep( $post_data ) );
4440
		} elseif ( is_null( $this->HTTP_RAW_POST_DATA ) ) {
4441
			$body = file_get_contents( 'php://input' );
4442
		} else {
4443
			$body = null;
4444
		}
4445
		$signature = $jetpack_signature->sign_current_request(
4446
			array( 'body' => is_null( $body ) ? $this->HTTP_RAW_POST_DATA : $body, )
4447
		);
4448
4449
		if ( ! $signature ) {
4450
			return false;
4451
		} else if ( is_wp_error( $signature ) ) {
4452
			return $signature;
4453
		} else if ( ! hash_equals( $signature, $_GET['signature'] ) ) {
4454
			return false;
4455
		}
4456
4457
		$timestamp = (int) $_GET['timestamp'];
4458
		$nonce     = stripslashes( (string) $_GET['nonce'] );
4459
4460
		if ( ! $this->add_nonce( $timestamp, $nonce ) ) {
4461
			return false;
4462
		}
4463
4464
		$this->xmlrpc_verification = array(
4465
			'type'    => $token_type,
4466
			'user_id' => $token->external_user_id,
4467
		);
4468
4469
		return $this->xmlrpc_verification;
4470
	}
4471
4472
	/**
4473
	 * Authenticates XML-RPC and other requests from the Jetpack Server
4474
	 */
4475
	function authenticate_jetpack( $user, $username, $password ) {
4476
		if ( is_a( $user, 'WP_User' ) ) {
4477
			return $user;
4478
		}
4479
4480
		$token_details = $this->verify_xml_rpc_signature();
4481
4482
		if ( ! $token_details || is_wp_error( $token_details ) ) {
4483
			return $user;
4484
		}
4485
4486
		if ( 'user' !== $token_details['type'] ) {
4487
			return $user;
4488
		}
4489
4490
		if ( ! $token_details['user_id'] ) {
4491
			return $user;
4492
		}
4493
4494
		nocache_headers();
4495
4496
		return new WP_User( $token_details['user_id'] );
4497
	}
4498
4499
	function add_nonce( $timestamp, $nonce ) {
4500
		global $wpdb;
4501
		static $nonces_used_this_request = array();
4502
4503
		if ( isset( $nonces_used_this_request["$timestamp:$nonce"] ) ) {
4504
			return $nonces_used_this_request["$timestamp:$nonce"];
4505
		}
4506
4507
		// This should always have gone through Jetpack_Signature::sign_request() first to check $timestamp an $nonce
4508
		$timestamp = (int) $timestamp;
4509
		$nonce     = esc_sql( $nonce );
4510
4511
		// Raw query so we can avoid races: add_option will also update
4512
		$show_errors = $wpdb->show_errors( false );
4513
4514
		$old_nonce = $wpdb->get_row(
4515
			$wpdb->prepare( "SELECT * FROM `$wpdb->options` WHERE option_name = %s", "jetpack_nonce_{$timestamp}_{$nonce}" )
4516
		);
4517
4518
		if ( is_null( $old_nonce ) ) {
4519
			$return = $wpdb->query(
4520
				$wpdb->prepare(
4521
					"INSERT INTO `$wpdb->options` (`option_name`, `option_value`, `autoload`) VALUES (%s, %s, %s)",
4522
					"jetpack_nonce_{$timestamp}_{$nonce}",
4523
					time(),
4524
					'no'
4525
				)
4526
			);
4527
		} else {
4528
			$return = false;
4529
		}
4530
4531
		$wpdb->show_errors( $show_errors );
4532
4533
		$nonces_used_this_request["$timestamp:$nonce"] = $return;
4534
4535
		return $return;
4536
	}
4537
4538
	/**
4539
	 * In some setups, $HTTP_RAW_POST_DATA can be emptied during some IXR_Server paths since it is passed by reference to various methods.
4540
	 * Capture it here so we can verify the signature later.
4541
	 */
4542
	function xmlrpc_methods( $methods ) {
4543
		$this->HTTP_RAW_POST_DATA = $GLOBALS['HTTP_RAW_POST_DATA'];
4544
		return $methods;
4545
	}
4546
4547
	function public_xmlrpc_methods( $methods ) {
4548
		if ( array_key_exists( 'wp.getOptions', $methods ) ) {
4549
			$methods['wp.getOptions'] = array( $this, 'jetpack_getOptions' );
4550
		}
4551
		return $methods;
4552
	}
4553
4554
	function jetpack_getOptions( $args ) {
4555
		global $wp_xmlrpc_server;
4556
4557
		$wp_xmlrpc_server->escape( $args );
4558
4559
		$username	= $args[1];
4560
		$password	= $args[2];
4561
4562
		if ( !$user = $wp_xmlrpc_server->login($username, $password) ) {
4563
			return $wp_xmlrpc_server->error;
4564
		}
4565
4566
		$options = array();
4567
		$user_data = $this->get_connected_user_data();
4568
		if ( is_array( $user_data ) ) {
4569
			$options['jetpack_user_id'] = array(
4570
				'desc'          => __( 'The WP.com user ID of the connected user', 'jetpack' ),
4571
				'readonly'      => true,
4572
				'value'         => $user_data['ID'],
4573
			);
4574
			$options['jetpack_user_login'] = array(
4575
				'desc'          => __( 'The WP.com username of the connected user', 'jetpack' ),
4576
				'readonly'      => true,
4577
				'value'         => $user_data['login'],
4578
			);
4579
			$options['jetpack_user_email'] = array(
4580
				'desc'          => __( 'The WP.com user email of the connected user', 'jetpack' ),
4581
				'readonly'      => true,
4582
				'value'         => $user_data['email'],
4583
			);
4584
			$options['jetpack_user_site_count'] = array(
4585
				'desc'          => __( 'The number of sites of the connected WP.com user', 'jetpack' ),
4586
				'readonly'      => true,
4587
				'value'         => $user_data['site_count'],
4588
			);
4589
		}
4590
		$wp_xmlrpc_server->blog_options = array_merge( $wp_xmlrpc_server->blog_options, $options );
4591
		$args = stripslashes_deep( $args );
4592
		return $wp_xmlrpc_server->wp_getOptions( $args );
4593
	}
4594
4595
	function xmlrpc_options( $options ) {
4596
		$jetpack_client_id = false;
4597
		if ( self::is_active() ) {
4598
			$jetpack_client_id = Jetpack_Options::get_option( 'id' );
4599
		}
4600
		$options['jetpack_version'] = array(
4601
				'desc'          => __( 'Jetpack Plugin Version', 'jetpack' ),
4602
				'readonly'      => true,
4603
				'value'         => JETPACK__VERSION,
4604
		);
4605
4606
		$options['jetpack_client_id'] = array(
4607
				'desc'          => __( 'The Client ID/WP.com Blog ID of this site', 'jetpack' ),
4608
				'readonly'      => true,
4609
				'value'         => $jetpack_client_id,
4610
		);
4611
		return $options;
4612
	}
4613
4614
	public static function clean_nonces( $all = false ) {
4615
		global $wpdb;
4616
4617
		$sql = "DELETE FROM `$wpdb->options` WHERE `option_name` LIKE %s";
4618
		if ( method_exists ( $wpdb , 'esc_like' ) ) {
4619
			$sql_args = array( $wpdb->esc_like( 'jetpack_nonce_' ) . '%' );
4620
		} else {
4621
			$sql_args = array( like_escape( 'jetpack_nonce_' ) . '%' );
4622
		}
4623
4624
		if ( true !== $all ) {
4625
			$sql .= ' AND CAST( `option_value` AS UNSIGNED ) < %d';
4626
			$sql_args[] = time() - 3600;
4627
		}
4628
4629
		$sql .= ' ORDER BY `option_id` LIMIT 100';
4630
4631
		$sql = $wpdb->prepare( $sql, $sql_args );
4632
4633
		for ( $i = 0; $i < 1000; $i++ ) {
4634
			if ( ! $wpdb->query( $sql ) ) {
4635
				break;
4636
			}
4637
		}
4638
	}
4639
4640
	/**
4641
	 * State is passed via cookies from one request to the next, but never to subsequent requests.
4642
	 * SET: state( $key, $value );
4643
	 * GET: $value = state( $key );
4644
	 *
4645
	 * @param string $key
4646
	 * @param string $value
4647
	 * @param bool $restate private
4648
	 */
4649
	public static function state( $key = null, $value = null, $restate = false ) {
4650
		static $state = array();
4651
		static $path, $domain;
4652
		if ( ! isset( $path ) ) {
4653
			require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
4654
			$admin_url = Jetpack::admin_url();
4655
			$bits      = parse_url( $admin_url );
4656
4657
			if ( is_array( $bits ) ) {
4658
				$path   = ( isset( $bits['path'] ) ) ? dirname( $bits['path'] ) : null;
4659
				$domain = ( isset( $bits['host'] ) ) ? $bits['host'] : null;
4660
			} else {
4661
				$path = $domain = null;
4662
			}
4663
		}
4664
4665
		// Extract state from cookies and delete cookies
4666
		if ( isset( $_COOKIE[ 'jetpackState' ] ) && is_array( $_COOKIE[ 'jetpackState' ] ) ) {
4667
			$yum = $_COOKIE[ 'jetpackState' ];
4668
			unset( $_COOKIE[ 'jetpackState' ] );
4669
			foreach ( $yum as $k => $v ) {
4670
				if ( strlen( $v ) )
4671
					$state[ $k ] = $v;
4672
				setcookie( "jetpackState[$k]", false, 0, $path, $domain );
4673
			}
4674
		}
4675
4676
		if ( $restate ) {
4677
			foreach ( $state as $k => $v ) {
4678
				setcookie( "jetpackState[$k]", $v, 0, $path, $domain );
4679
			}
4680
			return;
4681
		}
4682
4683
		// Get a state variable
4684
		if ( isset( $key ) && ! isset( $value ) ) {
4685
			if ( array_key_exists( $key, $state ) )
4686
				return $state[ $key ];
4687
			return null;
4688
		}
4689
4690
		// Set a state variable
4691
		if ( isset ( $key ) && isset( $value ) ) {
4692
			if( is_array( $value ) && isset( $value[0] ) ) {
4693
				$value = $value[0];
4694
			}
4695
			$state[ $key ] = $value;
4696
			setcookie( "jetpackState[$key]", $value, 0, $path, $domain );
4697
		}
4698
	}
4699
4700
	public static function restate() {
4701
		Jetpack::state( null, null, true );
4702
	}
4703
4704
	public static function check_privacy( $file ) {
4705
		static $is_site_publicly_accessible = null;
4706
4707
		if ( is_null( $is_site_publicly_accessible ) ) {
4708
			$is_site_publicly_accessible = false;
4709
4710
			Jetpack::load_xml_rpc_client();
4711
			$rpc = new Jetpack_IXR_Client();
4712
4713
			$success = $rpc->query( 'jetpack.isSitePubliclyAccessible', home_url() );
4714
			if ( $success ) {
4715
				$response = $rpc->getResponse();
4716
				if ( $response ) {
4717
					$is_site_publicly_accessible = true;
4718
				}
4719
			}
4720
4721
			Jetpack_Options::update_option( 'public', (int) $is_site_publicly_accessible );
4722
		}
4723
4724
		if ( $is_site_publicly_accessible ) {
4725
			return;
4726
		}
4727
4728
		$module_slug = self::get_module_slug( $file );
4729
4730
		$privacy_checks = Jetpack::state( 'privacy_checks' );
4731
		if ( ! $privacy_checks ) {
4732
			$privacy_checks = $module_slug;
4733
		} else {
4734
			$privacy_checks .= ",$module_slug";
4735
		}
4736
4737
		Jetpack::state( 'privacy_checks', $privacy_checks );
4738
	}
4739
4740
	/**
4741
	 * Helper method for multicall XMLRPC.
4742
	 */
4743
	public static function xmlrpc_async_call() {
4744
		global $blog_id;
4745
		static $clients = array();
4746
4747
		$client_blog_id = is_multisite() ? $blog_id : 0;
4748
4749
		if ( ! isset( $clients[$client_blog_id] ) ) {
4750
			Jetpack::load_xml_rpc_client();
4751
			$clients[$client_blog_id] = new Jetpack_IXR_ClientMulticall( array( 'user_id' => JETPACK_MASTER_USER, ) );
4752
			if ( function_exists( 'ignore_user_abort' ) ) {
4753
				ignore_user_abort( true );
4754
			}
4755
			add_action( 'shutdown', array( 'Jetpack', 'xmlrpc_async_call' ) );
4756
		}
4757
4758
		$args = func_get_args();
4759
4760
		if ( ! empty( $args[0] ) ) {
4761
			call_user_func_array( array( $clients[$client_blog_id], 'addCall' ), $args );
4762
		} elseif ( is_multisite() ) {
4763
			foreach ( $clients as $client_blog_id => $client ) {
4764
				if ( ! $client_blog_id || empty( $client->calls ) ) {
4765
					continue;
4766
				}
4767
4768
				$switch_success = switch_to_blog( $client_blog_id, true );
4769
				if ( ! $switch_success ) {
4770
					continue;
4771
				}
4772
4773
				flush();
4774
				$client->query();
4775
4776
				restore_current_blog();
4777
			}
4778
		} else {
4779
			if ( isset( $clients[0] ) && ! empty( $clients[0]->calls ) ) {
4780
				flush();
4781
				$clients[0]->query();
4782
			}
4783
		}
4784
	}
4785
4786
	public static function staticize_subdomain( $url ) {
4787
4788
		// Extract hostname from URL
4789
		$host = parse_url( $url, PHP_URL_HOST );
4790
4791
		// Explode hostname on '.'
4792
		$exploded_host = explode( '.', $host );
4793
4794
		// Retrieve the name and TLD
4795
		if ( count( $exploded_host ) > 1 ) {
4796
			$name = $exploded_host[ count( $exploded_host ) - 2 ];
4797
			$tld = $exploded_host[ count( $exploded_host ) - 1 ];
4798
			// Rebuild domain excluding subdomains
4799
			$domain = $name . '.' . $tld;
4800
		} else {
4801
			$domain = $host;
4802
		}
4803
		// Array of Automattic domains
4804
		$domain_whitelist = array( 'wordpress.com', 'wp.com' );
4805
4806
		// Return $url if not an Automattic domain
4807
		if ( ! in_array( $domain, $domain_whitelist ) ) {
4808
			return $url;
4809
		}
4810
4811
		if ( is_ssl() ) {
4812
			return preg_replace( '|https?://[^/]++/|', 'https://s-ssl.wordpress.com/', $url );
4813
		}
4814
4815
		srand( crc32( basename( $url ) ) );
4816
		$static_counter = rand( 0, 2 );
4817
		srand(); // this resets everything that relies on this, like array_rand() and shuffle()
4818
4819
		return preg_replace( '|://[^/]+?/|', "://s$static_counter.wp.com/", $url );
4820
	}
4821
4822
/* JSON API Authorization */
4823
4824
	/**
4825
	 * Handles the login action for Authorizing the JSON API
4826
	 */
4827
	function login_form_json_api_authorization() {
4828
		$this->verify_json_api_authorization_request();
4829
4830
		add_action( 'wp_login', array( &$this, 'store_json_api_authorization_token' ), 10, 2 );
4831
4832
		add_action( 'login_message', array( &$this, 'login_message_json_api_authorization' ) );
4833
		add_action( 'login_form', array( &$this, 'preserve_action_in_login_form_for_json_api_authorization' ) );
4834
		add_filter( 'site_url', array( &$this, 'post_login_form_to_signed_url' ), 10, 3 );
4835
	}
4836
4837
	// Make sure the login form is POSTed to the signed URL so we can reverify the request
4838
	function post_login_form_to_signed_url( $url, $path, $scheme ) {
4839
		if ( 'wp-login.php' !== $path || ( 'login_post' !== $scheme && 'login' !== $scheme ) ) {
4840
			return $url;
4841
		}
4842
4843
		$parsed_url = parse_url( $url );
4844
		$url = strtok( $url, '?' );
4845
		$url = "$url?{$_SERVER['QUERY_STRING']}";
4846
		if ( ! empty( $parsed_url['query'] ) )
4847
			$url .= "&{$parsed_url['query']}";
4848
4849
		return $url;
4850
	}
4851
4852
	// Make sure the POSTed request is handled by the same action
4853
	function preserve_action_in_login_form_for_json_api_authorization() {
4854
		echo "<input type='hidden' name='action' value='jetpack_json_api_authorization' />\n";
4855
		echo "<input type='hidden' name='jetpack_json_api_original_query' value='" . esc_url( set_url_scheme( $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'] ) ) . "' />\n";
4856
	}
4857
4858
	// If someone logs in to approve API access, store the Access Code in usermeta
4859
	function store_json_api_authorization_token( $user_login, $user ) {
4860
		add_filter( 'login_redirect', array( &$this, 'add_token_to_login_redirect_json_api_authorization' ), 10, 3 );
4861
		add_filter( 'allowed_redirect_hosts', array( &$this, 'allow_wpcom_public_api_domain' ) );
4862
		$token = wp_generate_password( 32, false );
4863
		update_user_meta( $user->ID, 'jetpack_json_api_' . $this->json_api_authorization_request['client_id'], $token );
4864
	}
4865
4866
	// Add public-api.wordpress.com to the safe redirect whitelist - only added when someone allows API access
4867
	function allow_wpcom_public_api_domain( $domains ) {
4868
		$domains[] = 'public-api.wordpress.com';
4869
		return $domains;
4870
	}
4871
4872
	// Add the Access Code details to the public-api.wordpress.com redirect
4873
	function add_token_to_login_redirect_json_api_authorization( $redirect_to, $original_redirect_to, $user ) {
4874
		return add_query_arg(
4875
			urlencode_deep(
4876
				array(
4877
					'jetpack-code'    => get_user_meta( $user->ID, 'jetpack_json_api_' . $this->json_api_authorization_request['client_id'], true ),
4878
					'jetpack-user-id' => (int) $user->ID,
4879
					'jetpack-state'   => $this->json_api_authorization_request['state'],
4880
				)
4881
			),
4882
			$redirect_to
4883
		);
4884
	}
4885
4886
	// Verifies the request by checking the signature
4887
	function verify_json_api_authorization_request() {
4888
		require_once JETPACK__PLUGIN_DIR . 'class.jetpack-signature.php';
4889
4890
		$token = Jetpack_Data::get_access_token( JETPACK_MASTER_USER );
4891
		if ( ! $token || empty( $token->secret ) ) {
4892
			wp_die( __( 'You must connect your Jetpack plugin to WordPress.com to use this feature.' , 'jetpack' ) );
4893
		}
4894
4895
		$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' );
4896
4897
		$jetpack_signature = new Jetpack_Signature( $token->secret, (int) Jetpack_Options::get_option( 'time_diff' ) );
4898
4899
		if ( isset( $_POST['jetpack_json_api_original_query'] ) ) {
4900
			$signature = $jetpack_signature->sign_request( $_GET['token'], $_GET['timestamp'], $_GET['nonce'], '', 'GET', $_POST['jetpack_json_api_original_query'], null, true );
4901
		} else {
4902
			$signature = $jetpack_signature->sign_current_request( array( 'body' => null, 'method' => 'GET' ) );
4903
		}
4904
4905
		if ( ! $signature ) {
4906
			wp_die( $die_error );
4907
		} else if ( is_wp_error( $signature ) ) {
4908
			wp_die( $die_error );
4909
		} else if ( ! hash_equals( $signature, $_GET['signature'] ) ) {
4910
			if ( is_ssl() ) {
4911
				// 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
4912
				$signature = $jetpack_signature->sign_current_request( array( 'scheme' => 'http', 'body' => null, 'method' => 'GET' ) );
4913
				if ( ! $signature || is_wp_error( $signature ) || ! hash_equals( $signature, $_GET['signature'] ) ) {
4914
					wp_die( $die_error );
4915
				}
4916
			} else {
4917
				wp_die( $die_error );
4918
			}
4919
		}
4920
4921
		$timestamp = (int) $_GET['timestamp'];
4922
		$nonce     = stripslashes( (string) $_GET['nonce'] );
4923
4924
		if ( ! $this->add_nonce( $timestamp, $nonce ) ) {
4925
			// De-nonce the nonce, at least for 5 minutes.
4926
			// 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)
4927
			$old_nonce_time = get_option( "jetpack_nonce_{$timestamp}_{$nonce}" );
4928
			if ( $old_nonce_time < time() - 300 ) {
4929
				wp_die( __( 'The authorization process expired.  Please go back and try again.' , 'jetpack' ) );
4930
			}
4931
		}
4932
4933
		$data = json_decode( base64_decode( stripslashes( $_GET['data'] ) ) );
4934
		$data_filters = array(
4935
			'state'        => 'opaque',
4936
			'client_id'    => 'int',
4937
			'client_title' => 'string',
4938
			'client_image' => 'url',
4939
		);
4940
4941
		foreach ( $data_filters as $key => $sanitation ) {
4942
			if ( ! isset( $data->$key ) ) {
4943
				wp_die( $die_error );
4944
			}
4945
4946
			switch ( $sanitation ) {
4947
			case 'int' :
4948
				$this->json_api_authorization_request[$key] = (int) $data->$key;
4949
				break;
4950
			case 'opaque' :
4951
				$this->json_api_authorization_request[$key] = (string) $data->$key;
4952
				break;
4953
			case 'string' :
4954
				$this->json_api_authorization_request[$key] = wp_kses( (string) $data->$key, array() );
4955
				break;
4956
			case 'url' :
4957
				$this->json_api_authorization_request[$key] = esc_url_raw( (string) $data->$key );
4958
				break;
4959
			}
4960
		}
4961
4962
		if ( empty( $this->json_api_authorization_request['client_id'] ) ) {
4963
			wp_die( $die_error );
4964
		}
4965
	}
4966
4967
	function login_message_json_api_authorization( $message ) {
4968
		return '<p class="message">' . sprintf(
4969
			esc_html__( '%s wants to access your site&#8217;s data.  Log in to authorize that access.' , 'jetpack' ),
4970
			'<strong>' . esc_html( $this->json_api_authorization_request['client_title'] ) . '</strong>'
4971
		) . '<img src="' . esc_url( $this->json_api_authorization_request['client_image'] ) . '" /></p>';
4972
	}
4973
4974
	/**
4975
	 * Get $content_width, but with a <s>twist</s> filter.
4976
	 */
4977
	public static function get_content_width() {
4978
		$content_width = isset( $GLOBALS['content_width'] ) ? $GLOBALS['content_width'] : false;
4979
		/**
4980
		 * Filter the Content Width value.
4981
		 *
4982
		 * @since 2.2.3
4983
		 *
4984
		 * @param string $content_width Content Width value.
4985
		 */
4986
		return apply_filters( 'jetpack_content_width', $content_width );
4987
	}
4988
4989
	/**
4990
	 * Centralize the function here until it gets added to core.
4991
	 *
4992
	 * @param int|string|object $id_or_email A user ID,  email address, or comment object
4993
	 * @param int $size Size of the avatar image
4994
	 * @param string $default URL to a default image to use if no avatar is available
4995
	 * @param bool $force_display Whether to force it to return an avatar even if show_avatars is disabled
4996
	 *
4997
	 * @return array First element is the URL, second is the class.
4998
	 */
4999
	public static function get_avatar_url( $id_or_email, $size = 96, $default = '', $force_display = false ) {
5000
		// Don't bother adding the __return_true filter if it's already there.
5001
		$has_filter = has_filter( 'pre_option_show_avatars', '__return_true' );
5002
5003
		if ( $force_display && ! $has_filter )
5004
			add_filter( 'pre_option_show_avatars', '__return_true' );
5005
5006
		$avatar = get_avatar( $id_or_email, $size, $default );
5007
5008
		if ( $force_display && ! $has_filter )
5009
			remove_filter( 'pre_option_show_avatars', '__return_true' );
5010
5011
		// If no data, fail out.
5012
		if ( is_wp_error( $avatar ) || ! $avatar )
5013
			return array( null, null );
5014
5015
		// Pull out the URL.  If it's not there, fail out.
5016
		if ( ! preg_match( '/src=["\']([^"\']+)["\']/', $avatar, $url_matches ) )
5017
			return array( null, null );
5018
		$url = wp_specialchars_decode( $url_matches[1], ENT_QUOTES );
5019
5020
		// Pull out the class, but it's not a big deal if it's missing.
5021
		$class = '';
5022
		if ( preg_match( '/class=["\']([^"\']+)["\']/', $avatar, $class_matches ) )
5023
			$class = wp_specialchars_decode( $class_matches[1], ENT_QUOTES );
5024
5025
		return array( $url, $class );
5026
	}
5027
5028
	/**
5029
	 * Pings the WordPress.com Mirror Site for the specified options.
5030
	 *
5031
	 * @param string|array $option_names The option names to request from the WordPress.com Mirror Site
5032
	 *
5033
	 * @return array An associative array of the option values as stored in the WordPress.com Mirror Site
5034
	 */
5035
	public function get_cloud_site_options( $option_names ) {
5036
		$option_names = array_filter( (array) $option_names, 'is_string' );
5037
5038
		Jetpack::load_xml_rpc_client();
5039
		$xml = new Jetpack_IXR_Client( array( 'user_id' => JETPACK_MASTER_USER, ) );
5040
		$xml->query( 'jetpack.fetchSiteOptions', $option_names );
5041
		if ( $xml->isError() ) {
5042
			return array(
5043
				'error_code' => $xml->getErrorCode(),
5044
				'error_msg'  => $xml->getErrorMessage(),
5045
			);
5046
		}
5047
		$cloud_site_options = $xml->getResponse();
5048
5049
		return $cloud_site_options;
5050
	}
5051
5052
	/**
5053
	 * Fetch the filtered array of options that we should compare to determine an identity crisis.
5054
	 *
5055
	 * @return array An array of options to check.
5056
	 */
5057
	public static function identity_crisis_options_to_check() {
5058
		return array(
5059
			'siteurl',
5060
			'home',
5061
		);
5062
	}
5063
5064
	/**
5065
	 * Checks to make sure that local options have the same values as remote options.  Will cache the results for up to 24 hours.
5066
	 *
5067
	 * @param bool $force_recheck Whether to ignore any cached transient and manually re-check.
5068
	 *
5069
	 * @return array An array of options that do not match.  If everything is good, it will evaluate to false.
5070
	 */
5071
	public static function check_identity_crisis( $force_recheck = false ) {
5072
		if ( ! Jetpack::is_active() || Jetpack::is_development_mode() || Jetpack::is_staging_site() )
5073
			return false;
5074
5075
		if ( $force_recheck || false === ( $errors = get_transient( 'jetpack_has_identity_crisis' ) ) ) {
5076
			$options_to_check = self::identity_crisis_options_to_check();
5077
			$cloud_options = Jetpack::init()->get_cloud_site_options( $options_to_check );
5078
			$errors        = array();
5079
5080
			foreach ( $cloud_options as $cloud_key => $cloud_value ) {
5081
5082
				// If it's not the same as the local value...
5083
				if ( $cloud_value !== get_option( $cloud_key ) ) {
5084
5085
					// Break out if we're getting errors.  We are going to check the error keys later when we alert.
5086
					if ( 'error_code' == $cloud_key ) {
5087
						$errors[ $cloud_key ] = $cloud_value;
5088
						break;
5089
					}
5090
5091
					$parsed_cloud_value = parse_url( $cloud_value );
5092
					// If the current options is an IP address
5093
					if ( filter_var( $parsed_cloud_value['host'], FILTER_VALIDATE_IP ) ) {
5094
						// Give the new value a Jetpack to fly in to the clouds
5095
						Jetpack::resolve_identity_crisis( $cloud_key );
5096
						continue;
5097
					}
5098
5099
					// And it's not been added to the whitelist...
5100
					if ( ! self::is_identity_crisis_value_whitelisted( $cloud_key, $cloud_value ) ) {
5101
						/*
5102
						 * This should be a temporary hack until a cleaner solution is found.
5103
						 *
5104
						 * The siteurl and home can be set to use http in General > Settings
5105
						 * however some constants can be defined that can force https in wp-admin
5106
						 * when this happens wpcom can confuse wporg with a fake identity
5107
						 * crisis with a mismatch of http vs https when it should be allowed.
5108
						 * we need to check that here.
5109
						 *
5110
						 * @see https://github.com/Automattic/jetpack/issues/1006
5111
						 */
5112
						if ( ( 'home' == $cloud_key || 'siteurl' == $cloud_key )
5113
							&& ( substr( $cloud_value, 0, 8 ) == "https://" )
5114
							&& Jetpack::init()->is_ssl_required_to_visit_site() ) {
5115
							// Ok, we found a mismatch of http and https because of wp-config, not an invalid url
5116
							continue;
5117
						}
5118
5119
5120
						// Then kick an error!
5121
						$errors[ $cloud_key ] = $cloud_value;
5122
					}
5123
				}
5124
			}
5125
		}
5126
5127
		/**
5128
		 * Filters the errors returned when checking for an Identity Crisis.
5129
		 *
5130
		 * @since 2.3.2
5131
		 *
5132
		 * @param array $errors Array of Identity Crisis errors.
5133
		 * @param bool $force_recheck Ignore any cached transient and manually re-check. Default to false.
5134
		 */
5135
		return apply_filters( 'jetpack_has_identity_crisis', $errors, $force_recheck );
5136
	}
5137
5138
	/*
5139
	 * Resolve ID crisis
5140
	 *
5141
	 * If the URL has changed, but the rest of the options are the same (i.e. blog/user tokens)
5142
	 * The user has the option to update the shadow site with the new URL before a new
5143
	 * token is created.
5144
	 *
5145
	 * @param $key : Which option to sync.  null defautlts to home and siteurl
5146
	 */
5147
	public static function resolve_identity_crisis( $key = null ) {
5148
		if ( $key ) {
5149
			$identity_options = array( $key );
5150
		} else {
5151
			$identity_options = self::identity_crisis_options_to_check();
5152
		}
5153
5154
		if ( is_array( $identity_options ) ) {
5155
			foreach( $identity_options as $identity_option ) {
5156
				/**
5157
				 * Fires when a shadow site option is updated.
5158
				 * These options are updated via the Identity Crisis UI.
5159
				 * $identity_option is the option that gets updated.
5160
				 *
5161
				 * @since 3.7.0
5162
				 */
5163
				do_action( "update_option_{$identity_option}" );
5164
			}
5165
		}
5166
	}
5167
5168
	/*
5169
	 * Whitelist URL
5170
	 *
5171
	 * Ignore the URL differences between the blog and the shadow site.
5172
	 */
5173
	public static function whitelist_current_url() {
5174
		$options_to_check = Jetpack::identity_crisis_options_to_check();
5175
		$cloud_options = Jetpack::init()->get_cloud_site_options( $options_to_check );
5176
5177
		foreach ( $cloud_options as $cloud_key => $cloud_value ) {
5178
			Jetpack::whitelist_identity_crisis_value( $cloud_key, $cloud_value );
5179
		}
5180
	}
5181
5182
	/*
5183
	 * Ajax callbacks for ID crisis resolutions
5184
	 *
5185
	 * Things that could happen here:
5186
	 *  - site_migrated : Update the URL on the shadow blog to match new domain
5187
	 *  - whitelist     : Ignore the URL difference
5188
	 *  - default       : Error message
5189
	 */
5190
	public static function resolve_identity_crisis_ajax_callback() {
5191
		check_ajax_referer( 'resolve-identity-crisis', 'ajax-nonce' );
5192
5193
		switch ( $_POST[ 'crisis_resolution_action' ] ) {
5194
			case 'site_migrated':
5195
				Jetpack::resolve_identity_crisis();
5196
				echo 'resolved';
5197
				break;
5198
5199
			case 'whitelist':
5200
				Jetpack::whitelist_current_url();
5201
				echo 'whitelisted';
5202
				break;
5203
5204
			case 'reset_connection':
5205
				// Delete the options first so it doesn't get confused which site to disconnect dotcom-side
5206
				Jetpack_Options::delete_option(
5207
					array(
5208
						'register',
5209
						'blog_token',
5210
						'user_token',
5211
						'user_tokens',
5212
						'master_user',
5213
						'time_diff',
5214
						'fallback_no_verify_ssl_certs',
5215
						'id',
5216
					)
5217
				);
5218
				delete_transient( 'jetpack_has_identity_crisis' );
5219
5220
				echo 'reset-connection-success';
5221
				break;
5222
5223
			default:
5224
				echo 'missing action';
5225
				break;
5226
		}
5227
5228
		wp_die();
5229
	}
5230
5231
	/**
5232
	 * Adds a value to the whitelist for the specified key.
5233
	 *
5234
	 * @param string $key The option name that we're whitelisting the value for.
5235
	 * @param string $value The value that we're intending to add to the whitelist.
5236
	 *
5237
	 * @return bool Whether the value was added to the whitelist, or false if it was already there.
5238
	 */
5239
	public static function whitelist_identity_crisis_value( $key, $value ) {
5240
		if ( Jetpack::is_identity_crisis_value_whitelisted( $key, $value ) ) {
5241
			return false;
5242
		}
5243
5244
		$whitelist = Jetpack_Options::get_option( 'identity_crisis_whitelist', array() );
5245
		if ( empty( $whitelist[ $key ] ) || ! is_array( $whitelist[ $key ] ) ) {
5246
			$whitelist[ $key ] = array();
5247
		}
5248
		array_push( $whitelist[ $key ], $value );
5249
5250
		Jetpack_Options::update_option( 'identity_crisis_whitelist', $whitelist );
5251
		return true;
5252
	}
5253
5254
	/**
5255
	 * Checks whether a value is already whitelisted.
5256
	 *
5257
	 * @param string $key The option name that we're checking the value for.
5258
	 * @param string $value The value that we're curious to see if it's on the whitelist.
5259
	 *
5260
	 * @return bool Whether the value is whitelisted.
5261
	 */
5262
	public static function is_identity_crisis_value_whitelisted( $key, $value ) {
5263
		$whitelist = Jetpack_Options::get_option( 'identity_crisis_whitelist', array() );
5264
		if ( ! empty( $whitelist[ $key ] ) && is_array( $whitelist[ $key ] ) && in_array( $value, $whitelist[ $key ] ) ) {
5265
			return true;
5266
		}
5267
		return false;
5268
	}
5269
5270
	/**
5271
	 * Checks whether the home and siteurl specifically are whitelisted
5272
	 * Written so that we don't have re-check $key and $value params every time
5273
	 * we want to check if this site is whitelisted, for example in footer.php
5274
	 *
5275
	 * @return bool True = already whitelisted False = not whitelisted
5276
	 */
5277
	public static function is_staging_site() {
5278
		$is_staging = false;
5279
5280
		$current_whitelist = Jetpack_Options::get_option( 'identity_crisis_whitelist' );
5281
		if ( $current_whitelist && ! get_transient( 'jetpack_checked_is_staging' ) ) {
5282
			$options_to_check  = Jetpack::identity_crisis_options_to_check();
5283
			$cloud_options     = Jetpack::init()->get_cloud_site_options( $options_to_check );
5284
5285
			foreach ( $cloud_options as $cloud_key => $cloud_value ) {
5286
				if ( self::is_identity_crisis_value_whitelisted( $cloud_key, $cloud_value ) ) {
5287
					$is_staging = true;
5288
					break;
5289
				}
5290
			}
5291
			// set a flag so we don't check again for an hour
5292
			set_transient( 'jetpack_checked_is_staging', 1, HOUR_IN_SECONDS );
5293
		}
5294
		$known_staging = array(
5295
			'urls' => array(
5296
				'#\.staging\.wpengine\.com$#i',
5297
				),
5298
			'constants' => array(
5299
				'IS_WPE_SNAPSHOT',
5300
				'KINSTA_DEV_ENV',
5301
				'JETPACK_STAGING_MODE',
5302
				)
5303
			);
5304
		/**
5305
		 * Filters the flags of known staging sites.
5306
		 *
5307
		 * @since 3.9.0
5308
		 *
5309
		 * @param array $known_staging {
5310
		 *     An array of arrays that each are used to check if the current site is staging.
5311
		 *     @type array $urls      URLs of staging sites in regex to check against site_url.
5312
		 *     @type array $constants PHP constants of known staging/developement environments.
5313
		 *  }
5314
		 */
5315
		$known_staging = apply_filters( 'jetpack_known_staging', $known_staging );
5316
5317
		if ( isset( $known_staging['urls'] ) ) {
5318
			foreach ( $known_staging['urls'] as $url ){
5319
				if ( preg_match( $url, site_url() ) ) {
5320
					$is_staging = true;
5321
					break;
5322
				}
5323
			}
5324
		}
5325
5326
		if ( isset( $known_staging['constants'] ) ) {
5327
			foreach ( $known_staging['constants'] as $constant ) {
5328
				if ( defined( $constant ) && constant( $constant ) ) {
5329
					$is_staging = true;
5330
				}
5331
			}
5332
		}
5333
5334
		/**
5335
		 * Filters is_staging_site check.
5336
		 *
5337
		 * @since 3.9.0
5338
		 *
5339
		 * @param bool $is_staging If the current site is a staging site.
5340
		 */
5341
		return apply_filters( 'jetpack_is_staging_site', $is_staging );
5342
	}
5343
5344
	public function identity_crisis_js( $nonce ) {
5345
?>
5346
<script>
5347
(function( $ ) {
5348
	var SECOND_IN_MS = 1000;
5349
5350
	function contactSupport( e ) {
5351
		e.preventDefault();
5352
		$( '.jp-id-crisis-question' ).hide();
5353
		$( '#jp-id-crisis-contact-support' ).show();
5354
	}
5355
5356
	function autodismissSuccessBanner() {
5357
		$( '.jp-identity-crisis' ).fadeOut(600); //.addClass( 'dismiss' );
5358
	}
5359
5360
	var data = { action: 'jetpack_resolve_identity_crisis', 'ajax-nonce': '<?php echo $nonce; ?>' };
5361
5362
	$( document ).ready(function() {
5363
5364
		// Site moved: Update the URL on the shadow blog
5365
		$( '.site-moved' ).click(function( e ) {
5366
			e.preventDefault();
5367
			data.crisis_resolution_action = 'site_migrated';
5368
			$( '#jp-id-crisis-question-1 .spinner' ).show();
5369
			$.post( ajaxurl, data, function() {
5370
				$( '.jp-id-crisis-question' ).hide();
5371
				$( '.banner-title' ).hide();
5372
				$( '#jp-id-crisis-success' ).show();
5373
				setTimeout( autodismissSuccessBanner, 6 * SECOND_IN_MS );
5374
			});
5375
5376
		});
5377
5378
		// URL hasn't changed, next question please.
5379
		$( '.site-not-moved' ).click(function( e ) {
5380
			e.preventDefault();
5381
			$( '.jp-id-crisis-question' ).hide();
5382
			$( '#jp-id-crisis-question-2' ).show();
5383
		});
5384
5385
		// Reset connection: two separate sites.
5386
		$( '.reset-connection' ).click(function( e ) {
5387
			data.crisis_resolution_action = 'reset_connection';
5388
			$.post( ajaxurl, data, function( response ) {
5389
				if ( 'reset-connection-success' === response ) {
5390
					window.location.replace( '<?php echo Jetpack::admin_url(); ?>' );
5391
				}
5392
			});
5393
		});
5394
5395
		// It's a dev environment.  Ignore.
5396
		$( '.is-dev-env' ).click(function( e ) {
5397
			data.crisis_resolution_action = 'whitelist';
5398
			$( '#jp-id-crisis-question-2 .spinner' ).show();
5399
			$.post( ajaxurl, data, function() {
5400
				$( '.jp-id-crisis-question' ).hide();
5401
				$( '.banner-title' ).hide();
5402
				$( '#jp-id-crisis-success' ).show();
5403
				setTimeout( autodismissSuccessBanner, 4 * SECOND_IN_MS );
5404
			});
5405
		});
5406
5407
		$( '.not-reconnecting' ).click(contactSupport);
5408
		$( '.not-staging-or-dev' ).click(contactSupport);
5409
	});
5410
})( jQuery );
5411
</script>
5412
<?php
5413
	}
5414
5415
	/**
5416
	 * Maybe Use a .min.css stylesheet, maybe not.
5417
	 *
5418
	 * Hooks onto `plugins_url` filter at priority 1, and accepts all 3 args.
5419
	 */
5420
	public static function maybe_min_asset( $url, $path, $plugin ) {
5421
		// Short out on things trying to find actual paths.
5422
		if ( ! $path || empty( $plugin ) ) {
5423
			return $url;
5424
		}
5425
5426
		// Strip out the abspath.
5427
		$base = dirname( plugin_basename( $plugin ) );
5428
5429
		// Short out on non-Jetpack assets.
5430
		if ( 'jetpack/' !== substr( $base, 0, 8 ) ) {
5431
			return $url;
5432
		}
5433
5434
		// File name parsing.
5435
		$file              = "{$base}/{$path}";
5436
		$full_path         = JETPACK__PLUGIN_DIR . substr( $file, 8 );
5437
		$file_name         = substr( $full_path, strrpos( $full_path, '/' ) + 1 );
5438
		$file_name_parts_r = array_reverse( explode( '.', $file_name ) );
5439
		$extension         = array_shift( $file_name_parts_r );
5440
5441
		if ( in_array( strtolower( $extension ), array( 'css', 'js' ) ) ) {
5442
			// Already pointing at the minified version.
5443
			if ( 'min' === $file_name_parts_r[0] ) {
5444
				return $url;
5445
			}
5446
5447
			$min_full_path = preg_replace( "#\.{$extension}$#", ".min.{$extension}", $full_path );
5448
			if ( file_exists( $min_full_path ) ) {
5449
				$url = preg_replace( "#\.{$extension}$#", ".min.{$extension}", $url );
5450
			}
5451
		}
5452
5453
		return $url;
5454
	}
5455
5456
	/**
5457
	 * Maybe inlines a stylesheet.
5458
	 *
5459
	 * If you'd like to inline a stylesheet instead of printing a link to it,
5460
	 * wp_style_add_data( 'handle', 'jetpack-inline', true );
5461
	 *
5462
	 * Attached to `style_loader_tag` filter.
5463
	 *
5464
	 * @param string $tag The tag that would link to the external asset.
5465
	 * @param string $handle The registered handle of the script in question.
5466
	 *
5467
	 * @return string
5468
	 */
5469
	public static function maybe_inline_style( $tag, $handle ) {
5470
		global $wp_styles;
5471
		$item = $wp_styles->registered[ $handle ];
5472
5473
		if ( ! isset( $item->extra['jetpack-inline'] ) || ! $item->extra['jetpack-inline'] ) {
5474
			return $tag;
5475
		}
5476
5477
		if ( preg_match( '# href=\'([^\']+)\' #i', $tag, $matches ) ) {
5478
			$href = $matches[1];
5479
			// Strip off query string
5480
			if ( $pos = strpos( $href, '?' ) ) {
5481
				$href = substr( $href, 0, $pos );
5482
			}
5483
			// Strip off fragment
5484
			if ( $pos = strpos( $href, '#' ) ) {
5485
				$href = substr( $href, 0, $pos );
5486
			}
5487
		} else {
5488
			return $tag;
5489
		}
5490
5491
		$plugins_dir = plugin_dir_url( JETPACK__PLUGIN_FILE );
5492
		if ( $plugins_dir !== substr( $href, 0, strlen( $plugins_dir ) ) ) {
5493
			return $tag;
5494
		}
5495
5496
		// If this stylesheet has a RTL version, and the RTL version replaces normal...
5497
		if ( isset( $item->extra['rtl'] ) && 'replace' === $item->extra['rtl'] && is_rtl() ) {
5498
			// And this isn't the pass that actually deals with the RTL version...
5499
			if ( false === strpos( $tag, " id='$handle-rtl-css' " ) ) {
5500
				// Short out, as the RTL version will deal with it in a moment.
5501
				return $tag;
5502
			}
5503
		}
5504
5505
		$file = JETPACK__PLUGIN_DIR . substr( $href, strlen( $plugins_dir ) );
5506
		$css  = Jetpack::absolutize_css_urls( file_get_contents( $file ), $href );
5507
		if ( $css ) {
5508
			$tag = "<!-- Inline {$item->handle} -->\r\n";
5509
			if ( empty( $item->extra['after'] ) ) {
5510
				wp_add_inline_style( $handle, $css );
5511
			} else {
5512
				array_unshift( $item->extra['after'], $css );
5513
				wp_style_add_data( $handle, 'after', $item->extra['after'] );
5514
			}
5515
		}
5516
5517
		return $tag;
5518
	}
5519
5520
	/**
5521
	 * Loads a view file from the views
5522
	 *
5523
	 * Data passed in with the $data parameter will be available in the
5524
	 * template file as $data['value']
5525
	 *
5526
	 * @param string $template - Template file to load
5527
	 * @param array $data - Any data to pass along to the template
5528
	 * @return boolean - If template file was found
5529
	 **/
5530
	public function load_view( $template, $data = array() ) {
5531
		$views_dir = JETPACK__PLUGIN_DIR . 'views/';
5532
5533
		if( file_exists( $views_dir . $template ) ) {
5534
			require_once( $views_dir . $template );
5535
			return true;
5536
		}
5537
5538
		error_log( "Jetpack: Unable to find view file $views_dir$template" );
5539
		return false;
5540
	}
5541
5542
	/**
5543
	 * Throws warnings for deprecated hooks to be removed from Jetpack
5544
	 */
5545
	public function deprecated_hooks() {
5546
		global $wp_filter;
5547
5548
		/*
5549
		 * Format:
5550
		 * deprecated_filter_name => replacement_name
5551
		 *
5552
		 * If there is no replacement us null for replacement_name
5553
		 */
5554
		$deprecated_list = array(
5555
			'jetpack_bail_on_shortcode'                              => 'jetpack_shortcodes_to_include',
5556
			'wpl_sharing_2014_1'                                     => null,
5557
			'jetpack-tools-to-include'                               => 'jetpack_tools_to_include',
5558
			'jetpack_identity_crisis_options_to_check'               => null,
5559
			'update_option_jetpack_single_user_site'                 => null,
5560
			'audio_player_default_colors'                            => null,
5561
			'add_option_jetpack_featured_images_enabled'             => null,
5562
			'add_option_jetpack_update_details'                      => null,
5563
			'add_option_jetpack_updates'                             => null,
5564
			'add_option_jetpack_network_name'                        => null,
5565
			'add_option_jetpack_network_allow_new_registrations'     => null,
5566
			'add_option_jetpack_network_add_new_users'               => null,
5567
			'add_option_jetpack_network_site_upload_space'           => null,
5568
			'add_option_jetpack_network_upload_file_types'           => null,
5569
			'add_option_jetpack_network_enable_administration_menus' => null,
5570
			'add_option_jetpack_is_multi_site'                       => null,
5571
			'add_option_jetpack_is_main_network'                     => null,
5572
			'add_option_jetpack_main_network_site'                   => null,
5573
			'jetpack_sync_all_registered_options'                    => null,
5574
		);
5575
5576
		// This is a silly loop depth. Better way?
5577
		foreach( $deprecated_list AS $hook => $hook_alt ) {
5578
			if( isset( $wp_filter[ $hook ] ) && is_array( $wp_filter[ $hook ] ) ) {
5579
				foreach( $wp_filter[$hook] AS $func => $values ) {
5580
					foreach( $values AS $hooked ) {
5581
						_deprecated_function( $hook . ' used for ' . $hooked['function'], null, $hook_alt );
5582
					}
5583
				}
5584
			}
5585
		}
5586
	}
5587
5588
	/**
5589
	 * Converts any url in a stylesheet, to the correct absolute url.
5590
	 *
5591
	 * Considerations:
5592
	 *  - Normal, relative URLs     `feh.png`
5593
	 *  - Data URLs                 `data:image/gif;base64,eh129ehiuehjdhsa==`
5594
	 *  - Schema-agnostic URLs      `//domain.com/feh.png`
5595
	 *  - Absolute URLs             `http://domain.com/feh.png`
5596
	 *  - Domain root relative URLs `/feh.png`
5597
	 *
5598
	 * @param $css string: The raw CSS -- should be read in directly from the file.
5599
	 * @param $css_file_url : The URL that the file can be accessed at, for calculating paths from.
5600
	 *
5601
	 * @return mixed|string
5602
	 */
5603
	public static function absolutize_css_urls( $css, $css_file_url ) {
5604
		$pattern = '#url\((?P<path>[^)]*)\)#i';
5605
		$css_dir = dirname( $css_file_url );
5606
		$p       = parse_url( $css_dir );
5607
		$domain  = sprintf(
5608
					'%1$s//%2$s%3$s%4$s',
5609
					isset( $p['scheme'] )           ? "{$p['scheme']}:" : '',
5610
					isset( $p['user'], $p['pass'] ) ? "{$p['user']}:{$p['pass']}@" : '',
5611
					$p['host'],
5612
					isset( $p['port'] )             ? ":{$p['port']}" : ''
5613
				);
5614
5615
		if ( preg_match_all( $pattern, $css, $matches, PREG_SET_ORDER ) ) {
5616
			$find = $replace = array();
5617
			foreach ( $matches as $match ) {
5618
				$url = trim( $match['path'], "'\" \t" );
5619
5620
				// If this is a data url, we don't want to mess with it.
5621
				if ( 'data:' === substr( $url, 0, 5 ) ) {
5622
					continue;
5623
				}
5624
5625
				// If this is an absolute or protocol-agnostic url,
5626
				// we don't want to mess with it.
5627
				if ( preg_match( '#^(https?:)?//#i', $url ) ) {
5628
					continue;
5629
				}
5630
5631
				switch ( substr( $url, 0, 1 ) ) {
5632
					case '/':
5633
						$absolute = $domain . $url;
5634
						break;
5635
					default:
5636
						$absolute = $css_dir . '/' . $url;
5637
				}
5638
5639
				$find[]    = $match[0];
5640
				$replace[] = sprintf( 'url("%s")', $absolute );
5641
			}
5642
			$css = str_replace( $find, $replace, $css );
5643
		}
5644
5645
		return $css;
5646
	}
5647
5648
	/**
5649
	 * This method checks to see if SSL is required by the site in
5650
	 * order to visit it in some way other than only setting the
5651
	 * https value in the home or siteurl values.
5652
	 *
5653
	 * @since 3.2
5654
	 * @return boolean
5655
	 **/
5656
	private function is_ssl_required_to_visit_site() {
5657
		global $wp_version;
5658
		$ssl = is_ssl();
5659
5660
		if ( force_ssl_admin() ) {
5661
			$ssl = true;
5662
		}
5663
		return $ssl;
5664
	}
5665
5666
	/**
5667
	 * This methods removes all of the registered css files on the frontend
5668
	 * from Jetpack in favor of using a single file. In effect "imploding"
5669
	 * all the files into one file.
5670
	 *
5671
	 * Pros:
5672
	 * - Uses only ONE css asset connection instead of 15
5673
	 * - Saves a minimum of 56k
5674
	 * - Reduces server load
5675
	 * - Reduces time to first painted byte
5676
	 *
5677
	 * Cons:
5678
	 * - Loads css for ALL modules. However all selectors are prefixed so it
5679
	 *		should not cause any issues with themes.
5680
	 * - Plugins/themes dequeuing styles no longer do anything. See
5681
	 *		jetpack_implode_frontend_css filter for a workaround
5682
	 *
5683
	 * For some situations developers may wish to disable css imploding and
5684
	 * instead operate in legacy mode where each file loads seperately and
5685
	 * can be edited individually or dequeued. This can be accomplished with
5686
	 * the following line:
5687
	 *
5688
	 * add_filter( 'jetpack_implode_frontend_css', '__return_false' );
5689
	 *
5690
	 * @since 3.2
5691
	 **/
5692
	public function implode_frontend_css( $travis_test = false ) {
5693
		$do_implode = true;
5694
		if ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) {
5695
			$do_implode = false;
5696
		}
5697
5698
		/**
5699
		 * Allow CSS to be concatenated into a single jetpack.css file.
5700
		 *
5701
		 * @since 3.2.0
5702
		 *
5703
		 * @param bool $do_implode Should CSS be concatenated? Default to true.
5704
		 */
5705
		$do_implode = apply_filters( 'jetpack_implode_frontend_css', $do_implode );
5706
5707
		// Do not use the imploded file when default behaviour was altered through the filter
5708
		if ( ! $do_implode ) {
5709
			return;
5710
		}
5711
5712
		// We do not want to use the imploded file in dev mode, or if not connected
5713
		if ( Jetpack::is_development_mode() || ! self::is_active() ) {
5714
			if ( ! $travis_test ) {
5715
				return;
5716
			}
5717
		}
5718
5719
		// Do not use the imploded file if sharing css was dequeued via the sharing settings screen
5720
		if ( get_option( 'sharedaddy_disable_resources' ) ) {
5721
			return;
5722
		}
5723
5724
		/*
5725
		 * Now we assume Jetpack is connected and able to serve the single
5726
		 * file.
5727
		 *
5728
		 * In the future there will be a check here to serve the file locally
5729
		 * or potentially from the Jetpack CDN
5730
		 *
5731
		 * For now:
5732
		 * - Enqueue a single imploded css file
5733
		 * - Zero out the style_loader_tag for the bundled ones
5734
		 * - Be happy, drink scotch
5735
		 */
5736
5737
		add_filter( 'style_loader_tag', array( $this, 'concat_remove_style_loader_tag' ), 10, 2 );
5738
5739
		$version = Jetpack::is_development_version() ? filemtime( JETPACK__PLUGIN_DIR . 'css/jetpack.css' ) : JETPACK__VERSION;
5740
5741
		wp_enqueue_style( 'jetpack_css', plugins_url( 'css/jetpack.css', __FILE__ ), array(), $version );
5742
		wp_style_add_data( 'jetpack_css', 'rtl', 'replace' );
5743
	}
5744
5745
	function concat_remove_style_loader_tag( $tag, $handle ) {
5746
		if ( in_array( $handle, $this->concatenated_style_handles ) ) {
5747
			$tag = '';
5748
			if ( defined( 'WP_DEBUG' ) && WP_DEBUG ) {
5749
				$tag = "<!-- `" . esc_html( $handle ) . "` is included in the concatenated jetpack.css -->\r\n";
5750
			}
5751
		}
5752
5753
		return $tag;
5754
	}
5755
5756
	/*
5757
	 * Check the heartbeat data
5758
	 *
5759
	 * Organizes the heartbeat data by severity.  For example, if the site
5760
	 * is in an ID crisis, it will be in the $filtered_data['bad'] array.
5761
	 *
5762
	 * Data will be added to "caution" array, if it either:
5763
	 *  - Out of date Jetpack version
5764
	 *  - Out of date WP version
5765
	 *  - Out of date PHP version
5766
	 *
5767
	 * $return array $filtered_data
5768
	 */
5769
	public static function jetpack_check_heartbeat_data() {
5770
		$raw_data = Jetpack_Heartbeat::generate_stats_array();
5771
5772
		$good    = array();
5773
		$caution = array();
5774
		$bad     = array();
5775
5776
		foreach ( $raw_data as $stat => $value ) {
5777
5778
			// Check jetpack version
5779
			if ( 'version' == $stat ) {
5780
				if ( version_compare( $value, JETPACK__VERSION, '<' ) ) {
5781
					$caution[ $stat ] = $value . " - min supported is " . JETPACK__VERSION;
5782
					continue;
5783
				}
5784
			}
5785
5786
			// Check WP version
5787
			if ( 'wp-version' == $stat ) {
5788
				if ( version_compare( $value, JETPACK__MINIMUM_WP_VERSION, '<' ) ) {
5789
					$caution[ $stat ] = $value . " - min supported is " . JETPACK__MINIMUM_WP_VERSION;
5790
					continue;
5791
				}
5792
			}
5793
5794
			// Check PHP version
5795
			if ( 'php-version' == $stat ) {
5796
				if ( version_compare( PHP_VERSION, '5.2.4', '<' ) ) {
5797
					$caution[ $stat ] = $value . " - min supported is 5.2.4";
5798
					continue;
5799
				}
5800
			}
5801
5802
			// Check ID crisis
5803
			if ( 'identitycrisis' == $stat ) {
5804
				if ( 'yes' == $value ) {
5805
					$bad[ $stat ] = $value;
5806
					continue;
5807
				}
5808
			}
5809
5810
			// The rest are good :)
5811
			$good[ $stat ] = $value;
5812
		}
5813
5814
		$filtered_data = array(
5815
			'good'    => $good,
5816
			'caution' => $caution,
5817
			'bad'     => $bad
5818
		);
5819
5820
		return $filtered_data;
5821
	}
5822
5823
5824
	/*
5825
	 * This method is used to organize all options that can be reset
5826
	 * without disconnecting Jetpack.
5827
	 *
5828
	 * It is used in class.jetpack-cli.php to reset options
5829
	 *
5830
	 * @return array of options to delete.
5831
	 */
5832
	public static function get_jetpack_options_for_reset() {
5833
		$jetpack_options            = Jetpack_Options::get_option_names();
5834
		$jetpack_options_non_compat = Jetpack_Options::get_option_names( 'non_compact' );
5835
		$jetpack_options_private    = Jetpack_Options::get_option_names( 'private' );
5836
5837
		$all_jp_options = array_merge( $jetpack_options, $jetpack_options_non_compat, $jetpack_options_private );
5838
5839
		// A manual build of the wp options
5840
		$wp_options = array(
5841
			'sharing-options',
5842
			'disabled_likes',
5843
			'disabled_reblogs',
5844
			'jetpack_comments_likes_enabled',
5845
			'wp_mobile_excerpt',
5846
			'wp_mobile_featured_images',
5847
			'wp_mobile_app_promos',
5848
			'stats_options',
5849
			'stats_dashboard_widget',
5850
			'safecss_preview_rev',
5851
			'safecss_rev',
5852
			'safecss_revision_migrated',
5853
			'nova_menu_order',
5854
			'jetpack_portfolio',
5855
			'jetpack_portfolio_posts_per_page',
5856
			'jetpack_testimonial',
5857
			'jetpack_testimonial_posts_per_page',
5858
			'wp_mobile_custom_css',
5859
			'sharedaddy_disable_resources',
5860
			'sharing-options',
5861
			'sharing-services',
5862
			'site_icon_temp_data',
5863
			'featured-content',
5864
			'site_logo',
5865
			'jetpack_dismissed_notices',
5866
		);
5867
5868
		// Flag some Jetpack options as unsafe
5869
		$unsafe_options = array(
5870
			'id',                           // (int)    The Client ID/WP.com Blog ID of this site.
5871
			'master_user',                  // (int)    The local User ID of the user who connected this site to jetpack.wordpress.com.
5872
			'version',                      // (string) Used during upgrade procedure to auto-activate new modules. version:time
5873
			'jumpstart',                    // (string) A flag for whether or not to show the Jump Start.  Accepts: new_connection, jumpstart_activated, jetpack_action_taken, jumpstart_dismissed.
5874
5875
			// non_compact
5876
			'activated',
5877
5878
			// private
5879
			'register',
5880
			'blog_token',                  // (string) The Client Secret/Blog Token of this site.
5881
			'user_token',                  // (string) The User Token of this site. (deprecated)
5882
			'user_tokens'
5883
		);
5884
5885
		// Remove the unsafe Jetpack options
5886
		foreach ( $unsafe_options as $unsafe_option ) {
5887
			if ( false !== ( $key = array_search( $unsafe_option, $all_jp_options ) ) ) {
5888
				unset( $all_jp_options[ $key ] );
5889
			}
5890
		}
5891
5892
		$options = array(
5893
			'jp_options' => $all_jp_options,
5894
			'wp_options' => $wp_options
5895
		);
5896
5897
		return $options;
5898
	}
5899
5900
	/**
5901
	 * Check if an option of a Jetpack module has been updated.
5902
	 *
5903
	 * If any module option has been updated before Jump Start has been dismissed,
5904
	 * update the 'jumpstart' option so we can hide Jump Start.
5905
	 *
5906
	 * @param string $option_name
5907
	 *
5908
	 * @return bool
5909
	 */
5910
	public static function jumpstart_has_updated_module_option( $option_name = '' ) {
5911
		// Bail if Jump Start has already been dismissed
5912
		if ( 'new_connection' !== Jetpack_Options::get_option( 'jumpstart' ) ) {
5913
			return false;
5914
		}
5915
5916
		$jetpack = Jetpack::init();
5917
5918
		// Manual build of module options
5919
		$option_names = self::get_jetpack_options_for_reset();
5920
5921
		if ( in_array( $option_name, $option_names['wp_options'] ) ) {
5922
			Jetpack_Options::update_option( 'jumpstart', 'jetpack_action_taken' );
5923
5924
			//Jump start is being dismissed send data to MC Stats
5925
			$jetpack->stat( 'jumpstart', 'manual,'.$option_name );
5926
5927
			$jetpack->do_stats( 'server_side' );
5928
		}
5929
5930
	}
5931
5932
	/*
5933
	 * Strip http:// or https:// from a url, replaces forward slash with ::,
5934
	 * so we can bring them directly to their site in calypso.
5935
	 *
5936
	 * @param string | url
5937
	 * @return string | url without the guff
5938
	 */
5939
	public static function build_raw_urls( $url ) {
5940
		$strip_http = '/.*?:\/\//i';
5941
		$url = preg_replace( $strip_http, '', $url  );
5942
		$url = str_replace( '/', '::', $url );
5943
		return $url;
5944
	}
5945
5946
	/**
5947
	 * Stores and prints out domains to prefetch for page speed optimization.
5948
	 *
5949
	 * @param mixed $new_urls
5950
	 */
5951
	public static function dns_prefetch( $new_urls = null ) {
5952
		static $prefetch_urls = array();
5953
		if ( empty( $new_urls ) && ! empty( $prefetch_urls ) ) {
5954
			echo "\r\n";
5955
			foreach ( $prefetch_urls as $this_prefetch_url ) {
5956
				printf( "<link rel='dns-prefetch' href='%s'>\r\n", esc_attr( $this_prefetch_url ) );
5957
			}
5958
		} elseif ( ! empty( $new_urls ) ) {
5959
			if ( ! has_action( 'wp_head', array( __CLASS__, __FUNCTION__ ) ) ) {
5960
				add_action( 'wp_head', array( __CLASS__, __FUNCTION__ ) );
5961
			}
5962
			foreach ( (array) $new_urls as $this_new_url ) {
5963
				$prefetch_urls[] = strtolower( untrailingslashit( preg_replace( '#^https?://#i', '//', $this_new_url ) ) );
5964
			}
5965
			$prefetch_urls = array_unique( $prefetch_urls );
5966
		}
5967
	}
5968
5969
	public function wp_dashboard_setup() {
5970
		if ( self::is_active() ) {
5971
			add_action( 'jetpack_dashboard_widget', array( __CLASS__, 'dashboard_widget_footer' ), 999 );
5972
			$widget_title = __( 'Site Stats', 'jetpack' );
5973
		} elseif ( ! self::is_development_mode() && current_user_can( 'jetpack_connect' ) ) {
5974
			add_action( 'jetpack_dashboard_widget', array( $this, 'dashboard_widget_connect_to_wpcom' ) );
5975
			$widget_title = __( 'Please Connect Jetpack', 'jetpack' );
5976
		}
5977
5978
		if ( has_action( 'jetpack_dashboard_widget' ) ) {
5979
			wp_add_dashboard_widget(
5980
				'jetpack_summary_widget',
5981
				$widget_title,
5982
				array( __CLASS__, 'dashboard_widget' )
5983
			);
5984
			wp_enqueue_style( 'jetpack-dashboard-widget', plugins_url( 'css/dashboard-widget.css', JETPACK__PLUGIN_FILE ), array(), JETPACK__VERSION );
5985
5986
			// If we're inactive and not in development mode, sort our box to the top.
5987
			if ( ! self::is_active() && ! self::is_development_mode() ) {
5988
				global $wp_meta_boxes;
5989
5990
				$dashboard = $wp_meta_boxes['dashboard']['normal']['core'];
5991
				$ours      = array( 'jetpack_summary_widget' => $dashboard['jetpack_summary_widget'] );
5992
5993
				$wp_meta_boxes['dashboard']['normal']['core'] = array_merge( $ours, $dashboard );
5994
			}
5995
		}
5996
	}
5997
5998
	/**
5999
	 * @param mixed $result Value for the user's option
6000
	 * @return mixed
6001
	 */
6002
	function get_user_option_meta_box_order_dashboard( $sorted ) {
6003
		if ( ! is_array( $sorted ) ) {
6004
			return $sorted;
6005
		}
6006
6007
		foreach ( $sorted as $box_context => $ids ) {
6008
			if ( false === strpos( $ids, 'dashboard_stats' ) ) {
6009
				// If the old id isn't anywhere in the ids, don't bother exploding and fail out.
6010
				continue;
6011
			}
6012
6013
			$ids_array = explode( ',', $ids );
6014
			$key = array_search( 'dashboard_stats', $ids_array );
6015
6016
			if ( false !== $key ) {
6017
				// If we've found that exact value in the option (and not `google_dashboard_stats` for example)
6018
				$ids_array[ $key ] = 'jetpack_summary_widget';
6019
				$sorted[ $box_context ] = implode( ',', $ids_array );
6020
				// We've found it, stop searching, and just return.
6021
				break;
6022
			}
6023
		}
6024
6025
		return $sorted;
6026
	}
6027
6028
	public static function dashboard_widget() {
6029
		/**
6030
		 * Fires when the dashboard is loaded.
6031
		 *
6032
		 * @since 3.4.0
6033
		 */
6034
		do_action( 'jetpack_dashboard_widget' );
6035
	}
6036
6037
	public static function dashboard_widget_footer() {
6038
		?>
6039
		<footer>
6040
6041
		<div class="protect">
6042
			<?php if ( Jetpack::is_module_active( 'protect' ) ) : ?>
6043
				<h3><?php echo number_format_i18n( get_site_option( 'jetpack_protect_blocked_attempts', 0 ) ); ?></h3>
6044
				<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>
6045
			<?php elseif ( current_user_can( 'jetpack_activate_modules' ) && ! self::is_development_mode() ) : ?>
6046
				<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' ); ?>">
6047
					<?php esc_html_e( 'Activate Protect', 'jetpack' ); ?>
6048
				</a>
6049
			<?php else : ?>
6050
				<?php esc_html_e( 'Protect is inactive.', 'jetpack' ); ?>
6051
			<?php endif; ?>
6052
		</div>
6053
6054
		<div class="akismet">
6055
			<?php if ( is_plugin_active( 'akismet/akismet.php' ) ) : ?>
6056
				<h3><?php echo number_format_i18n( get_option( 'akismet_spam_count', 0 ) ); ?></h3>
6057
				<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>
6058
			<?php elseif ( current_user_can( 'activate_plugins' ) && ! is_wp_error( validate_plugin( 'akismet/akismet.php' ) ) ) : ?>
6059
				<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">
6060
					<?php esc_html_e( 'Activate Akismet', 'jetpack' ); ?>
6061
				</a>
6062
			<?php else : ?>
6063
				<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>
6064
			<?php endif; ?>
6065
		</div>
6066
6067
		</footer>
6068
		<?php
6069
	}
6070
6071
	public function dashboard_widget_connect_to_wpcom() {
6072
		if ( Jetpack::is_active() || Jetpack::is_development_mode() || ! current_user_can( 'jetpack_connect' ) ) {
6073
			return;
6074
		}
6075
		?>
6076
		<div class="wpcom-connect">
6077
			<div class="jp-emblem">
6078
			<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">
6079
				<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"/>
6080
			</svg>
6081
			</div>
6082
			<h3><?php esc_html_e( 'Please Connect Jetpack', 'jetpack' ); ?></h3>
6083
			<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>
6084
6085
			<div class="actions">
6086
				<a href="<?php echo $this->build_connect_url( false, false, 'widget-btn' ); ?>" class="button button-primary">
6087
					<?php esc_html_e( 'Connect Jetpack', 'jetpack' ); ?>
6088
				</a>
6089
			</div>
6090
		</div>
6091
		<?php
6092
	}
6093
6094
	/*
6095
	 * A graceful transition to using Core's site icon.
6096
	 *
6097
	 * All of the hard work has already been done with the image
6098
	 * in all_done_page(). All that needs to be done now is update
6099
	 * the option and display proper messaging.
6100
	 *
6101
	 * @todo remove when WP 4.3 is minimum
6102
	 *
6103
	 * @since 3.6.1
6104
	 *
6105
	 * @return bool false = Core's icon not available || true = Core's icon is available
6106
	 */
6107
	public static function jetpack_site_icon_available_in_core() {
6108
		global $wp_version;
6109
		$core_icon_available = function_exists( 'has_site_icon' ) && version_compare( $wp_version, '4.3-beta' ) >= 0;
6110
6111
		if ( ! $core_icon_available ) {
6112
			return false;
6113
		}
6114
6115
		// No need for Jetpack's site icon anymore if core's is already set
6116
		if ( has_site_icon() ) {
6117
			if ( Jetpack::is_module_active( 'site-icon' ) ) {
6118
				Jetpack::log( 'deactivate', 'site-icon' );
6119
				Jetpack::deactivate_module( 'site-icon' );
6120
			}
6121
			return true;
6122
		}
6123
6124
		// Transfer Jetpack's site icon to use core.
6125
		$site_icon_id = Jetpack::get_option( 'site_icon_id' );
6126
		if ( $site_icon_id ) {
6127
			// Update core's site icon
6128
			update_option( 'site_icon', $site_icon_id );
6129
6130
			// Delete Jetpack's icon option. We still want the blavatar and attached data though.
6131
			delete_option( 'site_icon_id' );
6132
		}
6133
6134
		// No need for Jetpack's site icon anymore
6135
		if ( Jetpack::is_module_active( 'site-icon' ) ) {
6136
			Jetpack::log( 'deactivate', 'site-icon' );
6137
			Jetpack::deactivate_module( 'site-icon' );
6138
		}
6139
6140
		return true;
6141
	}
6142
6143
	/**
6144
	 * Return string containing the Jetpack logo.
6145
	 *
6146
	 * @since 3.9.0
6147
	 *
6148
	 * @return string
6149
	 */
6150
	public static function get_jp_emblem() {
6151
		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>';
6152
	}
6153
6154
	/*
6155
	 * Adds a "blank" column in the user admin table to display indication of user connection.
6156
	 */
6157
	function jetpack_icon_user_connected( $columns ) {
6158
		$columns['user_jetpack'] = '';
6159
		return $columns;
6160
	}
6161
6162
	/*
6163
	 * Show Jetpack icon if the user is linked.
6164
	 */
6165
	function jetpack_show_user_connected_icon( $val, $col, $user_id ) {
6166
		if ( 'user_jetpack' == $col && Jetpack::is_user_connected( $user_id ) ) {
6167
			$emblem_html = sprintf(
6168
				'<a title="%1$s" class="jp-emblem-user-admin">%2$s</a>',
6169
				esc_attr__( 'This user is linked and ready to fly with Jetpack.', 'jetpack' ),
6170
				Jetpack::get_jp_emblem()
6171
			);
6172
			return $emblem_html;
6173
		}
6174
6175
		return $val;
6176
	}
6177
6178
	/*
6179
	 * Style the Jetpack user column
6180
	 */
6181
	function jetpack_user_col_style() {
6182
		global $current_screen;
6183
		if ( 'users' == $current_screen->base ) { ?>
6184
			<style>
6185
				.fixed .column-user_jetpack {
6186
					width: 21px;
6187
				}
6188
				.jp-emblem-user-admin path {
6189
					fill: #8cc258;
6190
				}
6191
			</style>
6192
		<?php }
6193
	}
6194
6195
}
6196