Completed
Push — update/connection-url-track ( 5007fe )
by
unknown
09:50
created

class.jetpack.php (5 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
	public $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
		'easy-facebook-share-thumbnails/esft.php',               // Easy Facebook Share Thumbnail
198
		'facebook/facebook.php',                                 // Facebook (official plugin)
199
		'facebook-awd/AWD_facebook.php',                         // Facebook AWD All in one
200
		'facebook-featured-image-and-open-graph-meta-tags/fb-featured-image.php',
201
		                                                         // Facebook Featured Image & OG Meta Tags
202
		'facebook-meta-tags/facebook-metatags.php',              // Facebook Meta Tags
203
		'wonderm00ns-simple-facebook-open-graph-tags/wonderm00n-open-graph.php',
204
		                                                         // Facebook Open Graph Meta Tags for WordPress
205
		'facebook-revised-open-graph-meta-tag/index.php',        // Facebook Revised Open Graph Meta Tag
206
		'facebook-thumb-fixer/_facebook-thumb-fixer.php',        // Facebook Thumb Fixer
207
		'facebook-and-digg-thumbnail-generator/facebook-and-digg-thumbnail-generator.php',
208
		                                                         // Fedmich's Facebook Open Graph Meta
209
		'header-footer/plugin.php',                              // Header and Footer
210
		'network-publisher/networkpub.php',                      // Network Publisher
211
		'nextgen-facebook/nextgen-facebook.php',                 // NextGEN Facebook OG
212
		'social-networks-auto-poster-facebook-twitter-g/NextScripts_SNAP.php',
213
		                                                         // NextScripts SNAP
214
		'opengraph/opengraph.php',                               // Open Graph
215
		'open-graph-protocol-framework/open-graph-protocol-framework.php',
216
		                                                         // Open Graph Protocol Framework
217
		'seo-facebook-comments/seofacebook.php',                 // SEO Facebook Comments
218
		'seo-ultimate/seo-ultimate.php',                         // SEO Ultimate
219
		'sexybookmarks/sexy-bookmarks.php',                      // Shareaholic
220
		'shareaholic/sexy-bookmarks.php',                        // Shareaholic
221
		'sharepress/sharepress.php',                             // SharePress
222
		'simple-facebook-connect/sfc.php',                       // Simple Facebook Connect
223
		'social-discussions/social-discussions.php',             // Social Discussions
224
		'social-sharing-toolkit/social_sharing_toolkit.php',     // Social Sharing Toolkit
225
		'socialize/socialize.php',                               // Socialize
226
		'only-tweet-like-share-and-google-1/tweet-like-plusone.php',
227
		                                                         // Tweet, Like, Google +1 and Share
228
		'wordbooker/wordbooker.php',                             // Wordbooker
229
		'wpsso/wpsso.php',                                       // WordPress Social Sharing Optimization
230
		'wp-caregiver/wp-caregiver.php',                         // WP Caregiver
231
		'wp-facebook-like-send-open-graph-meta/wp-facebook-like-send-open-graph-meta.php',
232
		                                                         // WP Facebook Like Send & Open Graph Meta
233
		'wp-facebook-open-graph-protocol/wp-facebook-ogp.php',   // WP Facebook Open Graph protocol
234
		'wp-ogp/wp-ogp.php',                                     // WP-OGP
235
		'zoltonorg-social-plugin/zosp.php',                      // Zolton.org Social Plugin
236
		'wp-fb-share-like-button/wp_fb_share-like_widget.php'    // WP Facebook Like Button
237
	);
238
239
	/**
240
	 * Plugins for which we turn off our Twitter Cards Tags implementation.
241
	 */
242
	private $twitter_cards_conflicting_plugins = array(
243
	//	'twitter/twitter.php',                       // The official one handles this on its own.
244
	//	                                             // https://github.com/twitter/wordpress/blob/master/src/Twitter/WordPress/Cards/Compatibility.php
245
		'eewee-twitter-card/index.php',              // Eewee Twitter Card
246
		'ig-twitter-cards/ig-twitter-cards.php',     // IG:Twitter Cards
247
		'jm-twitter-cards/jm-twitter-cards.php',     // JM Twitter Cards
248
		'kevinjohn-gallagher-pure-web-brilliants-social-graph-twitter-cards-extention/kevinjohn_gallagher___social_graph_twitter_output.php',
249
		                                             // Pure Web Brilliant's Social Graph Twitter Cards Extension
250
		'twitter-cards/twitter-cards.php',           // Twitter Cards
251
		'twitter-cards-meta/twitter-cards-meta.php', // Twitter Cards Meta
252
		'wp-twitter-cards/twitter_cards.php',        // WP Twitter Cards
253
	);
254
255
	/**
256
	 * Message to display in admin_notice
257
	 * @var string
258
	 */
259
	public $message = '';
260
261
	/**
262
	 * Error to display in admin_notice
263
	 * @var string
264
	 */
265
	public $error = '';
266
267
	/**
268
	 * Modules that need more privacy description.
269
	 * @var string
270
	 */
271
	public $privacy_checks = '';
272
273
	/**
274
	 * Stats to record once the page loads
275
	 *
276
	 * @var array
277
	 */
278
	public $stats = array();
279
280
	/**
281
	 * Allows us to build a temporary security report
282
	 *
283
	 * @var array
284
	 */
285
	static $security_report = array();
286
287
	/**
288
	 * Jetpack_Sync object
289
	 */
290
	public $sync;
291
292
	/**
293
	 * Verified data for JSON authorization request
294
	 */
295
	public $json_api_authorization_request = array();
296
297
	/**
298
	 * Holds the singleton instance of this class
299
	 * @since 2.3.3
300
	 * @var Jetpack
301
	 */
302
	static $instance = false;
303
304
	/**
305
	 * Singleton
306
	 * @static
307
	 */
308
	public static function init() {
309
		if ( ! self::$instance ) {
310
			if ( did_action( 'plugins_loaded' ) )
311
				self::plugin_textdomain();
312
			else
313
				add_action( 'plugins_loaded', array( __CLASS__, 'plugin_textdomain' ), 99 );
314
315
			self::$instance = new Jetpack;
316
317
			self::$instance->plugin_upgrade();
318
319
			add_action( 'init', array( __CLASS__, 'perform_security_reporting' ) );
320
321
		}
322
323
		return self::$instance;
324
	}
325
326
	/**
327
	 * Must never be called statically
328
	 */
329
	function plugin_upgrade() {
330
		if ( Jetpack::is_active() ) {
331
			list( $version ) = explode( ':', Jetpack_Options::get_option( 'version' ) );
332
			if ( JETPACK__VERSION != $version ) {
333
334
				// Check which active modules actually exist and remove others from active_modules list
335
				$unfiltered_modules = Jetpack::get_active_modules();
336
				$modules = array_filter( $unfiltered_modules, array( 'Jetpack', 'is_module' ) );
337
				if ( array_diff( $unfiltered_modules, $modules ) ) {
338
					Jetpack_Options::update_option( 'active_modules', $modules );
339
				}
340
341
				add_action( 'init', array( __CLASS__, 'activate_new_modules' ) );
342
				/**
343
				 * Fires when synchronizing all registered options and constants.
344
				 *
345
				 * @since 3.3.0
346
				 */
347
				do_action( 'jetpack_sync_all_registered_options' );
348
			}
349
		}
350
	}
351
352
	static function activate_manage( ) {
353
354
		if ( did_action( 'init' ) || current_filter() == 'init' ) {
355
			self::activate_module( 'manage', false, false );
356
		} else if ( !  has_action( 'init' , array( __CLASS__, 'activate_manage' ) ) ) {
357
			add_action( 'init', array( __CLASS__, 'activate_manage' ) );
358
		}
359
360
	}
361
362
	/**
363
	 * Constructor.  Initializes WordPress hooks
364
	 */
365
	private function __construct() {
366
		/*
367
		 * Check for and alert any deprecated hooks
368
		 */
369
		add_action( 'init', array( $this, 'deprecated_hooks' ) );
370
371
		/*
372
		 * Do things that should run even in the network admin
373
		 * here, before we potentially fail out.
374
		 */
375
		add_filter( 'jetpack_require_lib_dir', array( $this, 'require_lib_dir' ) );
376
377
		/**
378
		 * We need sync object even in Multisite mode
379
		 */
380
		$this->sync = new Jetpack_Sync;
381
382
		/**
383
		 * Trigger a wp_version sync when updating WP versions
384
		 **/
385
		add_action( 'upgrader_process_complete', array( 'Jetpack', 'update_get_wp_version' ), 10, 2 );
386
		$this->sync->mock_option( 'wp_version', array( 'Jetpack', 'get_wp_version' ) );
387
388
		add_action( 'init', array( $this, 'sync_update_data') );
389
		add_action( 'init', array( $this, 'sync_theme_data' ) );
390
391
		/*
392
		 * Load things that should only be in Network Admin.
393
		 *
394
		 * For now blow away everything else until a more full
395
		 * understanding of what is needed at the network level is
396
		 * available
397
		 */
398
		if( is_multisite() ) {
399
			Jetpack_Network::init();
400
401
			// Only sync this info if we are on a multi site
402
			// @since  3.7
403
			$this->sync->mock_option( 'network_name', array( 'Jetpack', 'network_name' ) );
404
			$this->sync->mock_option( 'network_allow_new_registrations', array( 'Jetpack', 'network_allow_new_registrations' ) );
405
			$this->sync->mock_option( 'network_add_new_users', array( 'Jetpack', 'network_add_new_users' ) );
406
			$this->sync->mock_option( 'network_site_upload_space', array( 'Jetpack', 'network_site_upload_space' ) );
407
			$this->sync->mock_option( 'network_upload_file_types', array( 'Jetpack', 'network_upload_file_types' ) );
408
			$this->sync->mock_option( 'network_enable_administration_menus', array( 'Jetpack', 'network_enable_administration_menus' ) );
409
410
			if( is_network_admin() ) {
411
				// Sync network site data if it is updated or not.
412
				add_action( 'update_wpmu_options', array( $this, 'update_jetpack_network_settings' ) );
413
				return; // End here to prevent single site actions from firing
414
			}
415
		}
416
417
418
		$theme_slug = get_option( 'stylesheet' );
419
420
421
		// Modules should do Jetpack_Sync::sync_options( __FILE__, $option, ... ); instead
422
		// We access the "internal" method here only because the Jetpack object isn't instantiated yet
423
		$this->sync->options(
424
			JETPACK__PLUGIN_DIR . 'jetpack.php',
425
			'home',
426
			'siteurl',
427
			'blogname',
428
			'gmt_offset',
429
			'timezone_string',
430
			'security_report',
431
			'stylesheet',
432
			"theme_mods_{$theme_slug}",
433
			'jetpack_sync_non_public_post_stati',
434
			'jetpack_options',
435
			'site_icon', // (int) - ID of core's Site Icon attachment ID
436
			'default_post_format',
437
			'default_category',
438
			'large_size_w',
439
			'large_size_h',
440
			'thumbnail_size_w',
441
			'thumbnail_size_h',
442
			'medium_size_w',
443
			'medium_size_h',
444
			'thumbnail_crop',
445
			'image_default_link_type'
446
		);
447
448
		foreach( Jetpack_Options::get_option_names( 'non-compact' ) as $option ) {
449
			$this->sync->options( __FILE__, 'jetpack_' . $option );
450
		}
451
452
		/**
453
		 * Sometimes you want to sync data to .com without adding options to .org sites.
454
		 * The mock option allows you to do just that.
455
		 */
456
		$this->sync->mock_option( 'is_main_network',   array( $this, 'is_main_network_option' ) );
457
		$this->sync->mock_option( 'is_multi_site', array( $this, 'is_multisite' ) );
458
		$this->sync->mock_option( 'main_network_site', array( $this, 'jetpack_main_network_site_option' ) );
459
		$this->sync->mock_option( 'single_user_site', array( 'Jetpack', 'is_single_user_site' ) );
460
		$this->sync->mock_option( 'stat_data', array( $this, 'get_stat_data' ) );
461
462
		$this->sync->mock_option( 'has_file_system_write_access', array( 'Jetpack', 'file_system_write_access' ) );
463
		$this->sync->mock_option( 'is_version_controlled', array( 'Jetpack', 'is_version_controlled' ) );
464
		$this->sync->mock_option( 'max_upload_size', 'wp_max_upload_size' );
465
		$this->sync->mock_option( 'content_width', array( 'Jetpack', 'get_content_width' ) );
466
467
		/**
468
		 * Trigger an update to the main_network_site when we update the blogname of a site.
469
		 *
470
		 */
471
		add_action( 'update_option_siteurl', array( $this, 'update_jetpack_main_network_site_option' ) );
472
473
		add_action( 'update_option', array( $this, 'log_settings_change' ), 10, 3 );
474
475
		// Update the settings everytime the we register a new user to the site or we delete a user.
476
		add_action( 'user_register', array( $this, 'is_single_user_site_invalidate' ) );
477
		add_action( 'deleted_user', array( $this, 'is_single_user_site_invalidate' ) );
478
479
		// Unlink user before deleting the user from .com
480
		add_action( 'deleted_user', array( $this, 'unlink_user' ), 10, 1 );
481
		add_action( 'remove_user_from_blog', array( $this, 'unlink_user' ), 10, 1 );
482
483
		if ( defined( 'XMLRPC_REQUEST' ) && XMLRPC_REQUEST && isset( $_GET['for'] ) && 'jetpack' == $_GET['for'] ) {
484
			@ini_set( 'display_errors', false ); // Display errors can cause the XML to be not well formed.
485
486
			require_once JETPACK__PLUGIN_DIR . 'class.jetpack-xmlrpc-server.php';
487
			$this->xmlrpc_server = new Jetpack_XMLRPC_Server();
488
489
			$this->require_jetpack_authentication();
490
491
			if ( Jetpack::is_active() ) {
492
				// Hack to preserve $HTTP_RAW_POST_DATA
493
				add_filter( 'xmlrpc_methods', array( $this, 'xmlrpc_methods' ) );
494
495
				$signed = $this->verify_xml_rpc_signature();
496
				if ( $signed && ! is_wp_error( $signed ) ) {
497
					// The actual API methods.
498
					add_filter( 'xmlrpc_methods', array( $this->xmlrpc_server, 'xmlrpc_methods' ) );
499
				} else {
500
					add_filter( 'xmlrpc_methods', '__return_empty_array' );
501
				}
502
			} else {
503
				// The bootstrap API methods.
504
				add_filter( 'xmlrpc_methods', array( $this->xmlrpc_server, 'bootstrap_xmlrpc_methods' ) );
505
			}
506
507
			// Now that no one can authenticate, and we're whitelisting all XML-RPC methods, force enable_xmlrpc on.
508
			add_filter( 'pre_option_enable_xmlrpc', '__return_true' );
509
		} elseif ( is_admin() && isset( $_POST['action'] ) && 'jetpack_upload_file' == $_POST['action'] ) {
510
			$this->require_jetpack_authentication();
511
			$this->add_remote_request_handlers();
512
		} else {
513
			if ( Jetpack::is_active() ) {
514
				add_action( 'login_form_jetpack_json_api_authorization', array( &$this, 'login_form_json_api_authorization' ) );
515
				add_filter( 'xmlrpc_methods', array( $this, 'public_xmlrpc_methods' ) );
516
			}
517
		}
518
519
		if ( Jetpack::is_active() ) {
520
			Jetpack_Heartbeat::init();
521
		}
522
523
		add_action( 'jetpack_clean_nonces', array( 'Jetpack', 'clean_nonces' ) );
524
		if ( ! wp_next_scheduled( 'jetpack_clean_nonces' ) ) {
525
			wp_schedule_event( time(), 'hourly', 'jetpack_clean_nonces' );
526
		}
527
528
		add_filter( 'xmlrpc_blog_options', array( $this, 'xmlrpc_options' ) );
529
530
		add_action( 'admin_init', array( $this, 'admin_init' ) );
531
		add_action( 'admin_init', array( $this, 'dismiss_jetpack_notice' ) );
532
533
		add_filter( 'admin_body_class', array( $this, 'admin_body_class' ) );
534
535
		add_action( 'wp_dashboard_setup', array( $this, 'wp_dashboard_setup' ) );
536
		// Filter the dashboard meta box order to swap the new one in in place of the old one.
537
		add_filter( 'get_user_option_meta-box-order_dashboard', array( $this, 'get_user_option_meta_box_order_dashboard' ) );
538
539
		add_action( 'wp_ajax_jetpack-sync-reindex-trigger', array( $this, 'sync_reindex_trigger' ) );
540
		add_action( 'wp_ajax_jetpack-sync-reindex-status', array( $this, 'sync_reindex_status' ) );
541
542
		// Jump Start AJAX callback function
543
		add_action( 'wp_ajax_jetpack_jumpstart_ajax',  array( $this, 'jetpack_jumpstart_ajax_callback' ) );
544
		add_action( 'update_option', array( $this, 'jumpstart_has_updated_module_option' ) );
545
546
		// Identity Crisis AJAX callback function
547
		add_action( 'wp_ajax_jetpack_resolve_identity_crisis', array( $this, 'resolve_identity_crisis_ajax_callback' ) );
548
549
		// JITM AJAX callback function
550
		add_action( 'wp_ajax_jitm_ajax',  array( $this, 'jetpack_jitm_ajax_callback' ) );
551
552
		add_action( 'wp_ajax_jetpack_admin_ajax',          array( $this, 'jetpack_admin_ajax_callback' ) );
553
		add_action( 'wp_ajax_jetpack_admin_ajax_refresh',  array( $this, 'jetpack_admin_ajax_refresh_data' ) );
554
555
		// Universal ajax callback for all tracking events triggered via js
556
		add_action( 'wp_ajax_jetpack_tracks', array( $this, 'jetpack_admin_ajax_tracks_callback' ) );
557
558
		add_action( 'wp_loaded', array( $this, 'register_assets' ) );
559
		add_action( 'wp_enqueue_scripts', array( $this, 'devicepx' ) );
560
		add_action( 'customize_controls_enqueue_scripts', array( $this, 'devicepx' ) );
561
		add_action( 'admin_enqueue_scripts', array( $this, 'devicepx' ) );
562
563
		add_action( 'jetpack_activate_module', array( $this, 'activate_module_actions' ) );
564
565
		add_action( 'plugins_loaded', array( $this, 'extra_oembed_providers' ), 100 );
566
567
		add_action( 'jetpack_notices', array( $this, 'show_development_mode_notice' ) );
568
569
		/**
570
		 * These actions run checks to load additional files.
571
		 * They check for external files or plugins, so they need to run as late as possible.
572
		 */
573
		add_action( 'wp_head', array( $this, 'check_open_graph' ),       1 );
574
		add_action( 'plugins_loaded', array( $this, 'check_twitter_tags' ),     999 );
575
		add_action( 'plugins_loaded', array( $this, 'check_rest_api_compat' ), 1000 );
576
577
		add_filter( 'plugins_url',      array( 'Jetpack', 'maybe_min_asset' ),     1, 3 );
578
		add_filter( 'style_loader_tag', array( 'Jetpack', 'maybe_inline_style' ), 10, 2 );
579
580
		add_filter( 'map_meta_cap', array( $this, 'jetpack_custom_caps' ), 1, 4 );
581
582
		add_filter( 'jetpack_get_default_modules', array( $this, 'filter_default_modules' ) );
583
		add_filter( 'jetpack_get_default_modules', array( $this, 'handle_deprecated_modules' ), 99 );
584
585
		// A filter to control all just in time messages
586
		add_filter( 'jetpack_just_in_time_msgs', '__return_true' );
587
588
		/**
589
		 * This is the hack to concatinate all css files into one.
590
		 * For description and reasoning see the implode_frontend_css method
591
		 *
592
		 * Super late priority so we catch all the registered styles
593
		 */
594
		if( !is_admin() ) {
595
			add_action( 'wp_print_styles', array( $this, 'implode_frontend_css' ), -1 ); // Run first
596
			add_action( 'wp_print_footer_scripts', array( $this, 'implode_frontend_css' ), -1 ); // Run first to trigger before `print_late_styles`
597
		}
598
599
		// Sync Core Icon: Detect changes in Core's Site Icon and make it syncable.
600
		add_action( 'add_option_site_icon',    array( $this, 'jetpack_sync_core_icon' ) );
601
		add_action( 'update_option_site_icon', array( $this, 'jetpack_sync_core_icon' ) );
602
		add_action( 'delete_option_site_icon', array( $this, 'jetpack_sync_core_icon' ) );
603
		add_action( 'jetpack_heartbeat',       array( $this, 'jetpack_sync_core_icon' ) );
604
605
	}
606
607
	/*
608
	 * Make sure any site icon added to core can get
609
	 * synced back to dotcom, so we can display it there.
610
	 */
611
	function jetpack_sync_core_icon() {
612
		if ( function_exists( 'get_site_icon_url' ) ) {
613
			$url = get_site_icon_url();
614
		} else {
615
			return;
616
		}
617
618
		require_once( JETPACK__PLUGIN_DIR . 'modules/site-icon/site-icon-functions.php' );
619
		// If there's a core icon, maybe update the option.  If not, fall back to Jetpack's.
620
		if ( ! empty( $url ) && $url !== jetpack_site_icon_url() ) {
621
			// This is the option that is synced with dotcom
622
			Jetpack_Options::update_option( 'site_icon_url', $url );
623
		} else if ( empty( $url ) && did_action( 'delete_option_site_icon' ) ) {
624
			Jetpack_Options::delete_option( 'site_icon_url' );
625
		}
626
	}
627
628
	function jetpack_admin_ajax_tracks_callback() {
629
		// Check for nonce
630
		if ( ! isset( $_REQUEST['tracksNonce'] ) || ! wp_verify_nonce( $_REQUEST['tracksNonce'], 'jp-tracks-ajax-nonce' ) ) {
631
			wp_die( 'Permissions check failed.' );
632
		}
633
634
		if ( ! isset( $_REQUEST['tracksEventName'] ) || ! isset( $_REQUEST['tracksEventType'] )  ) {
635
			wp_die( 'No valid event name or type.' );
636
		}
637
638
		$tracks_data = array();
639
		if ( 'click' === $_REQUEST['tracksEventType'] && isset( $_REQUEST['tracksEventProp'] ) ) {
640
			$tracks_data = array( 'clicked' => $_REQUEST['tracksEventProp'] );
641
		}
642
643
		JetpackTracking::record_user_event( $_REQUEST['tracksEventName'], $tracks_data );
644
		wp_send_json_success();
645
		wp_die();
646
	}
647
648
	function jetpack_admin_ajax_callback() {
649
		// Check for nonce
650 View Code Duplication
		if ( ! isset( $_REQUEST['adminNonce'] ) || ! wp_verify_nonce( $_REQUEST['adminNonce'], 'jetpack-admin-nonce' ) || ! current_user_can( 'jetpack_manage_modules' ) ) {
651
			wp_die( 'permissions check failed' );
652
		}
653
654
		if ( isset( $_REQUEST['toggleModule'] ) && 'nux-toggle-module' == $_REQUEST['toggleModule'] ) {
655
			$slug = $_REQUEST['thisModuleSlug'];
656
657
			if ( ! in_array( $slug, Jetpack::get_available_modules() ) ) {
658
				wp_die( 'That is not a Jetpack module slug' );
659
			}
660
661
			if ( Jetpack::is_module_active( $slug ) ) {
662
				Jetpack::deactivate_module( $slug );
663
			} else {
664
				Jetpack::activate_module( $slug, false, false );
665
			}
666
667
			$modules = Jetpack_Admin::init()->get_modules();
668
			echo json_encode( $modules[ $slug ] );
669
670
			exit;
671
		}
672
673
		wp_die();
674
	}
675
676
	/*
677
	 * Sometimes we need to refresh the data,
678
	 * especially if the page is visited via a 'history'
679
	 * event like back/forward
680
	 */
681
	function jetpack_admin_ajax_refresh_data() {
682
		// Check for nonce
683 View Code Duplication
		if ( ! isset( $_REQUEST['adminNonce'] ) || ! wp_verify_nonce( $_REQUEST['adminNonce'], 'jetpack-admin-nonce' ) ) {
684
			wp_die( 'permissions check failed' );
685
		}
686
687
		if ( isset( $_REQUEST['refreshData'] ) && 'refresh' == $_REQUEST['refreshData'] ) {
688
			$modules = Jetpack_Admin::init()->get_modules();
689
			echo json_encode( $modules );
690
			exit;
691
		}
692
693
		wp_die();
694
	}
695
696
	/**
697
	 * The callback for the Jump Start ajax requests.
698
	 */
699
	function jetpack_jumpstart_ajax_callback() {
700
		// Check for nonce
701
		if ( ! isset( $_REQUEST['jumpstartNonce'] ) || ! wp_verify_nonce( $_REQUEST['jumpstartNonce'], 'jetpack-jumpstart-nonce' ) )
702
			wp_die( 'permissions check failed' );
703
704
		if ( isset( $_REQUEST['jumpStartActivate'] ) && 'jump-start-activate' == $_REQUEST['jumpStartActivate'] ) {
705
			// Update the jumpstart option
706
			if ( 'new_connection' === Jetpack_Options::get_option( 'jumpstart' ) ) {
707
				Jetpack_Options::update_option( 'jumpstart', 'jumpstart_activated' );
708
			}
709
710
			// Loops through the requested "Jump Start" modules, and activates them.
711
			// Custom 'no_message' state, so that no message will be shown on reload.
712
			$modules = $_REQUEST['jumpstartModSlug'];
713
			$module_slugs = array();
714
			foreach( $modules as $module => $value ) {
715
				$module_slugs[] = $value['module_slug'];
716
			}
717
718
			// Check for possible conflicting plugins
719
			$module_slugs_filtered = $this->filter_default_modules( $module_slugs );
720
721
			foreach ( $module_slugs_filtered as $module_slug ) {
722
				Jetpack::log( 'activate', $module_slug );
723
				Jetpack::activate_module( $module_slug, false, false );
724
				Jetpack::state( 'message', 'no_message' );
725
			}
726
727
			// Set the default sharing buttons and set to display on posts if none have been set.
728
			$sharing_services = get_option( 'sharing-services' );
729
			$sharing_options  = get_option( 'sharing-options' );
730
			if ( empty( $sharing_services['visible'] ) ) {
731
				// Default buttons to set
732
				$visible = array(
733
					'twitter',
734
					'facebook',
735
					'google-plus-1',
736
				);
737
				$hidden = array();
738
739
				// Set some sharing settings
740
				$sharing = new Sharing_Service();
741
				$sharing_options['global'] = array(
742
					'button_style'  => 'icon',
743
					'sharing_label' => $sharing->default_sharing_label,
744
					'open_links'    => 'same',
745
					'show'          => array( 'post' ),
746
					'custom'        => isset( $sharing_options['global']['custom'] ) ? $sharing_options['global']['custom'] : array()
747
				);
748
749
				update_option( 'sharing-options', $sharing_options );
750
751
				// Send a success response so that we can display an error message.
752
				$success = update_option( 'sharing-services', array( 'visible' => $visible, 'hidden' => $hidden ) );
753
				echo json_encode( $success );
754
				exit;
755
			}
756
757
		} elseif ( isset( $_REQUEST['disableJumpStart'] ) && true == $_REQUEST['disableJumpStart'] ) {
758
			// If dismissed, flag the jumpstart option as such.
759
			// Send a success response so that we can display an error message.
760
			if ( 'new_connection' === Jetpack_Options::get_option( 'jumpstart' ) ) {
761
				$success = Jetpack_Options::update_option( 'jumpstart', 'jumpstart_dismissed' );
762
				echo json_encode( $success );
763
				exit;
764
			}
765
766
		} elseif ( isset( $_REQUEST['jumpStartDeactivate'] ) && 'jump-start-deactivate' == $_REQUEST['jumpStartDeactivate'] ) {
767
768
			// FOR TESTING ONLY
769
			// @todo remove
770
			$modules = (array) $_REQUEST['jumpstartModSlug'];
771
			foreach( $modules as $module => $value ) {
772
				if ( !in_array( $value['module_slug'], Jetpack::get_default_modules() ) ) {
773
					Jetpack::log( 'deactivate', $value['module_slug'] );
774
					Jetpack::deactivate_module( $value['module_slug'] );
775
					Jetpack::state( 'message', 'no_message' );
776
				} else {
777
					Jetpack::log( 'activate', $value['module_slug'] );
778
					Jetpack::activate_module( $value['module_slug'], false, false );
779
					Jetpack::state( 'message', 'no_message' );
780
				}
781
			}
782
783
			Jetpack_Options::update_option( 'jumpstart', 'new_connection' );
784
			echo "reload the page";
785
		}
786
787
		wp_die();
788
	}
789
790
	/**
791
	 * The callback for the JITM ajax requests.
792
	 */
793
	function jetpack_jitm_ajax_callback() {
794
		// Check for nonce
795
		if ( ! isset( $_REQUEST['jitmNonce'] ) || ! wp_verify_nonce( $_REQUEST['jitmNonce'], 'jetpack-jitm-nonce' ) ) {
796
			wp_die( 'Module activation failed due to lack of appropriate permissions' );
797
		}
798
		if ( isset( $_REQUEST['jitmActionToTake'] ) && 'activate' == $_REQUEST['jitmActionToTake'] ) {
799
			$module_slug = $_REQUEST['jitmModule'];
800
			Jetpack::log( 'activate', $module_slug );
801
			Jetpack::activate_module( $module_slug, false, false );
802
			Jetpack::state( 'message', 'no_message' );
803
804
			//A Jetpack module is being activated through a JITM, track it
805
			$this->stat( 'jitm', $module_slug.'-activated-' . JETPACK__VERSION );
806
			$this->do_stats( 'server_side' );
807
808
			wp_send_json_success();
809
		}
810
		if ( isset( $_REQUEST['jitmActionToTake'] ) && 'dismiss' == $_REQUEST['jitmActionToTake'] ) {
811
			// get the hide_jitm options array
812
			$jetpack_hide_jitm = Jetpack_Options::get_option( 'hide_jitm' );
813
			$module_slug = $_REQUEST['jitmModule'];
814
815
			if( ! $jetpack_hide_jitm ) {
816
				$jetpack_hide_jitm = array(
817
					$module_slug => 'hide'
818
				);
819
			} else {
820
				$jetpack_hide_jitm[$module_slug] = 'hide';
821
			}
822
823
			Jetpack_Options::update_option( 'hide_jitm', $jetpack_hide_jitm );
824
825
			//jitm is being dismissed forever, track it
826
			$this->stat( 'jitm', $module_slug.'-dismissed-' . JETPACK__VERSION );
827
			$this->do_stats( 'server_side' );
828
829
			wp_send_json_success();
830
		}
831 View Code Duplication
		if ( isset( $_REQUEST['jitmActionToTake'] ) && 'launch' == $_REQUEST['jitmActionToTake'] ) {
832
			$module_slug = $_REQUEST['jitmModule'];
833
834
			// User went to WordPress.com, track this
835
			$this->stat( 'jitm', $module_slug.'-wordpress-tools-' . JETPACK__VERSION );
836
			$this->do_stats( 'server_side' );
837
838
			wp_send_json_success();
839
		}
840 View Code Duplication
		if ( isset( $_REQUEST['jitmActionToTake'] ) && 'viewed' == $_REQUEST['jitmActionToTake'] ) {
841
			$track = $_REQUEST['jitmModule'];
842
843
			// User is viewing JITM, track it.
844
			$this->stat( 'jitm', $track . '-viewed-' . JETPACK__VERSION );
845
			$this->do_stats( 'server_side' );
846
847
			wp_send_json_success();
848
		}
849
	}
850
851
	/**
852
	 * If there are any stats that need to be pushed, but haven't been, push them now.
853
	 */
854
	function __destruct() {
855
		if ( ! empty( $this->stats ) ) {
856
			$this->do_stats( 'server_side' );
857
		}
858
	}
859
860
	function jetpack_custom_caps( $caps, $cap, $user_id, $args ) {
861
		switch( $cap ) {
862
			case 'jetpack_connect' :
863
			case 'jetpack_reconnect' :
864
				if ( Jetpack::is_development_mode() ) {
865
					$caps = array( 'do_not_allow' );
866
					break;
867
				}
868
				/**
869
				 * Pass through. If it's not development mode, these should match disconnect.
870
				 * Let users disconnect if it's development mode, just in case things glitch.
871
				 */
872
			case 'jetpack_disconnect' :
873
				/**
874
				 * In multisite, can individual site admins manage their own connection?
875
				 *
876
				 * Ideally, this should be extracted out to a separate filter in the Jetpack_Network class.
877
				 */
878
				if ( is_multisite() && ! is_super_admin() && is_plugin_active_for_network( 'jetpack/jetpack.php' ) ) {
879
					if ( ! Jetpack_Network::init()->get_option( 'sub-site-connection-override' ) ) {
880
						/**
881
						 * We need to update the option name -- it's terribly unclear which
882
						 * direction the override goes.
883
						 *
884
						 * @todo: Update the option name to `sub-sites-can-manage-own-connections`
885
						 */
886
						$caps = array( 'do_not_allow' );
887
						break;
888
					}
889
				}
890
891
				$caps = array( 'manage_options' );
892
				break;
893
			case 'jetpack_manage_modules' :
894
			case 'jetpack_activate_modules' :
895
			case 'jetpack_deactivate_modules' :
896
				$caps = array( 'manage_options' );
897
				break;
898
			case 'jetpack_configure_modules' :
899
				$caps = array( 'manage_options' );
900
				break;
901
			case 'jetpack_network_admin_page':
902
			case 'jetpack_network_settings_page':
903
				$caps = array( 'manage_network_plugins' );
904
				break;
905
			case 'jetpack_network_sites_page':
906
				$caps = array( 'manage_sites' );
907
				break;
908
			case 'jetpack_admin_page' :
909
				if ( Jetpack::is_development_mode() ) {
910
					$caps = array( 'manage_options' );
911
					break;
912
				}
913
914
				// Don't ever show to subscribers, but allow access to the page if they're trying to unlink.
915
				if ( ! current_user_can( 'edit_posts' ) ) {
916
					if ( isset( $_GET['redirect'] ) && 'sub-unlink' == $_GET['redirect'] ) {
917
						// We need this in order to unlink the user.
918
						$this->admin_page_load();
919
					}
920
					if ( ! wp_verify_nonce( 'jetpack-unlink' ) ) {
921
						$caps = array( 'do_not_allow' );
922
						break;
923
					}
924
				}
925
926
				if ( ! self::is_active() && ! current_user_can( 'jetpack_connect' ) ) {
927
					$caps = array( 'do_not_allow' );
928
					break;
929
				}
930
				/**
931
				 * Pass through. If it's not development mode, these should match the admin page.
932
				 * Let users disconnect if it's development mode, just in case things glitch.
933
				 */
934
			case 'jetpack_connect_user' :
935
				if ( Jetpack::is_development_mode() ) {
936
					$caps = array( 'do_not_allow' );
937
					break;
938
				}
939
				$caps = array( 'read' );
940
				break;
941
		}
942
		return $caps;
943
	}
944
945
	function require_jetpack_authentication() {
946
		// Don't let anyone authenticate
947
		$_COOKIE = array();
948
		remove_all_filters( 'authenticate' );
949
950
		/**
951
		 * For the moment, remove Limit Login Attempts if its xmlrpc for Jetpack.
952
		 * If Limit Login Attempts is installed as a mu-plugin, it can occasionally
953
		 * generate false-positives.
954
		 */
955
		remove_filter( 'wp_login_failed', 'limit_login_failed' );
956
957
		if ( Jetpack::is_active() ) {
958
			// Allow Jetpack authentication
959
			add_filter( 'authenticate', array( $this, 'authenticate_jetpack' ), 10, 3 );
960
		}
961
	}
962
963
	/**
964
	 * Load language files
965
	 */
966
	public static function plugin_textdomain() {
967
		// Note to self, the third argument must not be hardcoded, to account for relocated folders.
968
		load_plugin_textdomain( 'jetpack', false, dirname( plugin_basename( JETPACK__PLUGIN_FILE ) ) . '/languages/' );
969
	}
970
971
	/**
972
	 * Register assets for use in various modules and the Jetpack admin page.
973
	 *
974
	 * @uses wp_script_is, wp_register_script, plugins_url
975
	 * @action wp_loaded
976
	 * @return null
977
	 */
978
	public function register_assets() {
979
		if ( ! wp_script_is( 'spin', 'registered' ) ) {
980
			wp_register_script( 'spin', plugins_url( '_inc/spin.js', JETPACK__PLUGIN_FILE ), false, '1.3' );
981
		}
982
983 View Code Duplication
		if ( ! wp_script_is( 'jquery.spin', 'registered' ) ) {
984
			wp_register_script( 'jquery.spin', plugins_url( '_inc/jquery.spin.js', JETPACK__PLUGIN_FILE ) , array( 'jquery', 'spin' ), '1.3' );
985
		}
986
987 View Code Duplication
		if ( ! wp_script_is( 'jetpack-gallery-settings', 'registered' ) ) {
988
			wp_register_script( 'jetpack-gallery-settings', plugins_url( '_inc/gallery-settings.js', JETPACK__PLUGIN_FILE ), array( 'media-views' ), '20121225' );
989
		}
990
991 View Code Duplication
		if ( ! wp_script_is( 'jetpack-twitter-timeline', 'registered' ) ) {
992
			wp_register_script( 'jetpack-twitter-timeline', plugins_url( '_inc/twitter-timeline.js', JETPACK__PLUGIN_FILE ) , array( 'jquery' ), '3.10', true );
993
		}
994
995
		if ( ! wp_script_is( 'jetpack-facebook-embed', 'registered' ) ) {
996
			wp_register_script( 'jetpack-facebook-embed', plugins_url( '_inc/facebook-embed.js', __FILE__ ), array( 'jquery' ), null, true );
997
998
			/** This filter is documented in modules/sharedaddy/sharing-sources.php */
999
			$fb_app_id = apply_filters( 'jetpack_sharing_facebook_app_id', '249643311490' );
1000
			if ( ! is_numeric( $fb_app_id ) ) {
1001
				$fb_app_id = '';
1002
			}
1003
			wp_localize_script(
1004
				'jetpack-facebook-embed',
1005
				'jpfbembed',
1006
				array(
1007
					'appid' => $fb_app_id,
1008
					'locale' => $this->get_locale(),
1009
				)
1010
			);
1011
		}
1012
1013
		/**
1014
		 * As jetpack_register_genericons is by default fired off a hook,
1015
		 * the hook may have already fired by this point.
1016
		 * So, let's just trigger it manually.
1017
		 */
1018
		require_once( JETPACK__PLUGIN_DIR . '_inc/genericons.php' );
1019
		jetpack_register_genericons();
1020
1021 View Code Duplication
		if ( ! wp_style_is( 'jetpack-icons', 'registered' ) )
1022
			wp_register_style( 'jetpack-icons', plugins_url( 'css/jetpack-icons.min.css', JETPACK__PLUGIN_FILE ), false, JETPACK__VERSION );
1023
	}
1024
1025
	/**
1026
	 * Guess locale from language code.
1027
	 *
1028
	 * @param string $lang Language code.
1029
	 * @return string|bool
1030
	 */
1031 View Code Duplication
	function guess_locale_from_lang( $lang ) {
1032
		if ( 'en' === $lang || 'en_US' === $lang || ! $lang ) {
1033
			return 'en_US';
1034
		}
1035
1036
		if ( ! class_exists( 'GP_Locales' ) ) {
1037
			if ( ! defined( 'JETPACK__GLOTPRESS_LOCALES_PATH' ) || ! file_exists( JETPACK__GLOTPRESS_LOCALES_PATH ) ) {
1038
				return false;
1039
			}
1040
1041
			require JETPACK__GLOTPRESS_LOCALES_PATH;
1042
		}
1043
1044
		if ( defined( 'IS_WPCOM' ) && IS_WPCOM ) {
1045
			// WP.com: get_locale() returns 'it'
1046
			$locale = GP_Locales::by_slug( $lang );
1047
		} else {
1048
			// Jetpack: get_locale() returns 'it_IT';
1049
			$locale = GP_Locales::by_field( 'facebook_locale', $lang );
1050
		}
1051
1052
		if ( ! $locale ) {
1053
			return false;
1054
		}
1055
1056
		if ( empty( $locale->facebook_locale ) ) {
1057
			if ( empty( $locale->wp_locale ) ) {
1058
				return false;
1059
			} else {
1060
				// Facebook SDK is smart enough to fall back to en_US if a
1061
				// locale isn't supported. Since supported Facebook locales
1062
				// can fall out of sync, we'll attempt to use the known
1063
				// wp_locale value and rely on said fallback.
1064
				return $locale->wp_locale;
1065
			}
1066
		}
1067
1068
		return $locale->facebook_locale;
1069
	}
1070
1071
	/**
1072
	 * Get the locale.
1073
	 *
1074
	 * @return string|bool
1075
	 */
1076
	function get_locale() {
1077
		$locale = $this->guess_locale_from_lang( get_locale() );
1078
1079
		if ( ! $locale ) {
1080
			$locale = 'en_US';
1081
		}
1082
1083
		return $locale;
1084
	}
1085
1086
	/**
1087
	 * Device Pixels support
1088
	 * This improves the resolution of gravatars and wordpress.com uploads on hi-res and zoomed browsers.
1089
	 */
1090
	function devicepx() {
1091
		if ( Jetpack::is_active() ) {
1092
			wp_enqueue_script( 'devicepx', set_url_scheme( 'http://s0.wp.com/wp-content/js/devicepx-jetpack.js' ), array(), gmdate( 'oW' ), true );
1093
		}
1094
	}
1095
1096
	/*
1097
	 * Returns the location of Jetpack's lib directory. This filter is applied
1098
	 * in require_lib().
1099
	 *
1100
	 * @filter require_lib_dir
1101
	 */
1102
	function require_lib_dir() {
1103
		return JETPACK__PLUGIN_DIR . '_inc/lib';
1104
	}
1105
1106
	/**
1107
	 * Return the network_site_url so that .com knows what network this site is a part of.
1108
	 * @param  bool $option
1109
	 * @return string
1110
	 */
1111
	public function jetpack_main_network_site_option( $option ) {
1112
		return network_site_url();
1113
	}
1114
	/**
1115
	 * Network Name.
1116
	 */
1117
	static function network_name( $option = null ) {
1118
		global $current_site;
1119
		return $current_site->site_name;
1120
	}
1121
	/**
1122
	 * Does the network allow new user and site registrations.
1123
	 * @return string
1124
	 */
1125
	static function network_allow_new_registrations( $option = null ) {
1126
		return ( in_array( get_site_option( 'registration' ), array('none', 'user', 'blog', 'all' ) ) ? get_site_option( 'registration') : 'none' );
1127
	}
1128
	/**
1129
	 * Does the network allow admins to add new users.
1130
	 * @return boolian
1131
	 */
1132
	static function network_add_new_users( $option = null ) {
1133
		return (bool) get_site_option( 'add_new_users' );
1134
	}
1135
	/**
1136
	 * File upload psace left per site in MB.
1137
	 *  -1 means NO LIMIT.
1138
	 * @return number
1139
	 */
1140
	static function network_site_upload_space( $option = null ) {
1141
		// value in MB
1142
		return ( get_site_option( 'upload_space_check_disabled' ) ? -1 : get_space_allowed() );
1143
	}
1144
1145
	/**
1146
	 * Network allowed file types.
1147
	 * @return string
1148
	 */
1149
	static function network_upload_file_types( $option = null ) {
1150
		return get_site_option( 'upload_filetypes', 'jpg jpeg png gif' );
1151
	}
1152
1153
	/**
1154
	 * Maximum file upload size set by the network.
1155
	 * @return number
1156
	 */
1157
	static function network_max_upload_file_size( $option = null ) {
1158
		// value in KB
1159
		return get_site_option( 'fileupload_maxk', 300 );
1160
	}
1161
1162
	/**
1163
	 * Lets us know if a site allows admins to manage the network.
1164
	 * @return array
1165
	 */
1166
	static function network_enable_administration_menus( $option = null ) {
1167
		return get_site_option( 'menu_items' );
1168
	}
1169
1170
	/**
1171
	 * Return whether we are dealing with a multi network setup or not.
1172
	 * The reason we are type casting this is because we want to avoid the situation where
1173
	 * the result is false since when is_main_network_option return false it cases
1174
	 * the rest the get_option( 'jetpack_is_multi_network' ); to return the value that is set in the
1175
	 * database which could be set to anything as opposed to what this function returns.
1176
	 * @param  bool  $option
1177
	 *
1178
	 * @return boolean
1179
	 */
1180
	public function is_main_network_option( $option ) {
1181
		// return '1' or ''
1182
		return (string) (bool) Jetpack::is_multi_network();
1183
	}
1184
1185
	/**
1186
	 * Return true if we are with multi-site or multi-network false if we are dealing with single site.
1187
	 *
1188
	 * @param  string  $option
1189
	 * @return boolean
1190
	 */
1191
	public function is_multisite( $option ) {
1192
		return (string) (bool) is_multisite();
1193
	}
1194
1195
	/**
1196
	 * Implemented since there is no core is multi network function
1197
	 * Right now there is no way to tell if we which network is the dominant network on the system
1198
	 *
1199
	 * @since  3.3
1200
	 * @return boolean
1201
	 */
1202
	public static function is_multi_network() {
1203
		global  $wpdb;
1204
1205
		// if we don't have a multi site setup no need to do any more
1206
		if ( ! is_multisite() ) {
1207
			return false;
1208
		}
1209
1210
		$num_sites = $wpdb->get_var( "SELECT COUNT(*) FROM {$wpdb->site}" );
1211
		if ( $num_sites > 1 ) {
1212
			return true;
1213
		} else {
1214
			return false;
1215
		}
1216
	}
1217
1218
	/**
1219
	 * Trigger an update to the main_network_site when we update the siteurl of a site.
1220
	 * @return null
1221
	 */
1222
	function update_jetpack_main_network_site_option() {
1223
		// do_action( 'add_option_$option', '$option', '$value-of-the-option' );
1224
		/**
1225
		 * Fires when the site URL is updated.
1226
		 * Determines if the site is the main site of a Mulitiste network.
1227
		 *
1228
		 * @since 3.3.0
1229
		 *
1230
		 * @param string jetpack_main_network_site.
1231
		 * @param string network_site_url() Site URL for the "main" site of the current Multisite network.
1232
		 */
1233
		do_action( 'add_option_jetpack_main_network_site', 'jetpack_main_network_site', network_site_url() );
1234
		/**
1235
		 * Fires when the site URL is updated.
1236
		 * Determines if the is part of a multi network.
1237
		 *
1238
		 * @since 3.3.0
1239
		 *
1240
		 * @param string jetpack_is_main_network.
1241
		 * @param bool Jetpack::is_multi_network() Is the site part of a multi network.
1242
		 */
1243
		do_action( 'add_option_jetpack_is_main_network', 'jetpack_is_main_network', (string) (bool) Jetpack::is_multi_network() );
1244
		/**
1245
		 * Fires when the site URL is updated.
1246
		 * Determines if the site is part of a multisite network.
1247
		 *
1248
		 * @since 3.4.0
1249
		 *
1250
		 * @param string jetpack_is_multi_site.
1251
		 * @param bool is_multisite() Is the site part of a mutlisite network.
1252
		 */
1253
		do_action( 'add_option_jetpack_is_multi_site', 'jetpack_is_multi_site', (string) (bool) is_multisite() );
1254
	}
1255
	/**
1256
	 * Triggered after a user updates the network settings via Network Settings Admin Page
1257
	 *
1258
	 */
1259
	function update_jetpack_network_settings() {
1260
		// Only sync this info for the main network site.
1261
		do_action( 'add_option_jetpack_network_name', 'jetpack_network_name', Jetpack::network_name() );
1262
		do_action( 'add_option_jetpack_network_allow_new_registrations', 'jetpack_network_allow_new_registrations', Jetpack::network_allow_new_registrations() );
1263
		do_action( 'add_option_jetpack_network_add_new_users', 'jetpack_network_add_new_users', Jetpack::network_add_new_users() );
1264
		do_action( 'add_option_jetpack_network_site_upload_space', 'jetpack_network_site_upload_space', Jetpack::network_site_upload_space() );
1265
		do_action( 'add_option_jetpack_network_upload_file_types', 'jetpack_network_upload_file_types', Jetpack::network_upload_file_types() );
1266
		do_action( 'add_option_jetpack_network_enable_administration_menus', 'jetpack_network_enable_administration_menus', Jetpack::network_enable_administration_menus() );
1267
1268
	}
1269
1270
	/**
1271
	 * Get back if the current site is single user site.
1272
	 *
1273
	 * @return bool
1274
	 */
1275
	public static function is_single_user_site() {
1276
1277
		$user_query = new WP_User_Query( array(
1278
			'blog_id' => get_current_blog_id(),
1279
			'fields'  => 'ID',
1280
			'number' => 2
1281
		) );
1282
		return 1 === (int) $user_query->get_total();
1283
	}
1284
1285
	/**
1286
	 * Returns true if the site has file write access false otherwise.
1287
	 * @return string ( '1' | '0' )
1288
	 **/
1289
	public static function file_system_write_access() {
1290
		if ( ! function_exists( 'get_filesystem_method' ) ) {
1291
			require_once( ABSPATH . 'wp-admin/includes/file.php' );
1292
		}
1293
1294
		require_once( ABSPATH . 'wp-admin/includes/template.php' );
1295
1296
		$filesystem_method = get_filesystem_method();
1297
		if ( $filesystem_method === 'direct' ) {
1298
			return 1;
1299
		}
1300
1301
		ob_start();
1302
		$filesystem_credentials_are_stored = request_filesystem_credentials( self_admin_url() );
1303
		ob_end_clean();
1304
		if ( $filesystem_credentials_are_stored ) {
1305
			return 1;
1306
		}
1307
		return 0;
1308
	}
1309
1310
	/**
1311
	 * Finds out if a site is using a version control system.
1312
	 * @return string ( '1' | '0' )
1313
	 **/
1314
	public static function is_version_controlled() {
1315
1316
		if ( !class_exists( 'WP_Automatic_Updater' ) ) {
1317
			require_once( ABSPATH . 'wp-admin/includes/class-wp-upgrader.php' );
1318
		}
1319
		$updater = new WP_Automatic_Updater();
1320
		$is_version_controlled = strval( $updater->is_vcs_checkout( $context = ABSPATH ) );
1321
		// transients should not be empty
1322
		if ( empty( $is_version_controlled ) ) {
1323
			$is_version_controlled = '0';
1324
		}
1325
		return $is_version_controlled;
1326
	}
1327
1328
	/**
1329
	 * Determines whether the current theme supports featured images or not.
1330
	 * @return string ( '1' | '0' )
1331
	 */
1332
	public static function featured_images_enabled() {
1333
		return current_theme_supports( 'post-thumbnails' ) ? '1' : '0';
1334
	}
1335
1336
	/*
1337
	 * Sync back wp_version
1338
	 */
1339
	public static function get_wp_version() {
1340
		global $wp_version;
1341
		return $wp_version;
1342
	}
1343
1344
	/**
1345
	 * Keeps wp_version in sync with .com when WordPress core updates
1346
	 **/
1347
	public static function update_get_wp_version( $update, $meta_data ) {
1348
		if ( 'update' === $meta_data['action'] && 'core' === $meta_data['type'] ) {
1349
			/** This action is documented in wp-includes/option.php */
1350
			/**
1351
			 * This triggers the sync for the jetpack version
1352
			 * See Jetpack_Sync options method for more info.
1353
			 */
1354
			do_action( 'add_option_jetpack_wp_version', 'jetpack_wp_version', (string) Jetpack::get_wp_version() );
1355
		}
1356
	}
1357
1358
	/**
1359
	 * Triggers a sync of update counts and update details
1360
	 */
1361
	function sync_update_data() {
1362
		// Anytime WordPress saves update data, we'll want to sync update data
1363
		add_action( 'set_site_transient_update_plugins', array( 'Jetpack', 'refresh_update_data' ) );
1364
		add_action( 'set_site_transient_update_themes', array( 'Jetpack', 'refresh_update_data' ) );
1365
		add_action( 'set_site_transient_update_core', array( 'Jetpack', 'refresh_update_data' ) );
1366
		// Anytime a connection to jetpack is made, sync the update data
1367
		add_action( 'jetpack_site_registered', array( 'Jetpack', 'refresh_update_data' ) );
1368
		// Anytime the Jetpack Version changes, sync the the update data
1369
		add_action( 'updating_jetpack_version', array( 'Jetpack', 'refresh_update_data' ) );
1370
1371
		if ( current_user_can( 'update_core' ) && current_user_can( 'update_plugins' ) && current_user_can( 'update_themes' ) ) {
1372
			$this->sync->mock_option( 'updates', array( 'Jetpack', 'get_updates' ) );
1373
		}
1374
1375
		$this->sync->mock_option( 'update_details', array( 'Jetpack', 'get_update_details' ) );
1376
	}
1377
1378
	/**
1379
	 * Triggers a sync of information specific to the current theme.
1380
	 */
1381
	function sync_theme_data() {
1382
		add_action( 'switch_theme', array( 'Jetpack', 'refresh_theme_data' ) );
1383
		$this->sync->mock_option( 'featured_images_enabled', array( 'Jetpack', 'featured_images_enabled' ) );
1384
	}
1385
1386
	/**
1387
	 * jetpack_updates is saved in the following schema:
1388
	 *
1389
	 * array (
1390
	 *      'plugins'                       => (int) Number of plugin updates available.
1391
	 *      'themes'                        => (int) Number of theme updates available.
1392
	 *      'wordpress'                     => (int) Number of WordPress core updates available.
1393
	 *      'translations'                  => (int) Number of translation updates available.
1394
	 *      'total'                         => (int) Total of all available updates.
1395
	 *      'wp_update_version'             => (string) The latest available version of WordPress, only present if a WordPress update is needed.
1396
	 * )
1397
	 * @return array
1398
	 */
1399
	public static function get_updates() {
1400
		$update_data = wp_get_update_data();
1401
1402
		// Stores the individual update counts as well as the total count.
1403
		if ( isset( $update_data['counts'] ) ) {
1404
			$updates = $update_data['counts'];
1405
		}
1406
1407
		// If we need to update WordPress core, let's find the latest version number.
1408 View Code Duplication
		if ( ! empty( $updates['wordpress'] ) ) {
1409
			$cur = get_preferred_from_update_core();
1410
			if ( isset( $cur->response ) && 'upgrade' === $cur->response ) {
1411
				$updates['wp_update_version'] = $cur->current;
1412
			}
1413
		}
1414
		return isset( $updates ) ? $updates : array();
1415
	}
1416
1417
	public static function get_update_details() {
1418
		$update_details = array(
1419
			'update_core' => get_site_transient( 'update_core' ),
1420
			'update_plugins' => get_site_transient( 'update_plugins' ),
1421
			'update_themes' => get_site_transient( 'update_themes' ),
1422
		);
1423
		return $update_details;
1424
	}
1425
1426
	public static function refresh_update_data() {
1427
		if ( current_user_can( 'update_core' ) && current_user_can( 'update_plugins' ) && current_user_can( 'update_themes' ) ) {
1428
			/**
1429
			 * Fires whenever the amount of updates needed for a site changes.
1430
			 * Syncs an array that includes the number of theme, plugin, and core updates available, as well as the latest core version available.
1431
			 *
1432
			 * @since 3.7.0
1433
			 *
1434
			 * @param string jetpack_updates
1435
			 * @param array Update counts calculated by Jetpack::get_updates
1436
			 */
1437
			do_action( 'add_option_jetpack_updates', 'jetpack_updates', Jetpack::get_updates() );
1438
		}
1439
		/**
1440
		 * Fires whenever the amount of updates needed for a site changes.
1441
		 * Syncs an array of core, theme, and plugin data, and which of each is out of date
1442
		 *
1443
		 * @since 3.7.0
1444
		 *
1445
		 * @param string jetpack_update_details
1446
		 * @param array Update details calculated by Jetpack::get_update_details
1447
		 */
1448
		do_action( 'add_option_jetpack_update_details', 'jetpack_update_details', Jetpack::get_update_details() );
1449
	}
1450
1451
	public static function refresh_theme_data() {
1452
		/**
1453
		 * Fires whenever a theme change is made.
1454
		 *
1455
		 * @since 3.8.1
1456
		 *
1457
		 * @param string featured_images_enabled
1458
		 * @param boolean Whether featured images are enabled or not
1459
		 */
1460
		do_action( 'add_option_jetpack_featured_images_enabled', 'jetpack_featured_images_enabled', Jetpack::featured_images_enabled() );
1461
	}
1462
1463
	/**
1464
	 * Invalides the transient as well as triggers the update of the mock option.
1465
	 *
1466
	 * @return null
1467
	 */
1468
	function is_single_user_site_invalidate() {
1469
		/**
1470
		 * Fires when a user is added or removed from a site.
1471
		 * Determines if the site is a single user site.
1472
		 *
1473
		 * @since 3.4.0
1474
		 *
1475
		 * @param string jetpack_single_user_site.
1476
		 * @param bool Jetpack::is_single_user_site() Is the current site a single user site.
1477
		 */
1478
		do_action( 'update_option_jetpack_single_user_site', 'jetpack_single_user_site', (bool) Jetpack::is_single_user_site() );
1479
	}
1480
1481
	/**
1482
	 * Is Jetpack active?
1483
	 */
1484
	public static function is_active() {
1485
		return (bool) Jetpack_Data::get_access_token( JETPACK_MASTER_USER );
1486
	}
1487
1488
	/**
1489
	 * Is Jetpack in development (offline) mode?
1490
	 */
1491
	public static function is_development_mode() {
1492
		$development_mode = false;
1493
1494
		if ( defined( 'JETPACK_DEV_DEBUG' ) ) {
1495
			$development_mode = JETPACK_DEV_DEBUG;
1496
		}
1497
1498
		elseif ( site_url() && false === strpos( site_url(), '.' ) ) {
1499
			$development_mode = true;
1500
		}
1501
		/**
1502
		 * Filters Jetpack's development mode.
1503
		 *
1504
		 * @see http://jetpack.com/support/development-mode/
1505
		 *
1506
		 * @since 2.2.1
1507
		 *
1508
		 * @param bool $development_mode Is Jetpack's development mode active.
1509
		 */
1510
		return apply_filters( 'jetpack_development_mode', $development_mode );
1511
	}
1512
1513
	/**
1514
	* Get Jetpack development mode notice text and notice class.
1515
	*
1516
	* Mirrors the checks made in Jetpack::is_development_mode
1517
	*
1518
	*/
1519
	public static function show_development_mode_notice() {
1520
		if ( Jetpack::is_development_mode() ) {
1521
			if ( defined( 'JETPACK_DEV_DEBUG' ) && JETPACK_DEV_DEBUG ) {
1522
				$notice = sprintf(
1523
					/* translators: %s is a URL */
1524
					__( 'In <a href="%s" target="_blank">Development Mode</a>, via the JETPACK_DEV_DEBUG constant being defined in wp-config.php or elsewhere.', 'jetpack' ),
1525
					'http://jetpack.com/support/development-mode/'
1526
				);
1527
			} elseif ( site_url() && false === strpos( site_url(), '.' ) ) {
1528
				$notice = sprintf(
1529
					/* translators: %s is a URL */
1530
					__( 'In <a href="%s" target="_blank">Development Mode</a>, via site URL lacking a dot (e.g. http://localhost).', 'jetpack' ),
1531
					'http://jetpack.com/support/development-mode/'
1532
				);
1533
			} else {
1534
				$notice = sprintf(
1535
					/* translators: %s is a URL */
1536
					__( 'In <a href="%s" target="_blank">Development Mode</a>, via the jetpack_development_mode filter.', 'jetpack' ),
1537
					'http://jetpack.com/support/development-mode/'
1538
				);
1539
			}
1540
1541
			echo '<div class="updated" style="border-color: #f0821e;"><p>' . $notice . '</p></div>';
1542
		}
1543
1544
		// Throw up a notice if using a development version and as for feedback.
1545
		if ( Jetpack::is_development_version() ) {
1546
			/* translators: %s is a URL */
1547
			$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/' );
1548
1549
			echo '<div class="updated" style="border-color: #f0821e;"><p>' . $notice . '</p></div>';
1550
		}
1551
		// Throw up a notice if using staging mode
1552
		if ( Jetpack::is_staging_site() ) {
1553
			/* translators: %s is a URL */
1554
			$notice = sprintf( __( 'You are running Jetpack on a <a href="%s" target="_blank">staging server</a>.', 'jetpack' ), 'https://jetpack.com/support/staging-sites/' );
1555
1556
			echo '<div class="updated" style="border-color: #f0821e;"><p>' . $notice . '</p></div>';
1557
		}
1558
	}
1559
1560
	/**
1561
	 * Whether Jetpack's version maps to a public release, or a development version.
1562
	 */
1563
	public static function is_development_version() {
1564
		return ! preg_match( '/^\d+(\.\d+)+$/', JETPACK__VERSION );
1565
	}
1566
1567
	/**
1568
	 * Is a given user (or the current user if none is specified) linked to a WordPress.com user?
1569
	 */
1570
	public static function is_user_connected( $user_id = false ) {
1571
		$user_id = false === $user_id ? get_current_user_id() : absint( $user_id );
1572
		if ( ! $user_id ) {
1573
			return false;
1574
		}
1575
		return (bool) Jetpack_Data::get_access_token( $user_id );
1576
	}
1577
1578
	/**
1579
	 * Get the wpcom user data of the current|specified connected user.
1580
	 */
1581 View Code Duplication
	public static function get_connected_user_data( $user_id = null ) {
1582
		if ( ! $user_id ) {
1583
			$user_id = get_current_user_id();
1584
		}
1585
		Jetpack::load_xml_rpc_client();
1586
		$xml = new Jetpack_IXR_Client( array(
1587
			'user_id' => $user_id,
1588
		) );
1589
		$xml->query( 'wpcom.getUser' );
1590
		if ( ! $xml->isError() ) {
1591
			return $xml->getResponse();
1592
		}
1593
		return false;
1594
	}
1595
1596
	/**
1597
	 * Get the wpcom email of the current|specified connected user.
1598
	 */
1599 View Code Duplication
	public static function get_connected_user_email( $user_id = null ) {
1600
		if ( ! $user_id ) {
1601
			$user_id = get_current_user_id();
1602
		}
1603
		Jetpack::load_xml_rpc_client();
1604
		$xml = new Jetpack_IXR_Client( array(
1605
			'user_id' => $user_id,
1606
		) );
1607
		$xml->query( 'wpcom.getUserEmail' );
1608
		if ( ! $xml->isError() ) {
1609
			return $xml->getResponse();
1610
		}
1611
		return false;
1612
	}
1613
1614
	/**
1615
	 * Get the wpcom email of the master user.
1616
	 */
1617
	public static function get_master_user_email() {
1618
		$master_user_id = Jetpack_Options::get_option( 'master_user' );
1619
		if ( $master_user_id ) {
1620
			return self::get_connected_user_email( $master_user_id );
1621
		}
1622
		return '';
1623
	}
1624
1625
	function current_user_is_connection_owner() {
1626
		$user_token = Jetpack_Data::get_access_token( JETPACK_MASTER_USER );
1627
		return $user_token && is_object( $user_token ) && isset( $user_token->external_user_id ) && get_current_user_id() === $user_token->external_user_id;
1628
	}
1629
1630
	/**
1631
	 * Add any extra oEmbed providers that we know about and use on wpcom for feature parity.
1632
	 */
1633
	function extra_oembed_providers() {
1634
		// Cloudup: https://dev.cloudup.com/#oembed
1635
		wp_oembed_add_provider( 'https://cloudup.com/*' , 'https://cloudup.com/oembed' );
1636
		wp_oembed_add_provider( 'https://me.sh/*', 'https://me.sh/oembed?format=json' );
1637
		wp_oembed_add_provider( '#https?://(www\.)?gfycat\.com/.*#i', 'https://api.gfycat.com/v1/oembed', true );
1638
		wp_oembed_add_provider( '#https?://[^.]+\.(wistia\.com|wi\.st)/(medias|embed)/.*#', 'https://fast.wistia.com/oembed', true );
1639
		wp_oembed_add_provider( '#https?://sketchfab\.com/.*#i', 'https://sketchfab.com/oembed', true );
1640
	}
1641
1642
	/**
1643
	 * Synchronize connected user role changes
1644
	 */
1645
	function user_role_change( $user_id ) {
1646
		if ( Jetpack::is_active() && Jetpack::is_user_connected( $user_id ) ) {
1647
			$current_user_id = get_current_user_id();
1648
			wp_set_current_user( $user_id );
1649
			$role = $this->translate_current_user_to_role();
1650
			$signed_role = $this->sign_role( $role );
1651
			wp_set_current_user( $current_user_id );
1652
1653
			$master_token   = Jetpack_Data::get_access_token( JETPACK_MASTER_USER );
1654
			$master_user_id = absint( $master_token->external_user_id );
1655
1656
			if ( ! $master_user_id )
1657
				return; // this shouldn't happen
1658
1659
			Jetpack::xmlrpc_async_call( 'jetpack.updateRole', $user_id, $signed_role );
1660
			//@todo retry on failure
1661
1662
			//try to choose a new master if we're demoting the current one
1663
			if ( $user_id == $master_user_id && 'administrator' != $role ) {
1664
				$query = new WP_User_Query(
1665
					array(
1666
						'fields'  => array( 'id' ),
1667
						'role'    => 'administrator',
1668
						'orderby' => 'id',
1669
						'exclude' => array( $master_user_id ),
1670
					)
1671
				);
1672
				$new_master = false;
1673
				foreach ( $query->results as $result ) {
1674
					$uid = absint( $result->id );
1675
					if ( $uid && Jetpack::is_user_connected( $uid ) ) {
1676
						$new_master = $uid;
1677
						break;
1678
					}
1679
				}
1680
1681
				if ( $new_master ) {
1682
					Jetpack_Options::update_option( 'master_user', $new_master );
1683
				}
1684
				// else disconnect..?
1685
			}
1686
		}
1687
	}
1688
1689
	/**
1690
	 * Loads the currently active modules.
1691
	 */
1692
	public static function load_modules() {
1693
		if ( ! self::is_active() && !self::is_development_mode() ) {
1694
			if ( ! is_multisite() || ! get_site_option( 'jetpack_protect_active' ) ) {
1695
				return;
1696
			}
1697
		}
1698
1699
		$version = Jetpack_Options::get_option( 'version' );
1700 View Code Duplication
		if ( ! $version ) {
1701
			$version = $old_version = JETPACK__VERSION . ':' . time();
1702
			/** This action is documented in class.jetpack.php */
1703
			do_action( 'updating_jetpack_version', $version, false );
1704
			Jetpack_Options::update_options( compact( 'version', 'old_version' ) );
1705
		}
1706
		list( $version ) = explode( ':', $version );
1707
1708
		$modules = array_filter( Jetpack::get_active_modules(), array( 'Jetpack', 'is_module' ) );
1709
1710
		$modules_data = array();
1711
1712
		// Don't load modules that have had "Major" changes since the stored version until they have been deactivated/reactivated through the lint check.
1713
		if ( version_compare( $version, JETPACK__VERSION, '<' ) ) {
1714
			$updated_modules = array();
1715
			foreach ( $modules as $module ) {
1716
				$modules_data[ $module ] = Jetpack::get_module( $module );
1717
				if ( ! isset( $modules_data[ $module ]['changed'] ) ) {
1718
					continue;
1719
				}
1720
1721
				if ( version_compare( $modules_data[ $module ]['changed'], $version, '<=' ) ) {
1722
					continue;
1723
				}
1724
1725
				$updated_modules[] = $module;
1726
			}
1727
1728
			$modules = array_diff( $modules, $updated_modules );
1729
		}
1730
1731
		$is_development_mode = Jetpack::is_development_mode();
1732
1733
		foreach ( $modules as $index => $module ) {
1734
			// If we're in dev mode, disable modules requiring a connection
1735
			if ( $is_development_mode ) {
1736
				// Prime the pump if we need to
1737
				if ( empty( $modules_data[ $module ] ) ) {
1738
					$modules_data[ $module ] = Jetpack::get_module( $module );
1739
				}
1740
				// If the module requires a connection, but we're in local mode, don't include it.
1741
				if ( $modules_data[ $module ]['requires_connection'] ) {
1742
					continue;
1743
				}
1744
			}
1745
1746
			if ( did_action( 'jetpack_module_loaded_' . $module ) ) {
1747
				continue;
1748
			}
1749
1750
			if ( ! @include( Jetpack::get_module_path( $module ) ) ) {
1751
				unset( $modules[ $index ] );
1752
				Jetpack_Options::update_option( 'active_modules', array_values( $modules ) );
1753
				continue;
1754
			}
1755
1756
			/**
1757
			 * Fires when a specific module is loaded.
1758
			 * The dynamic part of the hook, $module, is the module slug.
1759
			 *
1760
			 * @since 1.1.0
1761
			 */
1762
			do_action( 'jetpack_module_loaded_' . $module );
1763
		}
1764
1765
		/**
1766
		 * Fires when all the modules are loaded.
1767
		 *
1768
		 * @since 1.1.0
1769
		 */
1770
		do_action( 'jetpack_modules_loaded' );
1771
1772
		// 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.
1773
		if ( Jetpack::is_active() || Jetpack::is_development_mode() )
1774
			require_once( JETPACK__PLUGIN_DIR . 'modules/module-extras.php' );
1775
	}
1776
1777
	/**
1778
	 * Check if Jetpack's REST API compat file should be included
1779
	 * @action plugins_loaded
1780
	 * @return null
1781
	 */
1782
	public function check_rest_api_compat() {
1783
		/**
1784
		 * Filters the list of REST API compat files to be included.
1785
		 *
1786
		 * @since 2.2.5
1787
		 *
1788
		 * @param array $args Array of REST API compat files to include.
1789
		 */
1790
		$_jetpack_rest_api_compat_includes = apply_filters( 'jetpack_rest_api_compat', array() );
1791
1792
		if ( function_exists( 'bbpress' ) )
1793
			$_jetpack_rest_api_compat_includes[] = JETPACK__PLUGIN_DIR . 'class.jetpack-bbpress-json-api-compat.php';
1794
1795
		foreach ( $_jetpack_rest_api_compat_includes as $_jetpack_rest_api_compat_include )
1796
			require_once $_jetpack_rest_api_compat_include;
1797
	}
1798
1799
	/**
1800
	 * Gets all plugins currently active in values, regardless of whether they're
1801
	 * traditionally activated or network activated.
1802
	 *
1803
	 * @todo Store the result in core's object cache maybe?
1804
	 */
1805
	public static function get_active_plugins() {
1806
		$active_plugins = (array) get_option( 'active_plugins', array() );
1807
1808
		if ( is_multisite() ) {
1809
			// Due to legacy code, active_sitewide_plugins stores them in the keys,
1810
			// whereas active_plugins stores them in the values.
1811
			$network_plugins = array_keys( get_site_option( 'active_sitewide_plugins', array() ) );
1812
			if ( $network_plugins ) {
1813
				$active_plugins = array_merge( $active_plugins, $network_plugins );
1814
			}
1815
		}
1816
1817
		sort( $active_plugins );
1818
1819
		return array_unique( $active_plugins );
1820
	}
1821
1822
	/**
1823
	 * Gets and parses additional plugin data to send with the heartbeat data
1824
	 *
1825
	 * @since 3.8.1
1826
	 *
1827
	 * @return array Array of plugin data
1828
	 */
1829
	public static function get_parsed_plugin_data() {
1830
		if ( ! function_exists( 'get_plugins' ) ) {
1831
			require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
1832
		}
1833
		$all_plugins    = get_plugins();
1834
		$active_plugins = Jetpack::get_active_plugins();
1835
1836
		$plugins = array();
1837
		foreach ( $all_plugins as $path => $plugin_data ) {
1838
			$plugins[ $path ] = array(
1839
					'is_active' => in_array( $path, $active_plugins ),
1840
					'file'      => $path,
1841
					'name'      => $plugin_data['Name'],
1842
					'version'   => $plugin_data['Version'],
1843
					'author'    => $plugin_data['Author'],
1844
			);
1845
		}
1846
1847
		return $plugins;
1848
	}
1849
1850
	/**
1851
	 * Gets and parses theme data to send with the heartbeat data
1852
	 *
1853
	 * @since 3.8.1
1854
	 *
1855
	 * @return array Array of theme data
1856
	 */
1857
	public static function get_parsed_theme_data() {
1858
		$all_themes = wp_get_themes( array( 'allowed' => true ) );
1859
		$header_keys = array( 'Name', 'Author', 'Version', 'ThemeURI', 'AuthorURI', 'Status', 'Tags' );
1860
1861
		$themes = array();
1862
		foreach ( $all_themes as $slug => $theme_data ) {
1863
			$theme_headers = array();
1864
			foreach ( $header_keys as $header_key ) {
1865
				$theme_headers[ $header_key ] = $theme_data->get( $header_key );
1866
			}
1867
1868
			$themes[ $slug ] = array(
1869
					'is_active_theme' => $slug == wp_get_theme()->get_template(),
1870
					'slug' => $slug,
1871
					'theme_root' => $theme_data->get_theme_root_uri(),
1872
					'parent' => $theme_data->parent(),
1873
					'headers' => $theme_headers
1874
			);
1875
		}
1876
1877
		return $themes;
1878
	}
1879
1880
	/**
1881
	 * Checks whether a specific plugin is active.
1882
	 *
1883
	 * We don't want to store these in a static variable, in case
1884
	 * there are switch_to_blog() calls involved.
1885
	 */
1886
	public static function is_plugin_active( $plugin = 'jetpack/jetpack.php' ) {
1887
		return in_array( $plugin, self::get_active_plugins() );
1888
	}
1889
1890
	/**
1891
	 * Check if Jetpack's Open Graph tags should be used.
1892
	 * If certain plugins are active, Jetpack's og tags are suppressed.
1893
	 *
1894
	 * @uses Jetpack::get_active_modules, add_filter, get_option, apply_filters
1895
	 * @action plugins_loaded
1896
	 * @return null
1897
	 */
1898
	public function check_open_graph() {
1899
		if ( in_array( 'publicize', Jetpack::get_active_modules() ) || in_array( 'sharedaddy', Jetpack::get_active_modules() ) ) {
1900
			add_filter( 'jetpack_enable_open_graph', '__return_true', 0 );
1901
		}
1902
1903
		$active_plugins = self::get_active_plugins();
1904
1905
		if ( ! empty( $active_plugins ) ) {
1906
			foreach ( $this->open_graph_conflicting_plugins as $plugin ) {
1907
				if ( in_array( $plugin, $active_plugins ) ) {
1908
					add_filter( 'jetpack_enable_open_graph', '__return_false', 99 );
1909
					break;
1910
				}
1911
			}
1912
		}
1913
1914
		/**
1915
		 * Allow the addition of Open Graph Meta Tags to all pages.
1916
		 *
1917
		 * @since 2.0.3
1918
		 *
1919
		 * @param bool false Should Open Graph Meta tags be added. Default to false.
1920
		 */
1921
		if ( apply_filters( 'jetpack_enable_open_graph', false ) ) {
1922
			require_once JETPACK__PLUGIN_DIR . 'functions.opengraph.php';
1923
		}
1924
	}
1925
1926
	/**
1927
	 * Check if Jetpack's Twitter tags should be used.
1928
	 * If certain plugins are active, Jetpack's twitter tags are suppressed.
1929
	 *
1930
	 * @uses Jetpack::get_active_modules, add_filter, get_option, apply_filters
1931
	 * @action plugins_loaded
1932
	 * @return null
1933
	 */
1934
	public function check_twitter_tags() {
1935
1936
		$active_plugins = self::get_active_plugins();
1937
1938
		if ( ! empty( $active_plugins ) ) {
1939
			foreach ( $this->twitter_cards_conflicting_plugins as $plugin ) {
1940
				if ( in_array( $plugin, $active_plugins ) ) {
1941
					add_filter( 'jetpack_disable_twitter_cards', '__return_true', 99 );
1942
					break;
1943
				}
1944
			}
1945
		}
1946
1947
		/**
1948
		 * Allow Twitter Card Meta tags to be disabled.
1949
		 *
1950
		 * @since 2.6.0
1951
		 *
1952
		 * @param bool true Should Twitter Card Meta tags be disabled. Default to true.
1953
		 */
1954
		if ( apply_filters( 'jetpack_disable_twitter_cards', true ) ) {
1955
			require_once JETPACK__PLUGIN_DIR . 'class.jetpack-twitter-cards.php';
1956
		}
1957
	}
1958
1959
1960
1961
1962
	/*
1963
	 *
1964
	 * Jetpack Security Reports
1965
	 *
1966
	 * Allowed types: login_form, backup, file_scanning, spam
1967
	 *
1968
	 * Args for login_form and spam: 'blocked'=>(int)(optional), 'status'=>(string)(ok, warning, error), 'message'=>(optional, disregarded if status is ok, allowed tags: a, em, strong)
1969
	 *
1970
	 * Args for backup and file_scanning: 'last'=>(timestamp)(optional), 'next'=>(timestamp)(optional), 'status'=>(string)(ok, warning, error), 'message'=>(optional, disregarded if status is ok, allowed tags: a, em, strong)
1971
	 *
1972
	 *
1973
	 * Example code to submit a security report:
1974
	 *
1975
	 *  function akismet_submit_jetpack_security_report() {
1976
	 *  	Jetpack::submit_security_report( 'spam', __FILE__, $args = array( 'blocked' => 138284, status => 'ok' ) );
1977
	 *  }
1978
	 *  add_action( 'jetpack_security_report', 'akismet_submit_jetpack_security_report' );
1979
	 *
1980
	 */
1981
1982
1983
	/**
1984
	 * Calls for security report submissions.
1985
	 *
1986
	 * @return null
1987
	 */
1988
	public static function perform_security_reporting() {
1989
		$no_check_needed = get_site_transient( 'security_report_performed_recently' );
1990
1991
		if ( $no_check_needed ) {
1992
			return;
1993
		}
1994
1995
		/**
1996
		 * Fires before a security report is created.
1997
		 *
1998
		 * @since 3.4.0
1999
		 */
2000
		do_action( 'jetpack_security_report' );
2001
2002
		Jetpack_Options::update_option( 'security_report', self::$security_report );
2003
		set_site_transient( 'security_report_performed_recently', 1, 15 * MINUTE_IN_SECONDS );
2004
	}
2005
2006
	/**
2007
	 * Allows plugins to submit security reports.
2008
 	 *
2009
	 * @param string  $type         Report type (login_form, backup, file_scanning, spam)
2010
	 * @param string  $plugin_file  Plugin __FILE__, so that we can pull plugin data
2011
	 * @param array   $args         See definitions above
2012
	 */
2013
	public static function submit_security_report( $type = '', $plugin_file = '', $args = array() ) {
2014
2015
		if( !doing_action( 'jetpack_security_report' ) ) {
2016
			return new WP_Error( 'not_collecting_report', 'Not currently collecting security reports.  Please use the jetpack_security_report hook.' );
2017
		}
2018
2019
		if( !is_string( $type ) || !is_string( $plugin_file ) ) {
2020
			return new WP_Error( 'invalid_security_report', 'Invalid Security Report' );
2021
		}
2022
2023
		if( !function_exists( 'get_plugin_data' ) ) {
2024
			include( ABSPATH . 'wp-admin/includes/plugin.php' );
2025
		}
2026
2027
		//Get rid of any non-allowed args
2028
		$args = array_intersect_key( $args, array_flip( array( 'blocked', 'last', 'next', 'status', 'message' ) ) );
2029
2030
		$plugin = get_plugin_data( $plugin_file );
2031
2032
		if ( !$plugin['Name'] ) {
2033
			return new WP_Error( 'security_report_missing_plugin_name', 'Invalid Plugin File Provided' );
2034
		}
2035
2036
		// Sanitize everything to make sure we're not syncing something wonky
2037
		$type = sanitize_key( $type );
2038
2039
		$args['plugin'] = $plugin;
2040
2041
		// Cast blocked, last and next as integers.
2042
		// Last and next should be in unix timestamp format
2043
		if ( isset( $args['blocked'] ) ) {
2044
			$args['blocked'] = (int) $args['blocked'];
2045
		}
2046
		if ( isset( $args['last'] ) ) {
2047
			$args['last'] = (int) $args['last'];
2048
		}
2049
		if ( isset( $args['next'] ) ) {
2050
			$args['next'] = (int) $args['next'];
2051
		}
2052
		if ( !in_array( $args['status'], array( 'ok', 'warning', 'error' ) ) ) {
2053
			$args['status'] = 'ok';
2054
		}
2055
		if ( isset( $args['message'] ) ) {
2056
2057
			if( $args['status'] == 'ok' ) {
2058
				unset( $args['message'] );
2059
			}
2060
2061
			$allowed_html = array(
2062
			    'a' => array(
2063
			        'href' => array(),
2064
			        'title' => array()
2065
			    ),
2066
			    'em' => array(),
2067
			    'strong' => array(),
2068
			);
2069
2070
			$args['message'] = wp_kses( $args['message'], $allowed_html );
2071
		}
2072
2073
		$plugin_name = $plugin[ 'Name' ];
2074
2075
		self::$security_report[ $type ][ $plugin_name ] = $args;
2076
	}
2077
2078
	/**
2079
	 * Collects a new report if needed, then returns it.
2080
	 */
2081
	public function get_security_report() {
2082
		self::perform_security_reporting();
2083
		return Jetpack_Options::get_option( 'security_report' );
2084
	}
2085
2086
2087
/* Jetpack Options API */
2088
2089
	public static function get_option_names( $type = 'compact' ) {
2090
		return Jetpack_Options::get_option_names( $type );
2091
	}
2092
2093
	/**
2094
	 * Returns the requested option.  Looks in jetpack_options or jetpack_$name as appropriate.
2095
 	 *
2096
	 * @param string $name    Option name
2097
	 * @param mixed  $default (optional)
2098
	 */
2099
	public static function get_option( $name, $default = false ) {
2100
		return Jetpack_Options::get_option( $name, $default );
2101
	}
2102
2103
	/**
2104
	* Stores two secrets and a timestamp so WordPress.com can make a request back and verify an action
2105
	* Does some extra verification so urls (such as those to public-api, register, etc) can't just be crafted
2106
	* $name must be a registered option name.
2107
	*/
2108
	public static function create_nonce( $name ) {
2109
		$secret = wp_generate_password( 32, false ) . ':' . wp_generate_password( 32, false ) . ':' . ( time() + 600 );
2110
2111
		Jetpack_Options::update_option( $name, $secret );
2112
		@list( $secret_1, $secret_2, $eol ) = explode( ':', Jetpack_Options::get_option( $name ) );
2113
		if ( empty( $secret_1 ) || empty( $secret_2 ) || $eol < time() )
2114
			return new Jetpack_Error( 'missing_secrets' );
2115
2116
		return array(
2117
			'secret_1' => $secret_1,
2118
			'secret_2' => $secret_2,
2119
			'eol'      => $eol,
2120
		);
2121
	}
2122
2123
	/**
2124
	 * Updates the single given option.  Updates jetpack_options or jetpack_$name as appropriate.
2125
 	 *
2126
	 * @deprecated 3.4 use Jetpack_Options::update_option() instead.
2127
	 * @param string $name  Option name
2128
	 * @param mixed  $value Option value
2129
	 */
2130
	public static function update_option( $name, $value ) {
2131
		_deprecated_function( __METHOD__, 'jetpack-3.4', 'Jetpack_Options::update_option()' );
2132
		return Jetpack_Options::update_option( $name, $value );
2133
	}
2134
2135
	/**
2136
	 * Updates the multiple given options.  Updates jetpack_options and/or jetpack_$name as appropriate.
2137
 	 *
2138
	 * @deprecated 3.4 use Jetpack_Options::update_options() instead.
2139
	 * @param array $array array( option name => option value, ... )
2140
	 */
2141
	public static function update_options( $array ) {
2142
		_deprecated_function( __METHOD__, 'jetpack-3.4', 'Jetpack_Options::update_options()' );
2143
		return Jetpack_Options::update_options( $array );
2144
	}
2145
2146
	/**
2147
	 * Deletes the given option.  May be passed multiple option names as an array.
2148
	 * Updates jetpack_options and/or deletes jetpack_$name as appropriate.
2149
	 *
2150
	 * @deprecated 3.4 use Jetpack_Options::delete_option() instead.
2151
	 * @param string|array $names
2152
	 */
2153
	public static function delete_option( $names ) {
2154
		_deprecated_function( __METHOD__, 'jetpack-3.4', 'Jetpack_Options::delete_option()' );
2155
		return Jetpack_Options::delete_option( $names );
2156
	}
2157
2158
	/**
2159
	 * Enters a user token into the user_tokens option
2160
	 *
2161
	 * @param int $user_id
2162
	 * @param string $token
2163
	 * return bool
2164
	 */
2165
	public static function update_user_token( $user_id, $token, $is_master_user ) {
2166
		// not designed for concurrent updates
2167
		$user_tokens = Jetpack_Options::get_option( 'user_tokens' );
2168
		if ( ! is_array( $user_tokens ) )
2169
			$user_tokens = array();
2170
		$user_tokens[$user_id] = $token;
2171
		if ( $is_master_user ) {
2172
			$master_user = $user_id;
2173
			$options     = compact( 'user_tokens', 'master_user' );
2174
		} else {
2175
			$options = compact( 'user_tokens' );
2176
		}
2177
		return Jetpack_Options::update_options( $options );
2178
	}
2179
2180
	/**
2181
	 * Returns an array of all PHP files in the specified absolute path.
2182
	 * Equivalent to glob( "$absolute_path/*.php" ).
2183
	 *
2184
	 * @param string $absolute_path The absolute path of the directory to search.
2185
	 * @return array Array of absolute paths to the PHP files.
2186
	 */
2187
	public static function glob_php( $absolute_path ) {
2188
		if ( function_exists( 'glob' ) ) {
2189
			return glob( "$absolute_path/*.php" );
2190
		}
2191
2192
		$absolute_path = untrailingslashit( $absolute_path );
2193
		$files = array();
2194
		if ( ! $dir = @opendir( $absolute_path ) ) {
2195
			return $files;
2196
		}
2197
2198
		while ( false !== $file = readdir( $dir ) ) {
2199
			if ( '.' == substr( $file, 0, 1 ) || '.php' != substr( $file, -4 ) ) {
2200
				continue;
2201
			}
2202
2203
			$file = "$absolute_path/$file";
2204
2205
			if ( ! is_file( $file ) ) {
2206
				continue;
2207
			}
2208
2209
			$files[] = $file;
2210
		}
2211
2212
		closedir( $dir );
2213
2214
		return $files;
2215
	}
2216
2217
	public static function activate_new_modules( $redirect = false ) {
2218
		if ( ! Jetpack::is_active() && ! Jetpack::is_development_mode() ) {
2219
			return;
2220
		}
2221
2222
		$jetpack_old_version = Jetpack_Options::get_option( 'version' ); // [sic]
2223 View Code Duplication
		if ( ! $jetpack_old_version ) {
2224
			$jetpack_old_version = $version = $old_version = '1.1:' . time();
2225
			/** This action is documented in class.jetpack.php */
2226
			do_action( 'updating_jetpack_version', $version, false );
2227
			Jetpack_Options::update_options( compact( 'version', 'old_version' ) );
2228
		}
2229
2230
		list( $jetpack_version ) = explode( ':', $jetpack_old_version ); // [sic]
2231
2232
		if ( version_compare( JETPACK__VERSION, $jetpack_version, '<=' ) ) {
2233
			return;
2234
		}
2235
2236
		$active_modules     = Jetpack::get_active_modules();
2237
		$reactivate_modules = array();
2238
		foreach ( $active_modules as $active_module ) {
2239
			$module = Jetpack::get_module( $active_module );
2240
			if ( ! isset( $module['changed'] ) ) {
2241
				continue;
2242
			}
2243
2244
			if ( version_compare( $module['changed'], $jetpack_version, '<=' ) ) {
2245
				continue;
2246
			}
2247
2248
			$reactivate_modules[] = $active_module;
2249
			Jetpack::deactivate_module( $active_module );
2250
		}
2251
2252
		$new_version = JETPACK__VERSION . ':' . time();
2253
		/** This action is documented in class.jetpack.php */
2254
		do_action( 'updating_jetpack_version', $new_version, $jetpack_old_version );
2255
		Jetpack_Options::update_options(
2256
			array(
2257
				'version'     => $new_version,
2258
				'old_version' => $jetpack_old_version,
2259
			)
2260
		);
2261
2262
		Jetpack::state( 'message', 'modules_activated' );
2263
		Jetpack::activate_default_modules( $jetpack_version, JETPACK__VERSION, $reactivate_modules );
2264
2265
		if ( $redirect ) {
2266
			$page = 'jetpack'; // make sure we redirect to either settings or the jetpack page
2267
			if ( isset( $_GET['page'] ) && in_array( $_GET['page'], array( 'jetpack', 'jetpack_modules' ) ) ) {
2268
				$page = $_GET['page'];
2269
			}
2270
2271
			wp_safe_redirect( Jetpack::admin_url( 'page=' . $page ) );
2272
			exit;
2273
		}
2274
	}
2275
2276
	/**
2277
	 * List available Jetpack modules. Simply lists .php files in /modules/.
2278
	 * Make sure to tuck away module "library" files in a sub-directory.
2279
	 */
2280
	public static function get_available_modules( $min_version = false, $max_version = false ) {
2281
		static $modules = null;
2282
2283
		if ( ! isset( $modules ) ) {
2284
			$available_modules_option = Jetpack_Options::get_option( 'available_modules', array() );
2285
			// Use the cache if we're on the front-end and it's available...
2286
			if ( ! is_admin() && ! empty( $available_modules_option[ JETPACK__VERSION ] ) ) {
2287
				$modules = $available_modules_option[ JETPACK__VERSION ];
2288
			} else {
2289
				$files = Jetpack::glob_php( JETPACK__PLUGIN_DIR . 'modules' );
2290
2291
				$modules = array();
2292
2293
				foreach ( $files as $file ) {
2294
					if ( ! $headers = Jetpack::get_module( $file ) ) {
2295
						continue;
2296
					}
2297
2298
					$modules[ Jetpack::get_module_slug( $file ) ] = $headers['introduced'];
2299
				}
2300
2301
				Jetpack_Options::update_option( 'available_modules', array(
2302
					JETPACK__VERSION => $modules,
2303
				) );
2304
			}
2305
		}
2306
2307
		/**
2308
		 * Filters the array of modules available to be activated.
2309
		 *
2310
		 * @since 2.4.0
2311
		 *
2312
		 * @param array $modules Array of available modules.
2313
		 * @param string $min_version Minimum version number required to use modules.
2314
		 * @param string $max_version Maximum version number required to use modules.
2315
		 */
2316
		$mods = apply_filters( 'jetpack_get_available_modules', $modules, $min_version, $max_version );
2317
2318
		if ( ! $min_version && ! $max_version ) {
2319
			return array_keys( $mods );
2320
		}
2321
2322
		$r = array();
2323
		foreach ( $mods as $slug => $introduced ) {
2324
			if ( $min_version && version_compare( $min_version, $introduced, '>=' ) ) {
2325
				continue;
2326
			}
2327
2328
			if ( $max_version && version_compare( $max_version, $introduced, '<' ) ) {
2329
				continue;
2330
			}
2331
2332
			$r[] = $slug;
2333
		}
2334
2335
		return $r;
2336
	}
2337
2338
	/**
2339
	 * Default modules loaded on activation.
2340
	 */
2341
	public static function get_default_modules( $min_version = false, $max_version = false ) {
2342
		$return = array();
2343
2344
		foreach ( Jetpack::get_available_modules( $min_version, $max_version ) as $module ) {
2345
			$module_data = Jetpack::get_module( $module );
2346
2347
			switch ( strtolower( $module_data['auto_activate'] ) ) {
2348
				case 'yes' :
2349
					$return[] = $module;
2350
					break;
2351
				case 'public' :
2352
					if ( Jetpack_Options::get_option( 'public' ) ) {
2353
						$return[] = $module;
2354
					}
2355
					break;
2356
				case 'no' :
2357
				default :
2358
					break;
2359
			}
2360
		}
2361
		/**
2362
		 * Filters the array of default modules.
2363
		 *
2364
		 * @since 2.5.0
2365
		 *
2366
		 * @param array $return Array of default modules.
2367
		 * @param string $min_version Minimum version number required to use modules.
2368
		 * @param string $max_version Maximum version number required to use modules.
2369
		 */
2370
		return apply_filters( 'jetpack_get_default_modules', $return, $min_version, $max_version );
2371
	}
2372
2373
	/**
2374
	 * Checks activated modules during auto-activation to determine
2375
	 * if any of those modules are being deprecated.  If so, close
2376
	 * them out, and add any replacement modules.
2377
	 *
2378
	 * Runs at priority 99 by default.
2379
	 *
2380
	 * This is run late, so that it can still activate a module if
2381
	 * the new module is a replacement for another that the user
2382
	 * currently has active, even if something at the normal priority
2383
	 * would kibosh everything.
2384
	 *
2385
	 * @since 2.6
2386
	 * @uses jetpack_get_default_modules filter
2387
	 * @param array $modules
2388
	 * @return array
2389
	 */
2390
	function handle_deprecated_modules( $modules ) {
2391
		$deprecated_modules = array(
2392
			'debug'            => null,  // Closed out and moved to ./class.jetpack-debugger.php
2393
			'wpcc'             => 'sso', // Closed out in 2.6 -- SSO provides the same functionality.
2394
			'gplus-authorship' => null,  // Closed out in 3.2 -- Google dropped support.
2395
		);
2396
2397
		// Don't activate SSO if they never completed activating WPCC.
2398
		if ( Jetpack::is_module_active( 'wpcc' ) ) {
2399
			$wpcc_options = Jetpack_Options::get_option( 'wpcc_options' );
2400
			if ( empty( $wpcc_options ) || empty( $wpcc_options['client_id'] ) || empty( $wpcc_options['client_id'] ) ) {
2401
				$deprecated_modules['wpcc'] = null;
2402
			}
2403
		}
2404
2405
		foreach ( $deprecated_modules as $module => $replacement ) {
2406
			if ( Jetpack::is_module_active( $module ) ) {
2407
				self::deactivate_module( $module );
2408
				if ( $replacement ) {
2409
					$modules[] = $replacement;
2410
				}
2411
			}
2412
		}
2413
2414
		return array_unique( $modules );
2415
	}
2416
2417
	/**
2418
	 * Checks activated plugins during auto-activation to determine
2419
	 * if any of those plugins are in the list with a corresponding module
2420
	 * that is not compatible with the plugin. The module will not be allowed
2421
	 * to auto-activate.
2422
	 *
2423
	 * @since 2.6
2424
	 * @uses jetpack_get_default_modules filter
2425
	 * @param array $modules
2426
	 * @return array
2427
	 */
2428
	function filter_default_modules( $modules ) {
2429
2430
		$active_plugins = self::get_active_plugins();
2431
2432
		if ( ! empty( $active_plugins ) ) {
2433
2434
			// For each module we'd like to auto-activate...
2435
			foreach ( $modules as $key => $module ) {
2436
				// If there are potential conflicts for it...
2437
				if ( ! empty( $this->conflicting_plugins[ $module ] ) ) {
2438
					// For each potential conflict...
2439
					foreach ( $this->conflicting_plugins[ $module ] as $title => $plugin ) {
2440
						// If that conflicting plugin is active...
2441
						if ( in_array( $plugin, $active_plugins ) ) {
2442
							// Remove that item from being auto-activated.
2443
							unset( $modules[ $key ] );
2444
						}
2445
					}
2446
				}
2447
			}
2448
		}
2449
2450
		return $modules;
2451
	}
2452
2453
	/**
2454
	 * Extract a module's slug from its full path.
2455
	 */
2456
	public static function get_module_slug( $file ) {
2457
		return str_replace( '.php', '', basename( $file ) );
2458
	}
2459
2460
	/**
2461
	 * Generate a module's path from its slug.
2462
	 */
2463
	public static function get_module_path( $slug ) {
2464
		return JETPACK__PLUGIN_DIR . "modules/$slug.php";
2465
	}
2466
2467
	/**
2468
	 * Load module data from module file. Headers differ from WordPress
2469
	 * plugin headers to avoid them being identified as standalone
2470
	 * plugins on the WordPress plugins page.
2471
	 */
2472
	public static function get_module( $module ) {
2473
		$headers = array(
2474
			'name'                      => 'Module Name',
2475
			'description'               => 'Module Description',
2476
			'jumpstart_desc'            => 'Jumpstart Description',
2477
			'sort'                      => 'Sort Order',
2478
			'recommendation_order'      => 'Recommendation Order',
2479
			'introduced'                => 'First Introduced',
2480
			'changed'                   => 'Major Changes In',
2481
			'deactivate'                => 'Deactivate',
2482
			'free'                      => 'Free',
2483
			'requires_connection'       => 'Requires Connection',
2484
			'auto_activate'             => 'Auto Activate',
2485
			'module_tags'               => 'Module Tags',
2486
			'feature'                   => 'Feature',
2487
			'additional_search_queries' => 'Additional Search Queries',
2488
		);
2489
2490
		$file = Jetpack::get_module_path( Jetpack::get_module_slug( $module ) );
2491
2492
		$mod = Jetpack::get_file_data( $file, $headers );
2493
		if ( empty( $mod['name'] ) ) {
2494
			return false;
2495
		}
2496
2497
		$mod['sort']                    = empty( $mod['sort'] ) ? 10 : (int) $mod['sort'];
2498
		$mod['recommendation_order']    = empty( $mod['recommendation_order'] ) ? 20 : (int) $mod['recommendation_order'];
2499
		$mod['deactivate']              = empty( $mod['deactivate'] );
2500
		$mod['free']                    = empty( $mod['free'] );
2501
		$mod['requires_connection']     = ( ! empty( $mod['requires_connection'] ) && 'No' == $mod['requires_connection'] ) ? false : true;
2502
2503
		if ( empty( $mod['auto_activate'] ) || ! in_array( strtolower( $mod['auto_activate'] ), array( 'yes', 'no', 'public' ) ) ) {
2504
			$mod['auto_activate'] = 'No';
2505
		} else {
2506
			$mod['auto_activate'] = (string) $mod['auto_activate'];
2507
		}
2508
2509
		if ( $mod['module_tags'] ) {
2510
			$mod['module_tags'] = explode( ',', $mod['module_tags'] );
2511
			$mod['module_tags'] = array_map( 'trim', $mod['module_tags'] );
2512
			$mod['module_tags'] = array_map( array( __CLASS__, 'translate_module_tag' ), $mod['module_tags'] );
2513
		} else {
2514
			$mod['module_tags'] = array( self::translate_module_tag( 'Other' ) );
2515
		}
2516
2517
		if ( $mod['feature'] ) {
2518
			$mod['feature'] = explode( ',', $mod['feature'] );
2519
			$mod['feature'] = array_map( 'trim', $mod['feature'] );
2520
		} else {
2521
			$mod['feature'] = array( self::translate_module_tag( 'Other' ) );
2522
		}
2523
2524
		/**
2525
		 * Filters the feature array on a module.
2526
		 *
2527
		 * This filter allows you to control where each module is filtered: Recommended,
2528
		 * Jumpstart, and the default "Other" listing.
2529
		 *
2530
		 * @since 3.5.0
2531
		 *
2532
		 * @param array   $mod['feature'] The areas to feature this module:
2533
		 *     'Jumpstart' adds to the "Jumpstart" option to activate many modules at once.
2534
		 *     'Recommended' shows on the main Jetpack admin screen.
2535
		 *     'Other' should be the default if no other value is in the array.
2536
		 * @param string  $module The slug of the module, e.g. sharedaddy.
2537
		 * @param array   $mod All the currently assembled module data.
2538
		 */
2539
		$mod['feature'] = apply_filters( 'jetpack_module_feature', $mod['feature'], $module, $mod );
2540
2541
		/**
2542
		 * Filter the returned data about a module.
2543
		 *
2544
		 * This filter allows overriding any info about Jetpack modules. It is dangerous,
2545
		 * so please be careful.
2546
		 *
2547
		 * @since 3.6.0
2548
		 *
2549
		 * @param array   $mod    The details of the requested module.
2550
		 * @param string  $module The slug of the module, e.g. sharedaddy
2551
		 * @param string  $file   The path to the module source file.
2552
		 */
2553
		return apply_filters( 'jetpack_get_module', $mod, $module, $file );
2554
	}
2555
2556
	/**
2557
	 * Like core's get_file_data implementation, but caches the result.
2558
	 */
2559
	public static function get_file_data( $file, $headers ) {
2560
		//Get just the filename from $file (i.e. exclude full path) so that a consistent hash is generated
2561
		$file_name = basename( $file );
2562
		$file_data_option = Jetpack_Options::get_option( 'file_data', array() );
2563
		$key              = md5( $file_name . serialize( $headers ) );
2564
		$refresh_cache    = is_admin() && isset( $_GET['page'] ) && 'jetpack' === substr( $_GET['page'], 0, 7 );
2565
2566
		// If we don't need to refresh the cache, and already have the value, short-circuit!
2567
		if ( ! $refresh_cache && isset( $file_data_option[ JETPACK__VERSION ][ $key ] ) ) {
2568
			return $file_data_option[ JETPACK__VERSION ][ $key ];
2569
		}
2570
2571
		$data = get_file_data( $file, $headers );
2572
2573
		// Strip out any old Jetpack versions that are cluttering the option.
2574
		$file_data_option = array_intersect_key( (array) $file_data_option, array( JETPACK__VERSION => null ) );
2575
		$file_data_option[ JETPACK__VERSION ][ $key ] = $data;
2576
		Jetpack_Options::update_option( 'file_data', $file_data_option );
2577
2578
		return $data;
2579
	}
2580
2581
	/**
2582
	 * Return translated module tag.
2583
	 *
2584
	 * @param string $tag Tag as it appears in each module heading.
2585
	 *
2586
	 * @return mixed
2587
	 */
2588
	public static function translate_module_tag( $tag ) {
2589
		return jetpack_get_module_i18n_tag( $tag );
2590
	}
2591
2592
	/**
2593
	 * Return module name translation. Uses matching string created in modules/module-headings.php.
2594
	 *
2595
	 * @since 3.9.2
2596
	 *
2597
	 * @param array $modules
2598
	 *
2599
	 * @return string|void
2600
	 */
2601
	public static function get_translated_modules( $modules ) {
2602
		foreach ( $modules as $index => $module ) {
2603
			$i18n_module = jetpack_get_module_i18n( $module['module'] );
2604
			if ( isset( $module['name'] ) ) {
2605
				$modules[ $index ]['name'] = $i18n_module['name'];
2606
			}
2607
			if ( isset( $module['description'] ) ) {
2608
				$modules[ $index ]['description'] = $i18n_module['description'];
2609
				$modules[ $index ]['short_description'] = $i18n_module['description'];
2610
			}
2611
		}
2612
		return $modules;
2613
	}
2614
2615
	/**
2616
	 * Get a list of activated modules as an array of module slugs.
2617
	 */
2618
	public static function get_active_modules() {
2619
		$active = Jetpack_Options::get_option( 'active_modules' );
2620
		if ( ! is_array( $active ) )
2621
			$active = array();
2622
		if ( is_admin() && ( class_exists( 'VaultPress' ) || function_exists( 'vaultpress_contact_service' ) ) ) {
2623
			$active[] = 'vaultpress';
2624
		} else {
2625
			$active = array_diff( $active, array( 'vaultpress' ) );
2626
		}
2627
2628
		//If protect is active on the main site of a multisite, it should be active on all sites.
2629
		if ( ! in_array( 'protect', $active ) && is_multisite() && get_site_option( 'jetpack_protect_active' ) ) {
2630
			$active[] = 'protect';
2631
		}
2632
2633
		return array_unique( $active );
2634
	}
2635
2636
	/**
2637
	 * Check whether or not a Jetpack module is active.
2638
	 *
2639
	 * @param string $module The slug of a Jetpack module.
2640
	 * @return bool
2641
	 *
2642
	 * @static
2643
	 */
2644
	public static function is_module_active( $module ) {
2645
		return in_array( $module, self::get_active_modules() );
2646
	}
2647
2648
	public static function is_module( $module ) {
2649
		return ! empty( $module ) && ! validate_file( $module, Jetpack::get_available_modules() );
2650
	}
2651
2652
	/**
2653
	 * Catches PHP errors.  Must be used in conjunction with output buffering.
2654
	 *
2655
	 * @param bool $catch True to start catching, False to stop.
2656
	 *
2657
	 * @static
2658
	 */
2659
	public static function catch_errors( $catch ) {
2660
		static $display_errors, $error_reporting;
2661
2662
		if ( $catch ) {
2663
			$display_errors  = @ini_set( 'display_errors', 1 );
2664
			$error_reporting = @error_reporting( E_ALL );
2665
			add_action( 'shutdown', array( 'Jetpack', 'catch_errors_on_shutdown' ), 0 );
2666
		} else {
2667
			@ini_set( 'display_errors', $display_errors );
2668
			@error_reporting( $error_reporting );
2669
			remove_action( 'shutdown', array( 'Jetpack', 'catch_errors_on_shutdown' ), 0 );
2670
		}
2671
	}
2672
2673
	/**
2674
	 * Saves any generated PHP errors in ::state( 'php_errors', {errors} )
2675
	 */
2676
	public static function catch_errors_on_shutdown() {
2677
		Jetpack::state( 'php_errors', ob_get_clean() );
2678
	}
2679
2680
	public static function activate_default_modules( $min_version = false, $max_version = false, $other_modules = array() ) {
2681
		$jetpack = Jetpack::init();
2682
2683
		$modules = Jetpack::get_default_modules( $min_version, $max_version );
2684
		$modules = array_merge( $other_modules, $modules );
2685
2686
		// Look for standalone plugins and disable if active.
2687
2688
		$to_deactivate = array();
2689
		foreach ( $modules as $module ) {
2690
			if ( isset( $jetpack->plugins_to_deactivate[$module] ) ) {
2691
				$to_deactivate[$module] = $jetpack->plugins_to_deactivate[$module];
2692
			}
2693
		}
2694
2695
		$deactivated = array();
2696
		foreach ( $to_deactivate as $module => $deactivate_me ) {
2697
			list( $probable_file, $probable_title ) = $deactivate_me;
2698
			if ( Jetpack_Client_Server::deactivate_plugin( $probable_file, $probable_title ) ) {
2699
				$deactivated[] = $module;
2700
			}
2701
		}
2702
2703
		if ( $deactivated ) {
2704
			Jetpack::state( 'deactivated_plugins', join( ',', $deactivated ) );
2705
2706
			$url = add_query_arg(
2707
				array(
2708
					'action'   => 'activate_default_modules',
2709
					'_wpnonce' => wp_create_nonce( 'activate_default_modules' ),
2710
				),
2711
				add_query_arg( compact( 'min_version', 'max_version', 'other_modules' ), Jetpack::admin_url( 'page=jetpack' ) )
2712
			);
2713
			wp_safe_redirect( $url );
2714
			exit;
2715
		}
2716
2717
		/**
2718
		 * Fires before default modules are activated.
2719
		 *
2720
		 * @since 1.9.0
2721
		 *
2722
		 * @param string $min_version Minimum version number required to use modules.
2723
		 * @param string $max_version Maximum version number required to use modules.
2724
		 * @param array $other_modules Array of other modules to activate alongside the default modules.
2725
		 */
2726
		do_action( 'jetpack_before_activate_default_modules', $min_version, $max_version, $other_modules );
2727
2728
		// Check each module for fatal errors, a la wp-admin/plugins.php::activate before activating
2729
		Jetpack::restate();
2730
		Jetpack::catch_errors( true );
2731
2732
		$active = Jetpack::get_active_modules();
2733
2734
		foreach ( $modules as $module ) {
2735
			if ( did_action( "jetpack_module_loaded_$module" ) ) {
2736
				$active[] = $module;
2737
				Jetpack_Options::update_option( 'active_modules', array_unique( $active ) );
2738
				continue;
2739
			}
2740
2741
			if ( in_array( $module, $active ) ) {
2742
				$module_info = Jetpack::get_module( $module );
2743
				if ( ! $module_info['deactivate'] ) {
2744
					$state = in_array( $module, $other_modules ) ? 'reactivated_modules' : 'activated_modules';
2745 View Code Duplication
					if ( $active_state = Jetpack::state( $state ) ) {
2746
						$active_state = explode( ',', $active_state );
2747
					} else {
2748
						$active_state = array();
2749
					}
2750
					$active_state[] = $module;
2751
					Jetpack::state( $state, implode( ',', $active_state ) );
2752
				}
2753
				continue;
2754
			}
2755
2756
			$file = Jetpack::get_module_path( $module );
2757
			if ( ! file_exists( $file ) ) {
2758
				continue;
2759
			}
2760
2761
			// we'll override this later if the plugin can be included without fatal error
2762
			wp_safe_redirect( Jetpack::admin_url( 'page=jetpack' ) );
2763
			Jetpack::state( 'error', 'module_activation_failed' );
2764
			Jetpack::state( 'module', $module );
2765
			ob_start();
2766
			require $file;
2767
			/**
2768
			 * Fires when a specific module is activated.
2769
			 *
2770
			 * @since 1.9.0
2771
			 *
2772
			 * @param string $module Module slug.
2773
			 */
2774
			do_action( 'jetpack_activate_module', $module );
2775
			$active[] = $module;
2776
			$state    = in_array( $module, $other_modules ) ? 'reactivated_modules' : 'activated_modules';
2777 View Code Duplication
			if ( $active_state = Jetpack::state( $state ) ) {
2778
				$active_state = explode( ',', $active_state );
2779
			} else {
2780
				$active_state = array();
2781
			}
2782
			$active_state[] = $module;
2783
			Jetpack::state( $state, implode( ',', $active_state ) );
2784
			Jetpack_Options::update_option( 'active_modules', array_unique( $active ) );
2785
			ob_end_clean();
2786
		}
2787
		Jetpack::state( 'error', false );
2788
		Jetpack::state( 'module', false );
2789
		Jetpack::catch_errors( false );
2790
		/**
2791
		 * Fires when default modules are activated.
2792
		 *
2793
		 * @since 1.9.0
2794
		 *
2795
		 * @param string $min_version Minimum version number required to use modules.
2796
		 * @param string $max_version Maximum version number required to use modules.
2797
		 * @param array $other_modules Array of other modules to activate alongside the default modules.
2798
		 */
2799
		do_action( 'jetpack_activate_default_modules', $min_version, $max_version, $other_modules );
2800
	}
2801
2802
	public static function activate_module( $module, $exit = true, $redirect = true ) {
2803
		/**
2804
		 * Fires before a module is activated.
2805
		 *
2806
		 * @since 2.6.0
2807
		 *
2808
		 * @param string $module Module slug.
2809
		 * @param bool $exit Should we exit after the module has been activated. Default to true.
2810
		 * @param bool $redirect Should the user be redirected after module activation? Default to true.
2811
		 */
2812
		do_action( 'jetpack_pre_activate_module', $module, $exit, $redirect );
2813
2814
		$jetpack = Jetpack::init();
2815
2816
		if ( ! strlen( $module ) )
2817
			return false;
2818
2819
		if ( ! Jetpack::is_module( $module ) )
2820
			return false;
2821
2822
		// If it's already active, then don't do it again
2823
		$active = Jetpack::get_active_modules();
2824
		foreach ( $active as $act ) {
2825
			if ( $act == $module )
2826
				return true;
2827
		}
2828
2829
		$module_data = Jetpack::get_module( $module );
2830
2831
		if ( ! Jetpack::is_active() ) {
2832
			if ( !Jetpack::is_development_mode() )
2833
				return false;
2834
2835
			// If we're not connected but in development mode, make sure the module doesn't require a connection
2836
			if ( Jetpack::is_development_mode() && $module_data['requires_connection'] )
2837
				return false;
2838
		}
2839
2840
		// Check and see if the old plugin is active
2841
		if ( isset( $jetpack->plugins_to_deactivate[ $module ] ) ) {
2842
			// Deactivate the old plugin
2843
			if ( Jetpack_Client_Server::deactivate_plugin( $jetpack->plugins_to_deactivate[ $module ][0], $jetpack->plugins_to_deactivate[ $module ][1] ) ) {
2844
				// If we deactivated the old plugin, remembere that with ::state() and redirect back to this page to activate the module
2845
				// We can't activate the module on this page load since the newly deactivated old plugin is still loaded on this page load.
2846
				Jetpack::state( 'deactivated_plugins', $module );
2847
				wp_safe_redirect( add_query_arg( 'jetpack_restate', 1 ) );
2848
				exit;
2849
			}
2850
		}
2851
2852
		// Check the file for fatal errors, a la wp-admin/plugins.php::activate
2853
		Jetpack::state( 'module', $module );
2854
		Jetpack::state( 'error', 'module_activation_failed' ); // we'll override this later if the plugin can be included without fatal error
2855
2856
		Jetpack::catch_errors( true );
2857
		ob_start();
2858
		require Jetpack::get_module_path( $module );
2859
		/** This action is documented in class.jetpack.php */
2860
		do_action( 'jetpack_activate_module', $module );
2861
		$active[] = $module;
2862
		Jetpack_Options::update_option( 'active_modules', array_unique( $active ) );
2863
		Jetpack::state( 'error', false ); // the override
2864
		Jetpack::state( 'message', 'module_activated' );
2865
		Jetpack::state( 'module', $module );
2866
		ob_end_clean();
2867
		Jetpack::catch_errors( false );
2868
2869
		// A flag for Jump Start so it's not shown again. Only set if it hasn't been yet.
2870 View Code Duplication
		if ( 'new_connection' === Jetpack_Options::get_option( 'jumpstart' ) ) {
2871
			Jetpack_Options::update_option( 'jumpstart', 'jetpack_action_taken' );
2872
2873
			//Jump start is being dismissed send data to MC Stats
2874
			$jetpack->stat( 'jumpstart', 'manual,'.$module );
2875
2876
			$jetpack->do_stats( 'server_side' );
2877
		}
2878
2879
		if ( $redirect ) {
2880
			wp_safe_redirect( Jetpack::admin_url( 'page=jetpack' ) );
2881
		}
2882
		if ( $exit ) {
2883
			exit;
2884
		}
2885
		return true;
2886
	}
2887
2888
	function activate_module_actions( $module ) {
2889
		/**
2890
		 * Fires when a module is activated.
2891
		 * The dynamic part of the filter, $module, is the module slug.
2892
		 *
2893
		 * @since 1.9.0
2894
		 *
2895
		 * @param string $module Module slug.
2896
		 */
2897
		do_action( "jetpack_activate_module_$module", $module );
2898
2899
		$this->sync->sync_all_module_options( $module );
2900
	}
2901
2902
	public static function deactivate_module( $module ) {
2903
		/**
2904
		 * Fires when a module is deactivated.
2905
		 *
2906
		 * @since 1.9.0
2907
		 *
2908
		 * @param string $module Module slug.
2909
		 */
2910
		do_action( 'jetpack_pre_deactivate_module', $module );
2911
2912
		$jetpack = Jetpack::init();
2913
2914
		$active = Jetpack::get_active_modules();
2915
		$new    = array_filter( array_diff( $active, (array) $module ) );
2916
2917
		/**
2918
		 * Fires when a module is deactivated.
2919
		 * The dynamic part of the filter, $module, is the module slug.
2920
		 *
2921
		 * @since 1.9.0
2922
		 *
2923
		 * @param string $module Module slug.
2924
		 */
2925
		do_action( "jetpack_deactivate_module_$module", $module );
2926
2927
		// A flag for Jump Start so it's not shown again.
2928 View Code Duplication
		if ( 'new_connection' === Jetpack_Options::get_option( 'jumpstart' ) ) {
2929
			Jetpack_Options::update_option( 'jumpstart', 'jetpack_action_taken' );
2930
2931
			//Jump start is being dismissed send data to MC Stats
2932
			$jetpack->stat( 'jumpstart', 'manual,deactivated-'.$module );
2933
2934
			$jetpack->do_stats( 'server_side' );
2935
		}
2936
2937
		return Jetpack_Options::update_option( 'active_modules', array_unique( $new ) );
2938
	}
2939
2940
	public static function enable_module_configurable( $module ) {
2941
		$module = Jetpack::get_module_slug( $module );
2942
		add_filter( 'jetpack_module_configurable_' . $module, '__return_true' );
2943
	}
2944
2945
	public static function module_configuration_url( $module ) {
2946
		$module = Jetpack::get_module_slug( $module );
2947
		return Jetpack::admin_url( array( 'page' => 'jetpack', 'configure' => $module ) );
2948
	}
2949
2950
	public static function module_configuration_load( $module, $method ) {
2951
		$module = Jetpack::get_module_slug( $module );
2952
		add_action( 'jetpack_module_configuration_load_' . $module, $method );
2953
	}
2954
2955
	public static function module_configuration_head( $module, $method ) {
2956
		$module = Jetpack::get_module_slug( $module );
2957
		add_action( 'jetpack_module_configuration_head_' . $module, $method );
2958
	}
2959
2960
	public static function module_configuration_screen( $module, $method ) {
2961
		$module = Jetpack::get_module_slug( $module );
2962
		add_action( 'jetpack_module_configuration_screen_' . $module, $method );
2963
	}
2964
2965
	public static function module_configuration_activation_screen( $module, $method ) {
2966
		$module = Jetpack::get_module_slug( $module );
2967
		add_action( 'display_activate_module_setting_' . $module, $method );
2968
	}
2969
2970
/* Installation */
2971
2972
	public static function bail_on_activation( $message, $deactivate = true ) {
2973
?>
2974
<!doctype html>
2975
<html>
2976
<head>
2977
<meta charset="<?php bloginfo( 'charset' ); ?>">
2978
<style>
2979
* {
2980
	text-align: center;
2981
	margin: 0;
2982
	padding: 0;
2983
	font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
2984
}
2985
p {
2986
	margin-top: 1em;
2987
	font-size: 18px;
2988
}
2989
</style>
2990
<body>
2991
<p><?php echo esc_html( $message ); ?></p>
2992
</body>
2993
</html>
2994
<?php
2995
		if ( $deactivate ) {
2996
			$plugins = get_option( 'active_plugins' );
2997
			$jetpack = plugin_basename( JETPACK__PLUGIN_DIR . 'jetpack.php' );
2998
			$update  = false;
2999
			foreach ( $plugins as $i => $plugin ) {
3000
				if ( $plugin === $jetpack ) {
3001
					$plugins[$i] = false;
3002
					$update = true;
3003
				}
3004
			}
3005
3006
			if ( $update ) {
3007
				update_option( 'active_plugins', array_filter( $plugins ) );
3008
			}
3009
		}
3010
		exit;
3011
	}
3012
3013
	/**
3014
	 * Attached to activate_{ plugin_basename( __FILES__ ) } by register_activation_hook()
3015
	 * @static
3016
	 */
3017
	public static function plugin_activation( $network_wide ) {
3018
		Jetpack_Options::update_option( 'activated', 1 );
3019
3020
		if ( version_compare( $GLOBALS['wp_version'], JETPACK__MINIMUM_WP_VERSION, '<' ) ) {
3021
			Jetpack::bail_on_activation( sprintf( __( 'Jetpack requires WordPress version %s or later.', 'jetpack' ), JETPACK__MINIMUM_WP_VERSION ) );
3022
		}
3023
3024
		if ( $network_wide )
3025
			Jetpack::state( 'network_nag', true );
3026
3027
		Jetpack::plugin_initialize();
3028
	}
3029
	/**
3030
	 * Runs before bumping version numbers up to a new version
3031
	 * @param  (string) $version    Version:timestamp
3032
	 * @param  (string) $old_version Old Version:timestamp or false if not set yet.
3033
	 * @return null              [description]
3034
	 */
3035
	public static function do_version_bump( $version, $old_version ) {
3036
3037
		if ( ! $old_version ) { // For new sites
3038
			// Setting up jetpack manage
3039
			Jetpack::activate_manage();
3040
		}
3041
	}
3042
3043
	/**
3044
	 * Sets the internal version number and activation state.
3045
	 * @static
3046
	 */
3047
	public static function plugin_initialize() {
3048
		if ( ! Jetpack_Options::get_option( 'activated' ) ) {
3049
			Jetpack_Options::update_option( 'activated', 2 );
3050
		}
3051
3052 View Code Duplication
		if ( ! Jetpack_Options::get_option( 'version' ) ) {
3053
			$version = $old_version = JETPACK__VERSION . ':' . time();
3054
			/** This action is documented in class.jetpack.php */
3055
			do_action( 'updating_jetpack_version', $version, false );
3056
			Jetpack_Options::update_options( compact( 'version', 'old_version' ) );
3057
		}
3058
3059
		Jetpack::load_modules();
3060
3061
		Jetpack_Options::delete_option( 'do_activate' );
3062
	}
3063
3064
	/**
3065
	 * Removes all connection options
3066
	 * @static
3067
	 */
3068
	public static function plugin_deactivation( ) {
3069
		require_once( ABSPATH . '/wp-admin/includes/plugin.php' );
3070
		if( is_plugin_active_for_network( 'jetpack/jetpack.php' ) ) {
3071
			Jetpack_Network::init()->deactivate();
3072
		} else {
3073
			Jetpack::disconnect( false );
3074
			//Jetpack_Heartbeat::init()->deactivate();
3075
		}
3076
	}
3077
3078
	/**
3079
	 * Disconnects from the Jetpack servers.
3080
	 * Forgets all connection details and tells the Jetpack servers to do the same.
3081
	 * @static
3082
	 */
3083
	public static function disconnect( $update_activated_state = true ) {
3084
		wp_clear_scheduled_hook( 'jetpack_clean_nonces' );
3085
		Jetpack::clean_nonces( true );
3086
3087
		Jetpack::load_xml_rpc_client();
3088
		$xml = new Jetpack_IXR_Client();
3089
		$xml->query( 'jetpack.deregister' );
3090
3091
		Jetpack_Options::delete_option(
3092
			array(
3093
				'register',
3094
				'blog_token',
3095
				'user_token',
3096
				'user_tokens',
3097
				'master_user',
3098
				'time_diff',
3099
				'fallback_no_verify_ssl_certs',
3100
			)
3101
		);
3102
3103
		if ( $update_activated_state ) {
3104
			Jetpack_Options::update_option( 'activated', 4 );
3105
		}
3106
3107
		$jetpack_unique_connection = Jetpack_Options::get_option( 'unique_connection' );
3108
		// Check then record unique disconnection if site has never been disconnected previously
3109
		if ( -1 == $jetpack_unique_connection['disconnected'] ) {
3110
			$jetpack_unique_connection['disconnected'] = 1;
3111
		}
3112
		else {
3113
			if ( 0 == $jetpack_unique_connection['disconnected'] ) {
3114
				//track unique disconnect
3115
				$jetpack = Jetpack::init();
3116
3117
				$jetpack->stat( 'connections', 'unique-disconnect' );
3118
				$jetpack->do_stats( 'server_side' );
3119
			}
3120
			// increment number of times disconnected
3121
			$jetpack_unique_connection['disconnected'] += 1;
3122
		}
3123
3124
		Jetpack_Options::update_option( 'unique_connection', $jetpack_unique_connection );
3125
3126
		// Disable the Heartbeat cron
3127
		Jetpack_Heartbeat::init()->deactivate();
3128
	}
3129
3130
	/**
3131
	 * Unlinks the current user from the linked WordPress.com user
3132
	 */
3133
	public static function unlink_user( $user_id = null ) {
3134
		if ( ! $tokens = Jetpack_Options::get_option( 'user_tokens' ) )
3135
			return false;
3136
3137
		$user_id = empty( $user_id ) ? get_current_user_id() : intval( $user_id );
3138
3139
		if ( Jetpack_Options::get_option( 'master_user' ) == $user_id )
3140
			return false;
3141
3142
		if ( ! isset( $tokens[ $user_id ] ) )
3143
			return false;
3144
3145
		Jetpack::load_xml_rpc_client();
3146
		$xml = new Jetpack_IXR_Client( compact( 'user_id' ) );
3147
		$xml->query( 'jetpack.unlink_user', $user_id );
3148
3149
		unset( $tokens[ $user_id ] );
3150
3151
		Jetpack_Options::update_option( 'user_tokens', $tokens );
3152
3153
		return true;
3154
	}
3155
3156
	/**
3157
	 * Attempts Jetpack registration.  If it fail, a state flag is set: @see ::admin_page_load()
3158
	 */
3159
	public static function try_registration() {
3160
		// Let's get some testing in beta versions and such.
3161
		if ( self::is_development_version() && defined( 'PHP_URL_HOST' ) ) {
3162
			// Before attempting to connect, let's make sure that the domains are viable.
3163
			$domains_to_check = array_unique( array(
3164
				'siteurl' => parse_url( get_site_url(), PHP_URL_HOST ),
3165
				'homeurl' => parse_url( get_home_url(), PHP_URL_HOST ),
3166
			) );
3167
			foreach ( $domains_to_check as $domain ) {
3168
				$result = Jetpack_Data::is_usable_domain( $domain );
3169
				if ( is_wp_error( $result ) ) {
3170
					return $result;
3171
				}
3172
			}
3173
		}
3174
3175
		$result = Jetpack::register();
3176
3177
		// If there was an error with registration and the site was not registered, record this so we can show a message.
3178
		if ( ! $result || is_wp_error( $result ) ) {
3179
			return $result;
3180
		} else {
3181
			return true;
3182
		}
3183
	}
3184
3185
	/**
3186
	 * Tracking an internal event log. Try not to put too much chaff in here.
3187
	 *
3188
	 * [Everyone Loves a Log!](https://www.youtube.com/watch?v=2C7mNr5WMjA)
3189
	 */
3190
	public static function log( $code, $data = null ) {
3191
		// only grab the latest 200 entries
3192
		$log = array_slice( Jetpack_Options::get_option( 'log', array() ), -199, 199 );
3193
3194
		// Append our event to the log
3195
		$log_entry = array(
3196
			'time'    => time(),
3197
			'user_id' => get_current_user_id(),
3198
			'blog_id' => Jetpack_Options::get_option( 'id' ),
3199
			'code'    => $code,
3200
		);
3201
		// Don't bother storing it unless we've got some.
3202
		if ( ! is_null( $data ) ) {
3203
			$log_entry['data'] = $data;
3204
		}
3205
		$log[] = $log_entry;
3206
3207
		// Try add_option first, to make sure it's not autoloaded.
3208
		// @todo: Add an add_option method to Jetpack_Options
3209
		if ( ! add_option( 'jetpack_log', $log, null, 'no' ) ) {
3210
			Jetpack_Options::update_option( 'log', $log );
3211
		}
3212
3213
		/**
3214
		 * Fires when Jetpack logs an internal event.
3215
		 *
3216
		 * @since 3.0.0
3217
		 *
3218
		 * @param array $log_entry {
3219
		 *	Array of details about the log entry.
3220
		 *
3221
		 *	@param string time Time of the event.
3222
		 *	@param int user_id ID of the user who trigerred the event.
3223
		 *	@param int blog_id Jetpack Blog ID.
3224
		 *	@param string code Unique name for the event.
3225
		 *	@param string data Data about the event.
3226
		 * }
3227
		 */
3228
		do_action( 'jetpack_log_entry', $log_entry );
3229
	}
3230
3231
	/**
3232
	 * Get the internal event log.
3233
	 *
3234
	 * @param $event (string) - only return the specific log events
3235
	 * @param $num   (int)    - get specific number of latest results, limited to 200
3236
	 *
3237
	 * @return array of log events || WP_Error for invalid params
3238
	 */
3239
	public static function get_log( $event = false, $num = false ) {
3240
		if ( $event && ! is_string( $event ) ) {
3241
			return new WP_Error( __( 'First param must be string or empty', 'jetpack' ) );
3242
		}
3243
3244
		if ( $num && ! is_numeric( $num ) ) {
3245
			return new WP_Error( __( 'Second param must be numeric or empty', 'jetpack' ) );
3246
		}
3247
3248
		$entire_log = Jetpack_Options::get_option( 'log', array() );
3249
3250
		// If nothing set - act as it did before, otherwise let's start customizing the output
3251
		if ( ! $num && ! $event ) {
3252
			return $entire_log;
3253
		} else {
3254
			$entire_log = array_reverse( $entire_log );
3255
		}
3256
3257
		$custom_log_output = array();
3258
3259
		if ( $event ) {
3260
			foreach ( $entire_log as $log_event ) {
3261
				if ( $event == $log_event[ 'code' ] ) {
3262
					$custom_log_output[] = $log_event;
3263
				}
3264
			}
3265
		} else {
3266
			$custom_log_output = $entire_log;
3267
		}
3268
3269
		if ( $num ) {
3270
			$custom_log_output = array_slice( $custom_log_output, 0, $num );
3271
		}
3272
3273
		return $custom_log_output;
3274
	}
3275
3276
	/**
3277
	 * Log modification of important settings.
3278
	 */
3279
	public static function log_settings_change( $option, $old_value, $value ) {
3280
		switch( $option ) {
3281
			case 'jetpack_sync_non_public_post_stati':
3282
				self::log( $option, $value );
3283
				break;
3284
		}
3285
	}
3286
3287
	/**
3288
	 * Return stat data for WPCOM sync
3289
	 */
3290
	function get_stat_data() {
3291
		$heartbeat_data = Jetpack_Heartbeat::generate_stats_array();
3292
		$additional_data = $this->get_additional_stat_data();
3293
3294
		return json_encode( array_merge( $heartbeat_data, $additional_data ) );
3295
	}
3296
3297
	/**
3298
	 * Get additional stat data to sync to WPCOM
3299
	 */
3300
	function get_additional_stat_data( $prefix = '' ) {
3301
		$return["{$prefix}themes"]         = Jetpack::get_parsed_theme_data();
3302
		$return["{$prefix}plugins-extra"]  = Jetpack::get_parsed_plugin_data();
3303
		$return["{$prefix}users"]          = count_users();
3304
		$return["{$prefix}site-count"]     = 0;
3305
		if ( function_exists( 'get_blog_count' ) ) {
3306
			$return["{$prefix}site-count"] = get_blog_count();
3307
		}
3308
		return $return;
3309
	}
3310
3311
	/* Admin Pages */
3312
3313
	function admin_init() {
3314
		// If the plugin is not connected, display a connect message.
3315
		if (
3316
			// the plugin was auto-activated and needs its candy
3317
			Jetpack_Options::get_option( 'do_activate' )
3318
		||
3319
			// the plugin is active, but was never activated.  Probably came from a site-wide network activation
3320
			! Jetpack_Options::get_option( 'activated' )
3321
		) {
3322
			Jetpack::plugin_initialize();
3323
		}
3324
3325
		if ( ! Jetpack::is_active() && ! Jetpack::is_development_mode() ) {
3326
			if ( 4 != Jetpack_Options::get_option( 'activated' ) ) {
3327
				// Show connect notice on dashboard and plugins pages
3328
				add_action( 'load-index.php', array( $this, 'prepare_connect_notice' ) );
3329
				add_action( 'load-plugins.php', array( $this, 'prepare_connect_notice' ) );
3330
			}
3331
		} elseif ( false === Jetpack_Options::get_option( 'fallback_no_verify_ssl_certs' ) ) {
3332
			// Upgrade: 1.1 -> 1.1.1
3333
			// Check and see if host can verify the Jetpack servers' SSL certificate
3334
			$args = array();
3335
			Jetpack_Client::_wp_remote_request(
3336
				Jetpack::fix_url_for_bad_hosts( Jetpack::api_url( 'test' ) ),
3337
				$args,
3338
				true
3339
			);
3340
		} else {
3341
			// Show the notice on the Dashboard only for now
3342
3343
			add_action( 'load-index.php', array( $this, 'prepare_manage_jetpack_notice' ) );
3344
3345
			// Identity crisis notices
3346
			add_action( 'jetpack_notices', array( $this, 'alert_identity_crisis' ) );
3347
		}
3348
3349
		// If the plugin has just been disconnected from WP.com, show the survey notice
3350
		if ( isset( $_GET['disconnected'] ) && 'true' === $_GET['disconnected'] ) {
3351
			add_action( 'jetpack_notices', array( $this, 'disconnect_survey_notice' ) );
3352
		}
3353
3354
		if ( current_user_can( 'manage_options' ) && 'ALWAYS' == JETPACK_CLIENT__HTTPS && ! self::permit_ssl() ) {
3355
			add_action( 'admin_notices', array( $this, 'alert_required_ssl_fail' ) );
3356
		}
3357
3358
		add_action( 'load-plugins.php', array( $this, 'intercept_plugin_error_scrape_init' ) );
3359
		add_action( 'admin_enqueue_scripts', array( $this, 'admin_menu_css' ) );
3360
		add_filter( 'plugin_action_links_' . plugin_basename( JETPACK__PLUGIN_DIR . 'jetpack.php' ), array( $this, 'plugin_action_links' ) );
3361
3362
		if ( Jetpack::is_active() || Jetpack::is_development_mode() ) {
3363
			// Artificially throw errors in certain whitelisted cases during plugin activation
3364
			add_action( 'activate_plugin', array( $this, 'throw_error_on_activate_plugin' ) );
3365
3366
			// Kick off synchronization of user role when it changes
3367
			add_action( 'set_user_role', array( $this, 'user_role_change' ) );
3368
		}
3369
3370
		// Jetpack Manage Activation Screen from .com
3371
		Jetpack::module_configuration_activation_screen( 'manage', array( $this, 'manage_activate_screen' ) );
3372
	}
3373
3374
	function admin_body_class( $admin_body_class = '' ) {
3375
		$classes = explode( ' ', trim( $admin_body_class ) );
3376
3377
		$classes[] = self::is_active() ? 'jetpack-connected' : 'jetpack-disconnected';
3378
3379
		$admin_body_class = implode( ' ', array_unique( $classes ) );
3380
		return " $admin_body_class ";
3381
	}
3382
3383
	static function add_jetpack_pagestyles( $admin_body_class = '' ) {
3384
		return $admin_body_class . ' jetpack-pagestyles ';
3385
	}
3386
3387
	function prepare_connect_notice() {
3388
		add_action( 'admin_print_styles', array( $this, 'admin_banner_styles' ) );
3389
3390
		add_action( 'admin_notices', array( $this, 'admin_connect_notice' ) );
3391
3392
		if ( Jetpack::state( 'network_nag' ) )
3393
			add_action( 'network_admin_notices', array( $this, 'network_connect_notice' ) );
3394
	}
3395
	/**
3396
	 * Call this function if you want the Big Jetpack Manage Notice to show up.
3397
	 *
3398
	 * @return null
3399
	 */
3400
	function prepare_manage_jetpack_notice() {
3401
3402
		add_action( 'admin_print_styles', array( $this, 'admin_banner_styles' ) );
3403
		add_action( 'admin_notices', array( $this, 'admin_jetpack_manage_notice' ) );
3404
	}
3405
3406
	function manage_activate_screen() {
3407
		include ( JETPACK__PLUGIN_DIR . 'modules/manage/activate-admin.php' );
3408
	}
3409
	/**
3410
	 * Sometimes a plugin can activate without causing errors, but it will cause errors on the next page load.
3411
	 * This function artificially throws errors for such cases (whitelisted).
3412
	 *
3413
	 * @param string $plugin The activated plugin.
3414
	 */
3415
	function throw_error_on_activate_plugin( $plugin ) {
3416
		$active_modules = Jetpack::get_active_modules();
3417
3418
		// The Shortlinks module and the Stats plugin conflict, but won't cause errors on activation because of some function_exists() checks.
3419
		if ( function_exists( 'stats_get_api_key' ) && in_array( 'shortlinks', $active_modules ) ) {
3420
			$throw = false;
3421
3422
			// Try and make sure it really was the stats plugin
3423
			if ( ! class_exists( 'ReflectionFunction' ) ) {
3424
				if ( 'stats.php' == basename( $plugin ) ) {
3425
					$throw = true;
3426
				}
3427
			} else {
3428
				$reflection = new ReflectionFunction( 'stats_get_api_key' );
3429
				if ( basename( $plugin ) == basename( $reflection->getFileName() ) ) {
3430
					$throw = true;
3431
				}
3432
			}
3433
3434
			if ( $throw ) {
3435
				trigger_error( sprintf( __( 'Jetpack contains the most recent version of the old &#8220;%1$s&#8221; plugin.', 'jetpack' ), 'WordPress.com Stats' ), E_USER_ERROR );
3436
			}
3437
		}
3438
	}
3439
3440
	function intercept_plugin_error_scrape_init() {
3441
		add_action( 'check_admin_referer', array( $this, 'intercept_plugin_error_scrape' ), 10, 2 );
3442
	}
3443
3444
	function intercept_plugin_error_scrape( $action, $result ) {
3445
		if ( ! $result ) {
3446
			return;
3447
		}
3448
3449
		foreach ( $this->plugins_to_deactivate as $deactivate_me ) {
3450
			if ( "plugin-activation-error_{$deactivate_me[0]}" == $action ) {
3451
				Jetpack::bail_on_activation( sprintf( __( 'Jetpack contains the most recent version of the old &#8220;%1$s&#8221; plugin.', 'jetpack' ), $deactivate_me[1] ), false );
3452
			}
3453
		}
3454
	}
3455
3456
	function add_remote_request_handlers() {
3457
		add_action( 'wp_ajax_nopriv_jetpack_upload_file', array( $this, 'remote_request_handlers' ) );
3458
	}
3459
3460
	function remote_request_handlers() {
3461
		switch ( current_filter() ) {
3462
		case 'wp_ajax_nopriv_jetpack_upload_file' :
3463
			$response = $this->upload_handler();
3464
			break;
3465
		default :
3466
			$response = new Jetpack_Error( 'unknown_handler', 'Unknown Handler', 400 );
3467
			break;
3468
		}
3469
3470
		if ( ! $response ) {
3471
			$response = new Jetpack_Error( 'unknown_error', 'Unknown Error', 400 );
3472
		}
3473
3474
		if ( is_wp_error( $response ) ) {
3475
			$status_code       = $response->get_error_data();
3476
			$error             = $response->get_error_code();
3477
			$error_description = $response->get_error_message();
3478
3479
			if ( ! is_int( $status_code ) ) {
3480
				$status_code = 400;
3481
			}
3482
3483
			status_header( $status_code );
3484
			die( json_encode( (object) compact( 'error', 'error_description' ) ) );
3485
		}
3486
3487
		status_header( 200 );
3488
		if ( true === $response ) {
3489
			exit;
3490
		}
3491
3492
		die( json_encode( (object) $response ) );
3493
	}
3494
3495
	function upload_handler() {
3496
		if ( 'POST' !== strtoupper( $_SERVER['REQUEST_METHOD'] ) ) {
3497
			return new Jetpack_Error( 405, get_status_header_desc( 405 ), 405 );
3498
		}
3499
3500
		$user = wp_authenticate( '', '' );
3501
		if ( ! $user || is_wp_error( $user ) ) {
3502
			return new Jetpack_Error( 403, get_status_header_desc( 403 ), 403 );
3503
		}
3504
3505
		wp_set_current_user( $user->ID );
3506
3507
		if ( ! current_user_can( 'upload_files' ) ) {
3508
			return new Jetpack_Error( 'cannot_upload_files', 'User does not have permission to upload files', 403 );
3509
		}
3510
3511
		if ( empty( $_FILES ) ) {
3512
			return new Jetpack_Error( 'no_files_uploaded', 'No files were uploaded: nothing to process', 400 );
3513
		}
3514
3515
		foreach ( array_keys( $_FILES ) as $files_key ) {
3516
			if ( ! isset( $_POST["_jetpack_file_hmac_{$files_key}"] ) ) {
3517
				return new Jetpack_Error( 'missing_hmac', 'An HMAC for one or more files is missing', 400 );
3518
			}
3519
		}
3520
3521
		$media_keys = array_keys( $_FILES['media'] );
3522
3523
		$token = Jetpack_Data::get_access_token( get_current_user_id() );
3524
		if ( ! $token || is_wp_error( $token ) ) {
3525
			return new Jetpack_Error( 'unknown_token', 'Unknown Jetpack token', 403 );
3526
		}
3527
3528
		$uploaded_files = array();
3529
		$global_post    = isset( $GLOBALS['post'] ) ? $GLOBALS['post'] : null;
3530
		unset( $GLOBALS['post'] );
3531
		foreach ( $_FILES['media']['name'] as $index => $name ) {
3532
			$file = array();
3533
			foreach ( $media_keys as $media_key ) {
3534
				$file[$media_key] = $_FILES['media'][$media_key][$index];
3535
			}
3536
3537
			list( $hmac_provided, $salt ) = explode( ':', $_POST['_jetpack_file_hmac_media'][$index] );
3538
3539
			$hmac_file = hash_hmac_file( 'sha1', $file['tmp_name'], $salt . $token->secret );
3540
			if ( $hmac_provided !== $hmac_file ) {
3541
				$uploaded_files[$index] = (object) array( 'error' => 'invalid_hmac', 'error_description' => 'The corresponding HMAC for this file does not match' );
3542
				continue;
3543
			}
3544
3545
			$_FILES['.jetpack.upload.'] = $file;
3546
			$post_id = isset( $_POST['post_id'][$index] ) ? absint( $_POST['post_id'][$index] ) : 0;
3547
			if ( ! current_user_can( 'edit_post', $post_id ) ) {
3548
				$post_id = 0;
3549
			}
3550
			$attachment_id = media_handle_upload(
3551
				'.jetpack.upload.',
3552
				$post_id,
3553
				array(),
3554
				array(
3555
					'action' => 'jetpack_upload_file',
3556
				)
3557
			);
3558
3559
			if ( ! $attachment_id ) {
3560
				$uploaded_files[$index] = (object) array( 'error' => 'unknown', 'error_description' => 'An unknown problem occurred processing the upload on the Jetpack site' );
3561
			} elseif ( is_wp_error( $attachment_id ) ) {
3562
				$uploaded_files[$index] = (object) array( 'error' => 'attachment_' . $attachment_id->get_error_code(), 'error_description' => $attachment_id->get_error_message() );
3563
			} else {
3564
				$attachment = get_post( $attachment_id );
3565
				$uploaded_files[$index] = (object) array(
3566
					'id'   => (string) $attachment_id,
3567
					'file' => $attachment->post_title,
3568
					'url'  => wp_get_attachment_url( $attachment_id ),
3569
					'type' => $attachment->post_mime_type,
3570
					'meta' => wp_get_attachment_metadata( $attachment_id ),
3571
				);
3572
			}
3573
		}
3574
		if ( ! is_null( $global_post ) ) {
3575
			$GLOBALS['post'] = $global_post;
3576
		}
3577
3578
		return $uploaded_files;
3579
	}
3580
3581
	/**
3582
	 * Add help to the Jetpack page
3583
	 *
3584
	 * @since Jetpack (1.2.3)
3585
	 * @return false if not the Jetpack page
3586
	 */
3587
	function admin_help() {
3588
		$current_screen = get_current_screen();
3589
3590
		// Overview
3591
		$current_screen->add_help_tab(
3592
			array(
3593
				'id'		=> 'home',
3594
				'title'		=> __( 'Home', 'jetpack' ),
3595
				'content'	=>
3596
					'<p><strong>' . __( 'Jetpack by WordPress.com', 'jetpack' ) . '</strong></p>' .
3597
					'<p>' . __( 'Jetpack supercharges your self-hosted WordPress site with the awesome cloud power of WordPress.com.', 'jetpack' ) . '</p>' .
3598
					'<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>',
3599
			)
3600
		);
3601
3602
		// Screen Content
3603
		if ( current_user_can( 'manage_options' ) ) {
3604
			$current_screen->add_help_tab(
3605
				array(
3606
					'id'		=> 'settings',
3607
					'title'		=> __( 'Settings', 'jetpack' ),
3608
					'content'	=>
3609
						'<p><strong>' . __( 'Jetpack by WordPress.com',                                              'jetpack' ) . '</strong></p>' .
3610
						'<p>' . __( 'You can activate or deactivate individual Jetpack modules to suit your needs.', 'jetpack' ) . '</p>' .
3611
						'<ol>' .
3612
							'<li>' . __( 'Each module has an Activate or Deactivate link so you can toggle one individually.',														'jetpack' ) . '</li>' .
3613
							'<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>' .
3614
						'</ol>' .
3615
						'<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>'
3616
				)
3617
			);
3618
		}
3619
3620
		// Help Sidebar
3621
		$current_screen->set_help_sidebar(
3622
			'<p><strong>' . __( 'For more information:', 'jetpack' ) . '</strong></p>' .
3623
			'<p><a href="http://jetpack.com/faq/" target="_blank">'     . __( 'Jetpack FAQ',     'jetpack' ) . '</a></p>' .
3624
			'<p><a href="http://jetpack.com/support/" target="_blank">' . __( 'Jetpack Support', 'jetpack' ) . '</a></p>' .
3625
			'<p><a href="' . Jetpack::admin_url( array( 'page' => 'jetpack-debugger' )  ) .'">' . __( 'Jetpack Debugging Center', 'jetpack' ) . '</a></p>'
3626
		);
3627
	}
3628
3629
	function admin_menu_css() {
3630
		wp_enqueue_style( 'jetpack-icons' );
3631
	}
3632
3633
	function admin_menu_order() {
3634
		return true;
3635
	}
3636
3637 View Code Duplication
	function jetpack_menu_order( $menu_order ) {
3638
		$jp_menu_order = array();
3639
3640
		foreach ( $menu_order as $index => $item ) {
3641
			if ( $item != 'jetpack' ) {
3642
				$jp_menu_order[] = $item;
3643
			}
3644
3645
			if ( $index == 0 ) {
3646
				$jp_menu_order[] = 'jetpack';
3647
			}
3648
		}
3649
3650
		return $jp_menu_order;
3651
	}
3652
3653
	function admin_head() {
3654 View Code Duplication
		if ( isset( $_GET['configure'] ) && Jetpack::is_module( $_GET['configure'] ) && current_user_can( 'manage_options' ) )
3655
			/** This action is documented in class.jetpack-admin-page.php */
3656
			do_action( 'jetpack_module_configuration_head_' . $_GET['configure'] );
3657
	}
3658
3659
	function admin_banner_styles() {
3660
		$min = ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) ? '' : '.min';
3661
3662
		wp_enqueue_style( 'jetpack', plugins_url( "css/jetpack-banners{$min}.css", JETPACK__PLUGIN_FILE ), false, JETPACK__VERSION . '-20121016' );
3663
		wp_style_add_data( 'jetpack', 'rtl', 'replace' );
3664
		wp_style_add_data( 'jetpack', 'suffix', $min );
3665
	}
3666
3667
	function admin_scripts() {
3668
		wp_enqueue_script( 'jetpack-js', plugins_url( '_inc/jp.js', JETPACK__PLUGIN_FILE ), array( 'jquery', 'wp-util' ), JETPACK__VERSION . '-20121111' );
3669
		wp_localize_script(
3670
			'jetpack-js',
3671
			'jetpackL10n',
3672
			array(
3673
				'ays_disconnect' => "This will deactivate all Jetpack modules.\nAre you sure you want to disconnect?",
3674
				'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?",
3675
				'ays_dismiss'    => "This will deactivate Jetpack.\nAre you sure you want to deactivate Jetpack?",
3676
			)
3677
		);
3678
		add_action( 'admin_footer', array( $this, 'do_stats' ) );
3679
	}
3680
3681
	function plugin_action_links( $actions ) {
3682
3683
		$jetpack_home = array( 'jetpack-home' => sprintf( '<a href="%s">%s</a>', Jetpack::admin_url( 'page=jetpack' ), __( 'Jetpack', 'jetpack' ) ) );
3684
3685
		if( current_user_can( 'jetpack_manage_modules' ) && ( Jetpack::is_active() || Jetpack::is_development_mode() ) ) {
3686
			return array_merge(
3687
				$jetpack_home,
3688
				array( 'settings' => sprintf( '<a href="%s">%s</a>', Jetpack::admin_url( 'page=jetpack_modules' ), __( 'Settings', 'jetpack' ) ) ),
3689
				array( 'support' => sprintf( '<a href="%s">%s</a>', Jetpack::admin_url( 'page=jetpack-debugger '), __( 'Support', 'jetpack' ) ) ),
3690
				$actions
3691
				);
3692
			}
3693
3694
		return array_merge( $jetpack_home, $actions );
3695
	}
3696
3697
	function admin_connect_notice() {
3698
		// Don't show the connect notice anywhere but the plugins.php after activating
3699
		$current = get_current_screen();
3700
		if ( 'plugins' !== $current->parent_base )
3701
			return;
3702
3703
		if ( ! current_user_can( 'jetpack_connect' ) )
3704
			return;
3705
3706
		$dismiss_and_deactivate_url = wp_nonce_url( Jetpack::admin_url( '?page=jetpack&jetpack-notice=dismiss' ), 'jetpack-deactivate' );
3707
		?>
3708
		<div id="message" class="updated jetpack-message jp-banner" style="display:block !important;">
3709
			<a class="jp-banner__dismiss" href="<?php echo esc_url( $dismiss_and_deactivate_url ); ?>" title="<?php esc_attr_e( 'Dismiss this notice and deactivate Jetpack.', 'jetpack' ); ?>"></a>
3710
			<?php if ( in_array( Jetpack_Options::get_option( 'activated' ) , array( 1, 2, 3 ) ) ) : ?>
3711
				<div class="jp-banner__content is-connection">
3712
					<h2><?php _e( 'Your Jetpack is almost ready!', 'jetpack' ); ?></h2>
3713
					<p><?php _e( 'Connect now to enable features like Stats, Likes, and Social Sharing.', 'jetpack' ); ?></p>
3714
				</div>
3715
				<div class="jp-banner__action-container is-connection">
3716
						<a href="<?php echo $this->build_connect_url( false, false, 'banner' ) ?>" class="jp-banner__button" id="wpcom-connect"><?php _e( 'Connect to WordPress.com', 'jetpack' ); ?></a>
0 ignored issues
show
'banner' is of type string, but the function expects a boolean.

It seems like the type of the argument is not accepted by the function/method which you are calling.

In some cases, in particular if PHP’s automatic type-juggling kicks in this might be fine. In other cases, however this might be a bug.

We suggest to add an explicit type cast like in the following example:

function acceptsInteger($int) { }

$x = '123'; // string "123"

// Instead of
acceptsInteger($x);

// we recommend to use
acceptsInteger((integer) $x);
Loading history...
3717
				</div>
3718 View Code Duplication
			<?php else : ?>
3719
				<div class="jp-banner__content">
3720
					<h2><?php _e( 'Jetpack is installed!', 'jetpack' ) ?></h2>
3721
					<p><?php _e( 'It\'s ready to bring awesome, WordPress.com cloud-powered features to your site.', 'jetpack' ) ?></p>
3722
				</div>
3723
				<div class="jp-banner__action-container">
3724
					<a href="<?php echo Jetpack::admin_url() ?>" class="jp-banner__button" id="wpcom-connect"><?php _e( 'Learn More', 'jetpack' ); ?></a>
3725
				</div>
3726
			<?php endif; ?>
3727
		</div>
3728
3729
		<?php
3730
	}
3731
3732
	/**
3733
	 * This is the first banner
3734
	 * It should be visible only to user that can update the option
3735
	 * Are not connected
3736
	 *
3737
	 * @return null
3738
	 */
3739
	function admin_jetpack_manage_notice() {
3740
		$screen = get_current_screen();
3741
3742
		// Don't show the connect notice on the jetpack settings page.
3743
		if ( ! in_array( $screen->base, array( 'dashboard' ) ) || $screen->is_network || $screen->action )
3744
			return;
3745
3746
		// Only show it if don't have the managment option set.
3747
		// And not dismissed it already.
3748
		if ( ! $this->can_display_jetpack_manage_notice() || Jetpack_Options::get_option( 'dismissed_manage_banner' ) ) {
3749
			return;
3750
		}
3751
3752
		$opt_out_url = $this->opt_out_jetpack_manage_url();
3753
		$opt_in_url  = $this->opt_in_jetpack_manage_url();
3754
		/**
3755
		 * I think it would be great to have different wordsing depending on where you are
3756
		 * for example if we show the notice on dashboard and a different one if we show it on Plugins screen
3757
		 * etc..
3758
		 */
3759
3760
		?>
3761
		<div id="message" class="updated jetpack-message jp-banner is-opt-in" style="display:block !important;">
3762
			<a class="jp-banner__dismiss" href="<?php echo esc_url( $opt_out_url ); ?>" title="<?php esc_attr_e( 'Dismiss this notice for now.', 'jetpack' ); ?>"></a>
3763
			<div class="jp-banner__content">
3764
				<h2><?php esc_html_e( 'New in Jetpack: Centralized Site Management', 'jetpack' ); ?></h2>
3765
				<p><?php printf( __( 'Manage multiple sites from one dashboard at wordpress.com/sites. Enabling allows all existing, connected Administrators to modify your site from WordPress.com. <a href="%s" target="_blank">Learn More</a>.', 'jetpack' ), 'http://jetpack.com/support/site-management' ); ?></p>
3766
			</div>
3767
			<div class="jp-banner__action-container is-opt-in">
3768
				<a href="<?php echo esc_url( $opt_in_url ); ?>" class="jp-banner__button" id="wpcom-connect"><?php _e( 'Activate now', 'jetpack' ); ?></a>
3769
			</div>
3770
		</div>
3771
		<?php
3772
	}
3773
3774
	/**
3775
	 * Returns the url that the user clicks to remove the notice for the big banner
3776
	 * @return (string)
3777
	 */
3778
	function opt_out_jetpack_manage_url() {
3779
		$referer = '&_wp_http_referer=' . add_query_arg( '_wp_http_referer', null );
3780
		return wp_nonce_url( Jetpack::admin_url( 'jetpack-notice=jetpack-manage-opt-out' . $referer ), 'jetpack_manage_banner_opt_out' );
3781
	}
3782
	/**
3783
	 * Returns the url that the user clicks to opt in to Jetpack Manage
3784
	 * @return (string)
3785
	 */
3786
	function opt_in_jetpack_manage_url() {
3787
		return wp_nonce_url( Jetpack::admin_url( 'jetpack-notice=jetpack-manage-opt-in' ), 'jetpack_manage_banner_opt_in' );
3788
	}
3789
3790
	function opt_in_jetpack_manage_notice() {
3791
		?>
3792
		<div class="wrap">
3793
			<div id="message" class="jetpack-message is-opt-in">
3794
				<?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(), 'http://jetpack.com/support/site-management' ); ?>
3795
			</div>
3796
		</div>
3797
		<?php
3798
3799
	}
3800
	/**
3801
	 * Determines whether to show the notice of not true = display notice
3802
	 * @return (bool)
3803
	 */
3804
	function can_display_jetpack_manage_notice() {
3805
		// never display the notice to users that can't do anything about it anyways
3806
		if( ! current_user_can( 'jetpack_manage_modules' ) )
3807
			return false;
3808
3809
		// don't display if we are in development more
3810
		if( Jetpack::is_development_mode() ) {
3811
			return false;
3812
		}
3813
		// don't display if the site is private
3814
		if(  ! Jetpack_Options::get_option( 'public' ) )
3815
			return false;
3816
3817
		/**
3818
		 * Should the Jetpack Remote Site Management notice be displayed.
3819
		 *
3820
		 * @since 3.3.0
3821
		 *
3822
		 * @param bool ! self::is_module_active( 'manage' ) Is the Manage module inactive.
3823
		 */
3824
		return apply_filters( 'can_display_jetpack_manage_notice', ! self::is_module_active( 'manage' ) );
3825
	}
3826
3827
	function network_connect_notice() {
3828
		?>
3829
		<div id="message" class="updated jetpack-message">
3830
			<div class="squeezer">
3831
				<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>
3832
			</div>
3833
		</div>
3834
		<?php
3835
	}
3836
3837
	public static function jetpack_comment_notice() {
3838
		if ( in_array( 'comments', Jetpack::get_active_modules() ) ) {
3839
			return '';
3840
		}
3841
3842
		$jetpack_old_version = explode( ':', Jetpack_Options::get_option( 'old_version' ) );
3843
		$jetpack_new_version = explode( ':', Jetpack_Options::get_option( 'version' ) );
3844
3845
		if ( $jetpack_old_version ) {
3846
			if ( version_compare( $jetpack_old_version[0], '1.4', '>=' ) ) {
3847
				return '';
3848
			}
3849
		}
3850
3851
		if ( $jetpack_new_version ) {
3852
			if ( version_compare( $jetpack_new_version[0], '1.4-something', '<' ) ) {
3853
				return '';
3854
			}
3855
		}
3856
3857
		return '<br /><br />' . sprintf(
3858
			__( 'Jetpack now includes Comments, which enables your visitors to use their WordPress.com, Twitter, or Facebook accounts when commenting on your site. To activate Comments, <a href="%s">%s</a>.', 'jetpack' ),
3859
			wp_nonce_url(
3860
				Jetpack::admin_url(
3861
					array(
3862
						'page'   => 'jetpack',
3863
						'action' => 'activate',
3864
						'module' => 'comments',
3865
					)
3866
				),
3867
				'jetpack_activate-comments'
3868
			),
3869
			__( 'click here', 'jetpack' )
3870
		);
3871
	}
3872
3873
	/**
3874
	 * Show the survey link when the user has just disconnected Jetpack.
3875
	 */
3876
	function disconnect_survey_notice() {
3877
		?>
3878
		<div class="wrap">
3879
			<div id="message" class="jetpack-message stay-visible">
3880
				<div class="squeezer">
3881
					<h2>
3882
						<?php _e( 'You have successfully disconnected Jetpack.', 'jetpack' ); ?>
3883
						<br />
3884
						<?php echo sprintf(
3885
							__( 'Would you tell us why? Just <a href="%1$s" target="%2$s">answering two simple questions</a> would help us improve Jetpack.', 'jetpack' ),
3886
							'https://jetpack.com/survey-disconnected/',
3887
							'_blank'
3888
						); ?>
3889
					</h2>
3890
				</div>
3891
			</div>
3892
		</div>
3893
		<?php
3894
	}
3895
3896
	/*
3897
	 * Registration flow:
3898
	 * 1 - ::admin_page_load() action=register
3899
	 * 2 - ::try_registration()
3900
	 * 3 - ::register()
3901
	 *     - Creates jetpack_register option containing two secrets and a timestamp
3902
	 *     - Calls https://jetpack.wordpress.com/jetpack.register/1/ with
3903
	 *       siteurl, home, gmt_offset, timezone_string, site_name, secret_1, secret_2, site_lang, timeout, stats_id
3904
	 *     - That request to jetpack.wordpress.com does not immediately respond.  It first makes a request BACK to this site's
3905
	 *       xmlrpc.php?for=jetpack: RPC method: jetpack.verifyRegistration, Parameters: secret_1
3906
	 *     - The XML-RPC request verifies secret_1, deletes both secrets and responds with: secret_2
3907
	 *     - https://jetpack.wordpress.com/jetpack.register/1/ verifies that XML-RPC response (secret_2) then finally responds itself with
3908
	 *       jetpack_id, jetpack_secret, jetpack_public
3909
	 *     - ::register() then stores jetpack_options: id => jetpack_id, blog_token => jetpack_secret
3910
	 * 4 - redirect to https://jetpack.wordpress.com/jetpack.authorize/1/
3911
	 * 5 - user logs in with WP.com account
3912
	 * 6 - redirect to this site's wp-admin/index.php?page=jetpack&action=authorize with
3913
	 *     code <-- OAuth2 style authorization code
3914
	 * 7 - ::admin_page_load() action=authorize
3915
	 * 8 - Jetpack_Client_Server::authorize()
3916
	 * 9 - Jetpack_Client_Server::get_token()
3917
	 * 10- GET https://jetpack.wordpress.com/jetpack.token/1/ with
3918
	 *     client_id, client_secret, grant_type, code, redirect_uri:action=authorize, state, scope, user_email, user_login
3919
	 * 11- which responds with
3920
	 *     access_token, token_type, scope
3921
	 * 12- Jetpack_Client_Server::authorize() stores jetpack_options: user_token => access_token.$user_id
3922
	 * 13- Jetpack::activate_default_modules()
3923
	 *     Deactivates deprecated plugins
3924
	 *     Activates all default modules
3925
	 *     Catches errors: redirects to wp-admin/index.php?page=jetpack state:error=something
3926
	 * 14- redirect to this site's wp-admin/index.php?page=jetpack with state:message=authorized
3927
	 *     Done!
3928
	 */
3929
3930
	/**
3931
	 * Handles the page load events for the Jetpack admin page
3932
	 */
3933
	function admin_page_load() {
3934
		$error = false;
3935
3936
		// Make sure we have the right body class to hook stylings for subpages off of.
3937
		add_filter( 'admin_body_class', array( __CLASS__, 'add_jetpack_pagestyles' ) );
3938
3939
		if ( ! empty( $_GET['jetpack_restate'] ) ) {
3940
			// Should only be used in intermediate redirects to preserve state across redirects
3941
			Jetpack::restate();
3942
		}
3943
3944
		if ( isset( $_GET['connect_url_redirect'] ) ) {
3945
			// User clicked in the iframe to link their accounts
3946
			if ( ! Jetpack::is_user_connected() ) {
3947
				$connect_url = $this->build_connect_url( true, false, 'iframe' );
0 ignored issues
show
'iframe' is of type string, but the function expects a boolean.

It seems like the type of the argument is not accepted by the function/method which you are calling.

In some cases, in particular if PHP’s automatic type-juggling kicks in this might be fine. In other cases, however this might be a bug.

We suggest to add an explicit type cast like in the following example:

function acceptsInteger($int) { }

$x = '123'; // string "123"

// Instead of
acceptsInteger($x);

// we recommend to use
acceptsInteger((integer) $x);
Loading history...
3948
				if ( isset( $_GET['notes_iframe'] ) )
3949
					$connect_url .= '&notes_iframe';
3950
				wp_redirect( $connect_url );
3951
				exit;
3952
			} else {
3953
				Jetpack::state( 'message', 'already_authorized' );
3954
				wp_safe_redirect( Jetpack::admin_url() );
3955
				exit;
3956
			}
3957
		}
3958
3959
3960
		if ( isset( $_GET['action'] ) ) {
3961
			switch ( $_GET['action'] ) {
3962
			case 'authorize' :
3963
				if ( Jetpack::is_active() && Jetpack::is_user_connected() ) {
3964
					Jetpack::state( 'message', 'already_authorized' );
3965
					wp_safe_redirect( Jetpack::admin_url() );
3966
					exit;
3967
				}
3968
				Jetpack::log( 'authorize' );
3969
				$client_server = new Jetpack_Client_Server;
3970
				$client_server->authorize();
3971
				exit;
3972
			case 'register' :
3973
				if ( ! current_user_can( 'jetpack_connect' ) ) {
3974
					$error = 'cheatin';
3975
					break;
3976
				}
3977
				check_admin_referer( 'jetpack-register' );
3978
				Jetpack::log( 'register' );
3979
				Jetpack::maybe_set_version_option();
3980
				$registered = Jetpack::try_registration();
3981
				if ( is_wp_error( $registered ) ) {
3982
					$error = $registered->get_error_code();
3983
					Jetpack::state( 'error_description', $registered->get_error_message() );
3984
					break;
3985
				}
3986
3987
				wp_redirect( $this->build_connect_url( true, false, 'error-desc' ) );
0 ignored issues
show
'error-desc' is of type string, but the function expects a boolean.

It seems like the type of the argument is not accepted by the function/method which you are calling.

In some cases, in particular if PHP’s automatic type-juggling kicks in this might be fine. In other cases, however this might be a bug.

We suggest to add an explicit type cast like in the following example:

function acceptsInteger($int) { }

$x = '123'; // string "123"

// Instead of
acceptsInteger($x);

// we recommend to use
acceptsInteger((integer) $x);
Loading history...
3988
				exit;
3989
			case 'activate' :
3990
				if ( ! current_user_can( 'jetpack_activate_modules' ) ) {
3991
					$error = 'cheatin';
3992
					break;
3993
				}
3994
3995
				$module = stripslashes( $_GET['module'] );
3996
				check_admin_referer( "jetpack_activate-$module" );
3997
				Jetpack::log( 'activate', $module );
3998
				Jetpack::activate_module( $module );
3999
				// The following two lines will rarely happen, as Jetpack::activate_module normally exits at the end.
4000
				wp_safe_redirect( Jetpack::admin_url( 'page=jetpack' ) );
4001
				exit;
4002
			case 'activate_default_modules' :
4003
				check_admin_referer( 'activate_default_modules' );
4004
				Jetpack::log( 'activate_default_modules' );
4005
				Jetpack::restate();
4006
				$min_version   = isset( $_GET['min_version'] ) ? $_GET['min_version'] : false;
4007
				$max_version   = isset( $_GET['max_version'] ) ? $_GET['max_version'] : false;
4008
				$other_modules = isset( $_GET['other_modules'] ) && is_array( $_GET['other_modules'] ) ? $_GET['other_modules'] : array();
4009
				Jetpack::activate_default_modules( $min_version, $max_version, $other_modules );
4010
				wp_safe_redirect( Jetpack::admin_url( 'page=jetpack' ) );
4011
				exit;
4012
			case 'disconnect' :
4013
				if ( ! current_user_can( 'jetpack_disconnect' ) ) {
4014
					$error = 'cheatin';
4015
					break;
4016
				}
4017
4018
				check_admin_referer( 'jetpack-disconnect' );
4019
				Jetpack::log( 'disconnect' );
4020
				Jetpack::disconnect();
4021
				wp_safe_redirect( Jetpack::admin_url( 'disconnected=true' ) );
4022
				exit;
4023
			case 'reconnect' :
4024
				if ( ! current_user_can( 'jetpack_reconnect' ) ) {
4025
					$error = 'cheatin';
4026
					break;
4027
				}
4028
4029
				check_admin_referer( 'jetpack-reconnect' );
4030
				Jetpack::log( 'reconnect' );
4031
				$this->disconnect();
4032
				wp_redirect( $this->build_connect_url( true, false, 'reconnect' ) );
0 ignored issues
show
'reconnect' is of type string, but the function expects a boolean.

It seems like the type of the argument is not accepted by the function/method which you are calling.

In some cases, in particular if PHP’s automatic type-juggling kicks in this might be fine. In other cases, however this might be a bug.

We suggest to add an explicit type cast like in the following example:

function acceptsInteger($int) { }

$x = '123'; // string "123"

// Instead of
acceptsInteger($x);

// we recommend to use
acceptsInteger((integer) $x);
Loading history...
4033
				exit;
4034 View Code Duplication
			case 'deactivate' :
4035
				if ( ! current_user_can( 'jetpack_deactivate_modules' ) ) {
4036
					$error = 'cheatin';
4037
					break;
4038
				}
4039
4040
				$modules = stripslashes( $_GET['module'] );
4041
				check_admin_referer( "jetpack_deactivate-$modules" );
4042
				foreach ( explode( ',', $modules ) as $module ) {
4043
					Jetpack::log( 'deactivate', $module );
4044
					Jetpack::deactivate_module( $module );
4045
					Jetpack::state( 'message', 'module_deactivated' );
4046
				}
4047
				Jetpack::state( 'module', $modules );
4048
				wp_safe_redirect( Jetpack::admin_url( 'page=jetpack' ) );
4049
				exit;
4050
			case 'unlink' :
4051
				$redirect = isset( $_GET['redirect'] ) ? $_GET['redirect'] : '';
4052
				check_admin_referer( 'jetpack-unlink' );
4053
				Jetpack::log( 'unlink' );
4054
				$this->unlink_user();
4055
				Jetpack::state( 'message', 'unlinked' );
4056
				if ( 'sub-unlink' == $redirect ) {
4057
					wp_safe_redirect( admin_url() );
4058
				} else {
4059
					wp_safe_redirect( Jetpack::admin_url( array( 'page' => $redirect ) ) );
4060
				}
4061
				exit;
4062
			default:
4063
				/**
4064
				 * Fires when a Jetpack admin page is loaded with an unrecognized parameter.
4065
				 *
4066
				 * @since 2.6.0
4067
				 *
4068
				 * @param string sanitize_key( $_GET['action'] ) Unrecognized URL parameter.
4069
				 */
4070
				do_action( 'jetpack_unrecognized_action', sanitize_key( $_GET['action'] ) );
4071
			}
4072
		}
4073
4074
		if ( ! $error = $error ? $error : Jetpack::state( 'error' ) ) {
4075
			self::activate_new_modules( true );
4076
		}
4077
4078
		switch ( $error ) {
4079
		case 'cheatin' :
4080
			$this->error = __( 'Cheatin&#8217; uh?', 'jetpack' );
4081
			break;
4082
		case 'access_denied' :
4083
			$this->error = __( 'You need to authorize the Jetpack connection between your site and WordPress.com to enable the awesome features.', 'jetpack' );
4084
			break;
4085
		case 'wrong_state' :
4086
			$this->error = __( 'Don&#8217;t cross the streams!  You need to stay logged in to your WordPress blog while you authorize Jetpack.', 'jetpack' );
4087
			break;
4088
		case 'invalid_client' :
4089
			// @todo re-register instead of deactivate/reactivate
4090
			$this->error = __( 'Return to sender.  Whoops! It looks like you got the wrong Jetpack in the mail; deactivate then reactivate the Jetpack plugin to get a new one.', 'jetpack' );
4091
			break;
4092
		case 'invalid_grant' :
4093
			$this->error = __( 'Wrong size.  Hm&#8230; it seems your Jetpack doesn&#8217;t quite fit.  Have you lost weight? Click &#8220;Connect to WordPress.com&#8221; again to get your Jetpack adjusted.', 'jetpack' );
4094
			break;
4095
		case 'site_inaccessible' :
4096
		case 'site_requires_authorization' :
4097
			$this->error = sprintf( __( 'Your website needs to be publicly accessible to use Jetpack: %s', 'jetpack' ), "<code>$error</code>" );
4098
			break;
4099
		case 'module_activation_failed' :
4100
			$module = Jetpack::state( 'module' );
4101
			if ( ! empty( $module ) && $mod = Jetpack::get_module( $module ) ) {
4102
				$this->error = sprintf( __( '%s could not be activated because it triggered a <strong>fatal error</strong>. Perhaps there is a conflict with another plugin you have installed?', 'jetpack' ), $mod['name'] );
4103
				if ( isset( $this->plugins_to_deactivate[$module] ) ) {
4104
					$this->error .= ' ' . sprintf( __( 'Do you still have the %s plugin installed?', 'jetpack' ), $this->plugins_to_deactivate[$module][1] );
4105
				}
4106
			} else {
4107
				$this->error = __( 'Module could not be activated because it triggered a <strong>fatal error</strong>. Perhaps there is a conflict with another plugin you have installed?', 'jetpack' );
4108
			}
4109
			if ( $php_errors = Jetpack::state( 'php_errors' ) ) {
4110
				$this->error .= "<br />\n";
4111
				$this->error .= $php_errors;
4112
			}
4113
			break;
4114
		case 'master_user_required' :
4115
			$module = Jetpack::state( 'module' );
4116
			$module_name = '';
4117
			if ( ! empty( $module ) && $mod = Jetpack::get_module( $module ) ) {
4118
				$module_name = $mod['name'];
4119
			}
4120
4121
			$master_user = Jetpack_Options::get_option( 'master_user' );
4122
			$master_userdata = get_userdata( $master_user ) ;
4123
			if ( $master_userdata ) {
4124
				if ( ! in_array( $module, Jetpack::get_active_modules() ) ) {
4125
					$this->error = sprintf( __( '%s was not activated.' , 'jetpack' ), $module_name );
4126
				} else {
4127
					$this->error = sprintf( __( '%s was not deactivated.' , 'jetpack' ), $module_name );
4128
				}
4129
				$this->error .= '  ' . sprintf( __( 'This module can only be altered by %s, the user who initiated the Jetpack connection on this site.' , 'jetpack' ), esc_html( $master_userdata->display_name ) );
4130
4131
			} else {
4132
				$this->error = sprintf( __( 'Only the user who initiated the Jetpack connection on this site can toggle %s, but that user no longer exists. This should not happen.', 'jetpack' ), $module_name );
4133
			}
4134
			break;
4135
		case 'not_public' :
4136
			$this->error = __( '<strong>Your Jetpack has a glitch.</strong> Connecting this site with WordPress.com is not possible. This usually means your site is not publicly accessible (localhost).', 'jetpack' );
4137
			break;
4138
		case 'wpcom_408' :
4139
		case 'wpcom_5??' :
4140
		case 'wpcom_bad_response' :
4141
		case 'wpcom_outage' :
4142
			$this->error = __( 'WordPress.com is currently having problems and is unable to fuel up your Jetpack.  Please try again later.', 'jetpack' );
4143
			break;
4144
		case 'register_http_request_failed' :
4145
		case 'token_http_request_failed' :
4146
			$this->error = sprintf( __( 'Jetpack could not contact WordPress.com: %s.  This usually means something is incorrectly configured on your web host.', 'jetpack' ), "<code>$error</code>" );
4147
			break;
4148
		default :
4149
			if ( empty( $error ) ) {
4150
				break;
4151
			}
4152
			$error = trim( substr( strip_tags( $error ), 0, 20 ) );
4153
			// no break: fall through
4154
		case 'no_role' :
4155
		case 'no_cap' :
4156
		case 'no_code' :
4157
		case 'no_state' :
4158
		case 'invalid_state' :
4159
		case 'invalid_request' :
4160
		case 'invalid_scope' :
4161
		case 'unsupported_response_type' :
4162
		case 'invalid_token' :
4163
		case 'no_token' :
4164
		case 'missing_secrets' :
4165
		case 'home_missing' :
4166
		case 'siteurl_missing' :
4167
		case 'gmt_offset_missing' :
4168
		case 'site_name_missing' :
4169
		case 'secret_1_missing' :
4170
		case 'secret_2_missing' :
4171
		case 'site_lang_missing' :
4172
		case 'home_malformed' :
4173
		case 'siteurl_malformed' :
4174
		case 'gmt_offset_malformed' :
4175
		case 'timezone_string_malformed' :
4176
		case 'site_name_malformed' :
4177
		case 'secret_1_malformed' :
4178
		case 'secret_2_malformed' :
4179
		case 'site_lang_malformed' :
4180
		case 'secrets_mismatch' :
4181
		case 'verify_secret_1_missing' :
4182
		case 'verify_secret_1_malformed' :
4183
		case 'verify_secrets_missing' :
4184
		case 'verify_secrets_mismatch' :
4185
			$error = esc_html( $error );
4186
			$this->error = sprintf( __( '<strong>Your Jetpack has a glitch.</strong>  We&#8217;re sorry for the inconvenience. Please try again later, if the issue continues please contact support with this message: %s', 'jetpack' ), "<code>$error</code>" );
4187
			if ( ! Jetpack::is_active() ) {
4188
				$this->error .= '<br />';
4189
				$this->error .= sprintf( __( 'Try connecting again.', 'jetpack' ) );
4190
			}
4191
			break;
4192
		}
4193
4194
		$message_code = Jetpack::state( 'message' );
4195
4196
		$active_state = Jetpack::state( 'activated_modules' );
4197
		if ( ! empty( $active_state ) ) {
4198
			$available    = Jetpack::get_available_modules();
4199
			$active_state = explode( ',', $active_state );
4200
			$active_state = array_intersect( $active_state, $available );
4201
			if ( count( $active_state ) ) {
4202
				foreach ( $active_state as $mod ) {
4203
					$this->stat( 'module-activated', $mod );
4204
				}
4205
			} else {
4206
				$active_state = false;
4207
			}
4208
		}
4209
		if( Jetpack::state( 'optin-manage' ) ) {
4210
			$activated_manage = $message_code;
4211
			$message_code = 'jetpack-manage';
4212
4213
		}
4214
		switch ( $message_code ) {
4215
		case 'modules_activated' :
4216
			$this->message = sprintf(
4217
				__( 'Welcome to <strong>Jetpack %s</strong>!', 'jetpack' ),
4218
				JETPACK__VERSION
4219
			);
4220
4221
			if ( $active_state ) {
4222
				$titles = array();
4223 View Code Duplication
				foreach ( $active_state as $mod ) {
4224
					if ( $mod_headers = Jetpack::get_module( $mod ) ) {
4225
						$titles[] = '<strong>' . preg_replace( '/\s+(?![^<>]++>)/', '&nbsp;', $mod_headers['name'] ) . '</strong>';
4226
					}
4227
				}
4228
				if ( $titles ) {
4229
					$this->message .= '<br /><br />' . wp_sprintf( __( 'The following new modules have been activated: %l.', 'jetpack' ), $titles );
4230
				}
4231
			}
4232
4233
			if ( $reactive_state = Jetpack::state( 'reactivated_modules' ) ) {
4234
				$titles = array();
4235 View Code Duplication
				foreach ( explode( ',',  $reactive_state ) as $mod ) {
4236
					if ( $mod_headers = Jetpack::get_module( $mod ) ) {
4237
						$titles[] = '<strong>' . preg_replace( '/\s+(?![^<>]++>)/', '&nbsp;', $mod_headers['name'] ) . '</strong>';
4238
					}
4239
				}
4240
				if ( $titles ) {
4241
					$this->message .= '<br /><br />' . wp_sprintf( __( 'The following modules have been updated: %l.', 'jetpack' ), $titles );
4242
				}
4243
			}
4244
4245
			$this->message .= Jetpack::jetpack_comment_notice();
4246
			break;
4247
		case 'jetpack-manage':
4248
			$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>';
4249
			if ( $activated_manage ) {
4250
				$this->message .= '<br /><strong>' . __( 'Manage has been activated for you!', 'jetpack'  ) . '</strong>';
4251
			}
4252
			break;
4253
		case 'module_activated' :
4254
			if ( $module = Jetpack::get_module( Jetpack::state( 'module' ) ) ) {
4255
				$this->message = sprintf( __( '<strong>%s Activated!</strong> You can deactivate at any time by clicking the Deactivate link next to each module.', 'jetpack' ), $module['name'] );
4256
				$this->stat( 'module-activated', Jetpack::state( 'module' ) );
4257
			}
4258
			break;
4259
4260
		case 'module_deactivated' :
4261
			$modules = Jetpack::state( 'module' );
4262
			if ( ! $modules ) {
4263
				break;
4264
			}
4265
4266
			$module_names = array();
4267
			foreach ( explode( ',', $modules ) as $module_slug ) {
4268
				$module = Jetpack::get_module( $module_slug );
4269
				if ( $module ) {
4270
					$module_names[] = $module['name'];
4271
				}
4272
4273
				$this->stat( 'module-deactivated', $module_slug );
4274
			}
4275
4276
			if ( ! $module_names ) {
4277
				break;
4278
			}
4279
4280
			$this->message = wp_sprintf(
4281
				_nx(
4282
					'<strong>%l Deactivated!</strong> You can activate it again at any time using the activate link next to each module.',
4283
					'<strong>%l Deactivated!</strong> You can activate them again at any time using the activate links next to each module.',
4284
					count( $module_names ),
4285
					'%l = list of Jetpack module/feature names',
4286
					'jetpack'
4287
				),
4288
				$module_names
4289
			);
4290
			break;
4291
4292
		case 'module_configured' :
4293
			$this->message = __( '<strong>Module settings were saved.</strong> ', 'jetpack' );
4294
			break;
4295
4296
		case 'already_authorized' :
4297
			$this->message = __( '<strong>Your Jetpack is already connected.</strong> ', 'jetpack' );
4298
			break;
4299
4300
		case 'authorized' :
4301
			$this->message  = __( '<strong>You&#8217;re fueled up and ready to go, Jetpack is now active.</strong> ', 'jetpack' );
4302
			$this->message .= Jetpack::jetpack_comment_notice();
4303
			break;
4304
4305
		case 'linked' :
4306
			$this->message  = __( '<strong>You&#8217;re fueled up and ready to go.</strong> ', 'jetpack' );
4307
			$this->message .= Jetpack::jetpack_comment_notice();
4308
			break;
4309
4310
		case 'unlinked' :
4311
			$user = wp_get_current_user();
4312
			$this->message = sprintf( __( '<strong>You have unlinked your account (%s) from WordPress.com.</strong>', 'jetpack' ), $user->user_login );
4313
			break;
4314
4315
		case 'switch_master' :
4316
			global $current_user;
4317
			$is_master_user = $current_user->ID == Jetpack_Options::get_option( 'master_user' );
4318
			$master_userdata = get_userdata( Jetpack_Options::get_option( 'master_user' ) );
4319
			if ( $is_master_user ) {
4320
				$this->message = __( 'You have successfully set yourself as Jetpack’s primary user.', 'jetpack' );
4321
			} else {
4322
				$this->message = sprintf( _x( 'You have successfully set %s as Jetpack’s primary user.', '%s is a username', 'jetpack' ), $master_userdata->user_login );
4323
			}
4324
			break;
4325
		}
4326
4327
		$deactivated_plugins = Jetpack::state( 'deactivated_plugins' );
4328
4329
		if ( ! empty( $deactivated_plugins ) ) {
4330
			$deactivated_plugins = explode( ',', $deactivated_plugins );
4331
			$deactivated_titles  = array();
4332
			foreach ( $deactivated_plugins as $deactivated_plugin ) {
4333
				if ( ! isset( $this->plugins_to_deactivate[$deactivated_plugin] ) ) {
4334
					continue;
4335
				}
4336
4337
				$deactivated_titles[] = '<strong>' . str_replace( ' ', '&nbsp;', $this->plugins_to_deactivate[$deactivated_plugin][1] ) . '</strong>';
4338
			}
4339
4340
			if ( $deactivated_titles ) {
4341
				if ( $this->message ) {
4342
					$this->message .= "<br /><br />\n";
4343
				}
4344
4345
				$this->message .= wp_sprintf(
4346
					_n(
4347
						'Jetpack contains the most recent version of the old %l plugin.',
4348
						'Jetpack contains the most recent versions of the old %l plugins.',
4349
						count( $deactivated_titles ),
4350
						'jetpack'
4351
					),
4352
					$deactivated_titles
4353
				);
4354
4355
				$this->message .= "<br />\n";
4356
4357
				$this->message .= _n(
4358
					'The old version has been deactivated and can be removed from your site.',
4359
					'The old versions have been deactivated and can be removed from your site.',
4360
					count( $deactivated_titles ),
4361
					'jetpack'
4362
				);
4363
			}
4364
		}
4365
4366
		$this->privacy_checks = Jetpack::state( 'privacy_checks' );
4367
4368
		if ( $this->message || $this->error || $this->privacy_checks || $this->can_display_jetpack_manage_notice() ) {
4369
			add_action( 'jetpack_notices', array( $this, 'admin_notices' ) );
4370
		}
4371
4372 View Code Duplication
		if ( isset( $_GET['configure'] ) && Jetpack::is_module( $_GET['configure'] ) && current_user_can( 'manage_options' ) ) {
4373
			/**
4374
			 * Fires when a module configuration page is loaded.
4375
			 * The dynamic part of the hook is the configure parameter from the URL.
4376
			 *
4377
			 * @since 1.1.0
4378
			 */
4379
			do_action( 'jetpack_module_configuration_load_' . $_GET['configure'] );
4380
		}
4381
4382
		add_filter( 'jetpack_short_module_description', 'wptexturize' );
4383
	}
4384
4385
	function admin_notices() {
4386
4387
		if ( $this->error ) {
4388
?>
4389
<div id="message" class="jetpack-message jetpack-err">
4390
	<div class="squeezer">
4391
		<h2><?php echo wp_kses( $this->error, array( 'code' => true, 'strong' => true, 'br' => true, 'b' => true ) ); ?></h2>
4392
<?php	if ( $desc = Jetpack::state( 'error_description' ) ) : ?>
4393
		<p><?php echo esc_html( stripslashes( $desc ) ); ?></p>
4394
<?php	endif; ?>
4395
	</div>
4396
</div>
4397
<?php
4398
		}
4399
4400
		if ( $this->message ) {
4401
?>
4402
<div id="message" class="jetpack-message">
4403
	<div class="squeezer">
4404
		<h2><?php echo wp_kses( $this->message, array( 'strong' => array(), 'a' => array( 'href' => true ), 'br' => true ) ); ?></h2>
4405
	</div>
4406
</div>
4407
<?php
4408
		}
4409
4410
		if ( $this->privacy_checks ) :
4411
			$module_names = $module_slugs = array();
4412
4413
			$privacy_checks = explode( ',', $this->privacy_checks );
4414
			$privacy_checks = array_filter( $privacy_checks, array( 'Jetpack', 'is_module' ) );
4415
			foreach ( $privacy_checks as $module_slug ) {
4416
				$module = Jetpack::get_module( $module_slug );
4417
				if ( ! $module ) {
4418
					continue;
4419
				}
4420
4421
				$module_slugs[] = $module_slug;
4422
				$module_names[] = "<strong>{$module['name']}</strong>";
4423
			}
4424
4425
			$module_slugs = join( ',', $module_slugs );
4426
?>
4427
<div id="message" class="jetpack-message jetpack-err">
4428
	<div class="squeezer">
4429
		<h2><strong><?php esc_html_e( 'Is this site private?', 'jetpack' ); ?></strong></h2><br />
4430
		<p><?php
4431
			echo wp_kses(
4432
				wptexturize(
4433
					wp_sprintf(
4434
						_nx(
4435
							"Like your site's RSS feeds, %l allows access to your posts and other content to third parties.",
4436
							"Like your site's RSS feeds, %l allow access to your posts and other content to third parties.",
4437
							count( $privacy_checks ),
4438
							'%l = list of Jetpack module/feature names',
4439
							'jetpack'
4440
						),
4441
						$module_names
4442
					)
4443
				),
4444
				array( 'strong' => true )
4445
			);
4446
4447
			echo "\n<br />\n";
4448
4449
			echo wp_kses(
4450
				sprintf(
4451
					_nx(
4452
						'If your site is not publicly accessible, consider <a href="%1$s" title="%2$s">deactivating this feature</a>.',
4453
						'If your site is not publicly accessible, consider <a href="%1$s" title="%2$s">deactivating these features</a>.',
4454
						count( $privacy_checks ),
4455
						'%1$s = deactivation URL, %2$s = "Deactivate {list of Jetpack module/feature names}',
4456
						'jetpack'
4457
					),
4458
					wp_nonce_url(
4459
						Jetpack::admin_url(
4460
							array(
4461
								'page'   => 'jetpack',
4462
								'action' => 'deactivate',
4463
								'module' => urlencode( $module_slugs ),
4464
							)
4465
						),
4466
						"jetpack_deactivate-$module_slugs"
4467
					),
4468
					esc_attr( wp_kses( wp_sprintf( _x( 'Deactivate %l', '%l = list of Jetpack module/feature names', 'jetpack' ), $module_names ), array() ) )
4469
				),
4470
				array( 'a' => array( 'href' => true, 'title' => true ) )
4471
			);
4472
		?></p>
4473
	</div>
4474
</div>
4475
<?php endif;
4476
	// only display the notice if the other stuff is not there
4477
	if( $this->can_display_jetpack_manage_notice() && !  $this->error && ! $this->message && ! $this->privacy_checks ) {
4478
		if( isset( $_GET['page'] ) && 'jetpack' != $_GET['page'] )
4479
			$this->opt_in_jetpack_manage_notice();
4480
		}
4481
	}
4482
4483
	/**
4484
	 * Record a stat for later output.  This will only currently output in the admin_footer.
4485
	 */
4486
	function stat( $group, $detail ) {
4487
		if ( ! isset( $this->stats[ $group ] ) )
4488
			$this->stats[ $group ] = array();
4489
		$this->stats[ $group ][] = $detail;
4490
	}
4491
4492
	/**
4493
	 * Load stats pixels. $group is auto-prefixed with "x_jetpack-"
4494
	 */
4495
	function do_stats( $method = '' ) {
4496
		if ( is_array( $this->stats ) && count( $this->stats ) ) {
4497
			foreach ( $this->stats as $group => $stats ) {
4498
				if ( is_array( $stats ) && count( $stats ) ) {
4499
					$args = array( "x_jetpack-{$group}" => implode( ',', $stats ) );
4500
					if ( 'server_side' === $method ) {
4501
						self::do_server_side_stat( $args );
4502
					} else {
4503
						echo '<img src="' . esc_url( self::build_stats_url( $args ) ) . '" width="1" height="1" style="display:none;" />';
4504
					}
4505
				}
4506
				unset( $this->stats[ $group ] );
4507
			}
4508
		}
4509
	}
4510
4511
	/**
4512
	 * Runs stats code for a one-off, server-side.
4513
	 *
4514
	 * @param $args array|string The arguments to append to the URL. Should include `x_jetpack-{$group}={$stats}` or whatever we want to store.
4515
	 *
4516
	 * @return bool If it worked.
4517
	 */
4518
	static function do_server_side_stat( $args ) {
4519
		$response = wp_remote_get( esc_url_raw( self::build_stats_url( $args ) ) );
4520
		if ( is_wp_error( $response ) )
4521
			return false;
4522
4523
		if ( 200 !== wp_remote_retrieve_response_code( $response ) )
4524
			return false;
4525
4526
		return true;
4527
	}
4528
4529
	/**
4530
	 * Builds the stats url.
4531
	 *
4532
	 * @param $args array|string The arguments to append to the URL.
4533
	 *
4534
	 * @return string The URL to be pinged.
4535
	 */
4536
	static function build_stats_url( $args ) {
4537
		$defaults = array(
4538
			'v'    => 'wpcom2',
4539
			'rand' => md5( mt_rand( 0, 999 ) . time() ),
4540
		);
4541
		$args     = wp_parse_args( $args, $defaults );
4542
		/**
4543
		 * Filter the URL used as the Stats tracking pixel.
4544
		 *
4545
		 * @since 2.3.2
4546
		 *
4547
		 * @param string $url Base URL used as the Stats tracking pixel.
4548
		 */
4549
		$base_url = apply_filters(
4550
			'jetpack_stats_base_url',
4551
			set_url_scheme( 'http://pixel.wp.com/g.gif' )
4552
		);
4553
		$url      = add_query_arg( $args, $base_url );
4554
		return $url;
4555
	}
4556
4557
	function translate_current_user_to_role() {
4558
		foreach ( $this->capability_translations as $role => $cap ) {
4559
			if ( current_user_can( $role ) || current_user_can( $cap ) ) {
4560
				return $role;
4561
			}
4562
		}
4563
4564
		return false;
4565
	}
4566
4567
	function translate_role_to_cap( $role ) {
4568
		if ( ! isset( $this->capability_translations[$role] ) ) {
4569
			return false;
4570
		}
4571
4572
		return $this->capability_translations[$role];
4573
	}
4574
4575
	function sign_role( $role ) {
4576
		if ( ! $user_id = (int) get_current_user_id() ) {
4577
			return false;
4578
		}
4579
4580
		$token = Jetpack_Data::get_access_token();
4581
		if ( ! $token || is_wp_error( $token ) ) {
4582
			return false;
4583
		}
4584
4585
		return $role . ':' . hash_hmac( 'md5', "{$role}|{$user_id}", $token->secret );
4586
	}
4587
4588
	function build_connect_url( $raw = false, $redirect = false, $from = false ) {
4589
		if ( ! Jetpack_Options::get_option( 'blog_token' ) || ! Jetpack_Options::get_option( 'id' ) ) {
4590
			$url = Jetpack::nonce_url_no_esc( Jetpack::admin_url( 'action=register' ), 'jetpack-register' );
4591
			if( is_network_admin() ) {
4592
			    $url = add_query_arg( 'is_multisite', network_admin_url(
4593
			    'admin.php?page=jetpack-settings' ), $url );
4594
			}
4595
		} else {
4596
			$role = $this->translate_current_user_to_role();
4597
			$signed_role = $this->sign_role( $role );
4598
4599
			$user = wp_get_current_user();
4600
4601
			$redirect = $redirect ? esc_url_raw( $redirect ) : '';
4602
4603
			if( isset( $_REQUEST['is_multisite'] ) ) {
4604
				$redirect = Jetpack_Network::init()->get_url( 'network_admin_page' );
4605
			}
4606
4607
			$args = urlencode_deep(
4608
				array(
4609
					'response_type' => 'code',
4610
					'client_id'     => Jetpack_Options::get_option( 'id' ),
4611
					'redirect_uri'  => add_query_arg(
4612
						array(
4613
							'action'   => 'authorize',
4614
							'_wpnonce' => wp_create_nonce( "jetpack-authorize_{$role}_{$redirect}" ),
4615
							'redirect' => $redirect ? urlencode( $redirect ) : false,
4616
						),
4617
						menu_page_url( 'jetpack', false )
4618
					),
4619
					'state'         => $user->ID,
4620
					'scope'         => $signed_role,
4621
					'user_email'    => $user->user_email,
4622
					'user_login'    => $user->user_login,
4623
					'is_active'     => Jetpack::is_active(),
4624
					'jp_version'    => JETPACK__VERSION,
4625
				)
4626
			);
4627
4628
			$url = add_query_arg( $args, Jetpack::api_url( 'authorize' ) );
4629
		}
4630
4631
		$url = $from ? add_query_arg( 'from', $from, $url ) : $url;
4632
		return $raw ? $url : esc_url( $url );
4633
	}
4634
4635
	function build_reconnect_url( $raw = false ) {
4636
		$url = wp_nonce_url( Jetpack::admin_url( 'action=reconnect' ), 'jetpack-reconnect' );
4637
		return $raw ? $url : esc_url( $url );
4638
	}
4639
4640
	public static function admin_url( $args = null ) {
4641
		$args = wp_parse_args( $args, array( 'page' => 'jetpack' ) );
4642
		$url = add_query_arg( $args, admin_url( 'admin.php' ) );
4643
		return $url;
4644
	}
4645
4646
	public static function nonce_url_no_esc( $actionurl, $action = -1, $name = '_wpnonce' ) {
4647
		$actionurl = str_replace( '&amp;', '&', $actionurl );
4648
		return add_query_arg( $name, wp_create_nonce( $action ), $actionurl );
4649
	}
4650
4651
	function dismiss_jetpack_notice() {
4652
4653
		if ( ! isset( $_GET['jetpack-notice'] ) ) {
4654
			return;
4655
		}
4656
4657
		switch( $_GET['jetpack-notice'] ) {
4658
			case 'dismiss':
4659
				if ( check_admin_referer( 'jetpack-deactivate' ) && ! is_plugin_active_for_network( plugin_basename( JETPACK__PLUGIN_DIR . 'jetpack.php' ) ) ) {
4660
4661
					require_once ABSPATH . 'wp-admin/includes/plugin.php';
4662
					deactivate_plugins( JETPACK__PLUGIN_DIR . 'jetpack.php', false, false );
4663
					wp_safe_redirect( admin_url() . 'plugins.php?deactivate=true&plugin_status=all&paged=1&s=' );
4664
				}
4665
				break;
4666 View Code Duplication
			case 'jetpack-manage-opt-out':
4667
4668
				if ( check_admin_referer( 'jetpack_manage_banner_opt_out' ) ) {
4669
					// Don't show the banner again
4670
4671
					Jetpack_Options::update_option( 'dismissed_manage_banner', true );
4672
					// redirect back to the page that had the notice
4673
					if ( wp_get_referer() ) {
4674
						wp_safe_redirect( wp_get_referer() );
4675
					} else {
4676
						// Take me to Jetpack
4677
						wp_safe_redirect( admin_url( 'admin.php?page=jetpack' ) );
4678
					}
4679
				}
4680
				break;
4681 View Code Duplication
			case 'jetpack-protect-multisite-opt-out':
4682
4683
				if ( check_admin_referer( 'jetpack_protect_multisite_banner_opt_out' ) ) {
4684
					// Don't show the banner again
4685
4686
					update_site_option( 'jetpack_dismissed_protect_multisite_banner', true );
4687
					// redirect back to the page that had the notice
4688
					if ( wp_get_referer() ) {
4689
						wp_safe_redirect( wp_get_referer() );
4690
					} else {
4691
						// Take me to Jetpack
4692
						wp_safe_redirect( admin_url( 'admin.php?page=jetpack' ) );
4693
					}
4694
				}
4695
				break;
4696
			case 'jetpack-manage-opt-in':
4697
				if ( check_admin_referer( 'jetpack_manage_banner_opt_in' ) ) {
4698
					// This makes sure that we are redirect to jetpack home so that we can see the Success Message.
4699
4700
					$redirection_url = Jetpack::admin_url();
4701
					remove_action( 'jetpack_pre_activate_module',   array( Jetpack_Admin::init(), 'fix_redirect' ) );
4702
4703
					// Don't redirect form the Jetpack Setting Page
4704
					$referer_parsed = parse_url ( wp_get_referer() );
4705
					// check that we do have a wp_get_referer and the query paramater is set orderwise go to the Jetpack Home
4706
					if ( isset( $referer_parsed['query'] ) && false !== strpos( $referer_parsed['query'], 'page=jetpack_modules' ) ) {
4707
						// Take the user to Jetpack home except when on the setting page
4708
						$redirection_url = wp_get_referer();
4709
						add_action( 'jetpack_pre_activate_module',   array( Jetpack_Admin::init(), 'fix_redirect' ) );
4710
					}
4711
					// Also update the JSON API FULL MANAGEMENT Option
4712
					Jetpack::activate_module( 'manage', false, false );
4713
4714
					// Special Message when option in.
4715
					Jetpack::state( 'optin-manage', 'true' );
4716
					// Activate the Module if not activated already
4717
4718
					// Redirect properly
4719
					wp_safe_redirect( $redirection_url );
4720
4721
				}
4722
				break;
4723
		}
4724
	}
4725
4726
	function debugger_page() {
4727
		nocache_headers();
4728
		if ( ! current_user_can( 'manage_options' ) ) {
4729
			die( '-1' );
4730
		}
4731
		Jetpack_Debugger::jetpack_debug_display_handler();
4732
		exit;
4733
	}
4734
4735
	public static function admin_screen_configure_module( $module_id ) {
4736
4737
		// User that doesn't have 'jetpack_configure_modules' will never end up here since Jetpack Landing Page woun't let them.
4738
		if ( ! in_array( $module_id, Jetpack::get_active_modules() ) && current_user_can( 'manage_options' ) ) {
4739
			if ( has_action( 'display_activate_module_setting_' . $module_id ) ) {
4740
				/**
4741
				 * Fires to diplay a custom module activation screen.
4742
				 *
4743
				 * To add a module actionation screen use Jetpack::module_configuration_activation_screen method.
4744
				 * Example: Jetpack::module_configuration_activation_screen( 'manage', array( $this, 'manage_activate_screen' ) );
4745
				 *
4746
				 * @module manage
4747
				 *
4748
				 * @since 3.8.0
4749
				 *
4750
				 * @param int $module_id Module ID.
4751
				 */
4752
				do_action( 'display_activate_module_setting_' . $module_id );
4753
			} else {
4754
				self::display_activate_module_link( $module_id );
4755
			}
4756
4757
			return false;
4758
		} ?>
4759
4760
		<div id="jp-settings-screen" style="position: relative">
4761
			<h3>
4762
			<?php
4763
				$module = Jetpack::get_module( $module_id );
4764
				echo '<a href="' . Jetpack::admin_url( 'page=jetpack_modules' ) . '">' . __( 'Jetpack by WordPress.com', 'jetpack' ) . '</a> &rarr; ';
4765
				printf( __( 'Configure %s', 'jetpack' ), $module['name'] );
4766
			?>
4767
			</h3>
4768
			<?php
4769
				/**
4770
				 * Fires within the displayed message when a feature configuation is updated.
4771
				 *
4772
				 * @since 3.4.0
4773
				 *
4774
				 * @param int $module_id Module ID.
4775
				 */
4776
				do_action( 'jetpack_notices_update_settings', $module_id );
4777
				/**
4778
				 * Fires when a feature configuation screen is loaded.
4779
				 * The dynamic part of the hook, $module_id, is the module ID.
4780
				 *
4781
				 * @since 1.1.0
4782
				 */
4783
				do_action( 'jetpack_module_configuration_screen_' . $module_id );
4784
			?>
4785
		</div><?php
4786
	}
4787
4788
	/**
4789
	 * Display link to activate the module to see the settings screen.
4790
	 * @param  string $module_id
4791
	 * @return null
4792
	 */
4793
	public static function display_activate_module_link( $module_id ) {
4794
4795
		$info =  Jetpack::get_module( $module_id );
4796
		$extra = '';
4797
		$activate_url = wp_nonce_url(
4798
				Jetpack::admin_url(
4799
					array(
4800
						'page'   => 'jetpack',
4801
						'action' => 'activate',
4802
						'module' => $module_id,
4803
					)
4804
				),
4805
				"jetpack_activate-$module_id"
4806
			);
4807
4808
		?>
4809
4810
		<div class="wrap configure-module">
4811
			<div id="jp-settings-screen">
4812
				<?php
4813
				if ( $module_id == 'json-api' ) {
4814
4815
					$info['name'] = esc_html__( 'Activate Site Management and JSON API', 'jetpack' );
4816
4817
					$activate_url = Jetpack::init()->opt_in_jetpack_manage_url();
4818
4819
					$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' ), 'http://jetpack.com/support/site-management' );
4820
4821
					// $extra = __( 'To use Site Management, you need to first activate JSON API to allow remote management of your site. ', 'jetpack' );
4822
				} ?>
4823
4824
				<h3><?php echo esc_html( $info['name'] ); ?></h3>
4825
				<div class="narrow">
4826
					<p><?php echo  $info['description']; ?></p>
4827
					<?php if( $extra ) { ?>
4828
					<p><?php echo esc_html( $extra ); ?></p>
4829
					<?php } ?>
4830
					<p>
4831
						<?php
4832
						if( wp_get_referer() ) {
4833
							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() );
4834
						} else {
4835
							printf( __( '<a class="button-primary" href="%s">Activate Now</a>', 'jetpack' ) , $activate_url  );
4836
						} ?>
4837
					</p>
4838
				</div>
4839
4840
			</div>
4841
		</div>
4842
4843
		<?php
4844
	}
4845
4846
	public static function sort_modules( $a, $b ) {
4847
		if ( $a['sort'] == $b['sort'] )
4848
			return 0;
4849
4850
		return ( $a['sort'] < $b['sort'] ) ? -1 : 1;
4851
	}
4852
4853 View Code Duplication
	function sync_reindex_trigger() {
4854
		if ( $this->current_user_is_connection_owner() && current_user_can( 'manage_options' ) ) {
4855
			echo json_encode( $this->sync->reindex_trigger() );
4856
		} else {
4857
			echo '{"status":"ERROR"}';
4858
		}
4859
		exit;
4860
	}
4861
4862 View Code Duplication
	function sync_reindex_status(){
4863
		if ( $this->current_user_is_connection_owner() && current_user_can( 'manage_options' ) ) {
4864
			echo json_encode( $this->sync->reindex_status() );
4865
		} else {
4866
			echo '{"status":"ERROR"}';
4867
		}
4868
		exit;
4869
	}
4870
4871
/* Client API */
4872
4873
	/**
4874
	 * Returns the requested Jetpack API URL
4875
	 *
4876
	 * @return string
4877
	 */
4878
	public static function api_url( $relative_url ) {
4879
		return trailingslashit( JETPACK__API_BASE . $relative_url  ) . JETPACK__API_VERSION . '/';
4880
	}
4881
4882
	/**
4883
	 * Some hosts disable the OpenSSL extension and so cannot make outgoing HTTPS requsets
4884
	 */
4885
	public static function fix_url_for_bad_hosts( $url ) {
4886
		if ( 0 !== strpos( $url, 'https://' ) ) {
4887
			return $url;
4888
		}
4889
4890
		switch ( JETPACK_CLIENT__HTTPS ) {
4891
			case 'ALWAYS' :
4892
				return $url;
4893
			case 'NEVER' :
4894
				return set_url_scheme( $url, 'http' );
4895
			// default : case 'AUTO' :
4896
		}
4897
4898
		// Yay! Your host is good!
4899
		if ( self::permit_ssl() && wp_http_supports( array( 'ssl' => true ) ) ) {
4900
			return $url;
4901
		}
4902
4903
		// Boo! Your host is bad and makes Jetpack cry!
4904
		return set_url_scheme( $url, 'http' );
4905
	}
4906
4907
	/**
4908
	 * Checks to see if the URL is using SSL to connect with Jetpack
4909
	 *
4910
	 * @since 2.3.3
4911
	 * @return boolean
4912
	 */
4913
	public static function permit_ssl( $force_recheck = false ) {
4914
		// Do some fancy tests to see if ssl is being supported
4915
		if ( $force_recheck || false === ( $ssl = get_transient( 'jetpack_https_test' ) ) ) {
4916
			if ( 'https' !== substr( JETPACK__API_BASE, 0, 5 ) ) {
4917
				$ssl = 0;
4918
			} else {
4919
				switch ( JETPACK_CLIENT__HTTPS ) {
4920
					case 'NEVER':
4921
						$ssl = 0;
4922
						break;
4923
					case 'ALWAYS':
4924
					case 'AUTO':
4925
					default:
4926
						$ssl = 1;
4927
						break;
4928
				}
4929
4930
				// If it's not 'NEVER', test to see
4931
				if ( $ssl ) {
4932
					$response = wp_remote_get( JETPACK__API_BASE . 'test/1/' );
4933
					if ( is_wp_error( $response ) || ( 'OK' !== wp_remote_retrieve_body( $response ) ) ) {
4934
						$ssl = 0;
4935
					}
4936
				}
4937
			}
4938
			set_transient( 'jetpack_https_test', $ssl, DAY_IN_SECONDS );
4939
		}
4940
4941
		return (bool) $ssl;
4942
	}
4943
4944
	/*
4945
	 * Displays an admin_notice, alerting the user to their JETPACK_CLIENT__HTTPS constant being 'ALWAYS' but SSL isn't working.
4946
	 */
4947
	public function alert_required_ssl_fail() {
4948
		if ( ! current_user_can( 'manage_options' ) )
4949
			return;
4950
		?>
4951
4952
		<div id="message" class="error jetpack-message jp-identity-crisis">
4953
			<div class="jp-banner__content">
4954
				<h2><?php _e( 'Something is being cranky!', 'jetpack' ); ?></h2>
4955
				<p><?php _e( 'Your site is configured to only permit SSL connections to Jetpack, but SSL connections don\'t seem to be functional!', 'jetpack' ); ?></p>
4956
			</div>
4957
		</div>
4958
4959
		<?php
4960
	}
4961
4962
	/**
4963
	 * Returns the Jetpack XML-RPC API
4964
	 *
4965
	 * @return string
4966
	 */
4967
	public static function xmlrpc_api_url() {
4968
		$base = preg_replace( '#(https?://[^?/]+)(/?.*)?$#', '\\1', JETPACK__API_BASE );
4969
		return untrailingslashit( $base ) . '/xmlrpc.php';
4970
	}
4971
4972
	/**
4973
	 * Creates two secret tokens and the end of life timestamp for them.
4974
	 *
4975
	 * Note these tokens are unique per call, NOT static per site for connecting.
4976
	 *
4977
	 * @since 2.6
4978
	 * @return array
4979
	 */
4980
	public function generate_secrets() {
4981
	    $secrets = array(
4982
		wp_generate_password( 32, false ), // secret_1
4983
		wp_generate_password( 32, false ), // secret_2
4984
		( time() + 600 ), // eol ( End of Life )
4985
	    );
4986
4987
	    return $secrets;
4988
	}
4989
4990
	/**
4991
	 * Builds the timeout limit for queries talking with the wpcom servers.
4992
	 *
4993
	 * Based on local php max_execution_time in php.ini
4994
	 *
4995
	 * @since 2.6
4996
	 * @return int
4997
	 **/
4998
	public function get_remote_query_timeout_limit() {
4999
	    $timeout = (int) ini_get( 'max_execution_time' );
5000
	    if ( ! $timeout ) // Ensure exec time set in php.ini
5001
		$timeout = 30;
5002
	    return intval( $timeout / 2 );
5003
	}
5004
5005
5006
	/**
5007
	 * Takes the response from the Jetpack register new site endpoint and
5008
	 * verifies it worked properly.
5009
	 *
5010
	 * @since 2.6
5011
	 * @return true or Jetpack_Error
5012
	 **/
5013
	public function validate_remote_register_response( $response ) {
5014
	    	if ( is_wp_error( $response ) ) {
5015
			return new Jetpack_Error( 'register_http_request_failed', $response->get_error_message() );
5016
		}
5017
5018
		$code   = wp_remote_retrieve_response_code( $response );
5019
		$entity = wp_remote_retrieve_body( $response );
5020
		if ( $entity )
5021
			$json = json_decode( $entity );
5022
		else
5023
			$json = false;
5024
5025
		$code_type = intval( $code / 100 );
5026
		if ( 5 == $code_type ) {
5027
			return new Jetpack_Error( 'wpcom_5??', sprintf( __( 'Error Details: %s', 'jetpack' ), $code ), $code );
5028
		} elseif ( 408 == $code ) {
5029
			return new Jetpack_Error( 'wpcom_408', sprintf( __( 'Error Details: %s', 'jetpack' ), $code ), $code );
5030
		} elseif ( ! empty( $json->error ) ) {
5031
			$error_description = isset( $json->error_description ) ? sprintf( __( 'Error Details: %s', 'jetpack' ), (string) $json->error_description ) : '';
5032
			return new Jetpack_Error( (string) $json->error, $error_description, $code );
5033
		} elseif ( 200 != $code ) {
5034
			return new Jetpack_Error( 'wpcom_bad_response', sprintf( __( 'Error Details: %s', 'jetpack' ), $code ), $code );
5035
		}
5036
5037
		// Jetpack ID error block
5038
		if ( empty( $json->jetpack_id ) ) {
5039
			return new Jetpack_Error( 'jetpack_id', sprintf( __( 'Error Details: Jetpack ID is empty. Do not publicly post this error message! %s', 'jetpack' ), $entity ), $entity );
5040
		} elseif ( ! is_scalar( $json->jetpack_id ) ) {
5041
			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 );
5042
		} elseif ( preg_match( '/[^0-9]/', $json->jetpack_id ) ) {
5043
			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 );
5044
		}
5045
5046
	    return true;
5047
	}
5048
	/**
5049
	 * @return bool|WP_Error
5050
	 */
5051
	public static function register() {
5052
		add_action( 'pre_update_jetpack_option_register', array( 'Jetpack_Options', 'delete_option' ) );
5053
		$secrets = Jetpack::init()->generate_secrets();
5054
5055
		Jetpack_Options::update_option( 'register', $secrets[0] . ':' . $secrets[1] . ':' . $secrets[2] );
5056
5057
		@list( $secret_1, $secret_2, $secret_eol ) = explode( ':', Jetpack_Options::get_option( 'register' ) );
5058
		if ( empty( $secret_1 ) || empty( $secret_2 ) || empty( $secret_eol ) || $secret_eol < time() ) {
5059
			return new Jetpack_Error( 'missing_secrets' );
5060
		}
5061
5062
		$timeout = Jetpack::init()->get_remote_query_timeout_limit();
5063
5064
		$gmt_offset = get_option( 'gmt_offset' );
5065
		if ( ! $gmt_offset ) {
5066
			$gmt_offset = 0;
5067
		}
5068
5069
		$stats_options = get_option( 'stats_options' );
5070
		$stats_id = isset($stats_options['blog_id']) ? $stats_options['blog_id'] : null;
5071
5072
		$args = array(
5073
			'method'  => 'POST',
5074
			'body'    => array(
5075
				'siteurl'         => site_url(),
5076
				'home'            => home_url(),
5077
				'gmt_offset'      => $gmt_offset,
5078
				'timezone_string' => (string) get_option( 'timezone_string' ),
5079
				'site_name'       => (string) get_option( 'blogname' ),
5080
				'secret_1'        => $secret_1,
5081
				'secret_2'        => $secret_2,
5082
				'site_lang'       => get_locale(),
5083
				'timeout'         => $timeout,
5084
				'stats_id'        => $stats_id,
5085
			),
5086
			'headers' => array(
5087
				'Accept' => 'application/json',
5088
			),
5089
			'timeout' => $timeout,
5090
		);
5091
		$response = Jetpack_Client::_wp_remote_request( Jetpack::fix_url_for_bad_hosts( Jetpack::api_url( 'register' ) ), $args, true );
5092
5093
5094
		// Make sure the response is valid and does not contain any Jetpack errors
5095
		$valid_response = Jetpack::init()->validate_remote_register_response( $response );
5096
		if( is_wp_error( $valid_response ) || !$valid_response ) {
5097
		    return $valid_response;
5098
		}
5099
5100
		// Grab the response values to work with
5101
		$code   = wp_remote_retrieve_response_code( $response );
5102
		$entity = wp_remote_retrieve_body( $response );
5103
5104
		if ( $entity )
5105
			$json = json_decode( $entity );
5106
		else
5107
			$json = false;
5108
5109 View Code Duplication
		if ( empty( $json->jetpack_secret ) || ! is_string( $json->jetpack_secret ) )
5110
			return new Jetpack_Error( 'jetpack_secret', '', $code );
5111
5112
		if ( isset( $json->jetpack_public ) ) {
5113
			$jetpack_public = (int) $json->jetpack_public;
5114
		} else {
5115
			$jetpack_public = false;
5116
		}
5117
5118
		Jetpack_Options::update_options(
5119
			array(
5120
				'id'         => (int)    $json->jetpack_id,
5121
				'blog_token' => (string) $json->jetpack_secret,
5122
				'public'     => $jetpack_public,
5123
			)
5124
		);
5125
5126
		/**
5127
		 * Fires when a site is registered on WordPress.com.
5128
		 *
5129
		 * @since 3.7.0
5130
		 *
5131
		 * @param int $json->jetpack_id Jetpack Blog ID.
5132
		 * @param string $json->jetpack_secret Jetpack Blog Token.
5133
		 * @param int|bool $jetpack_public Is the site public.
5134
		 */
5135
		do_action( 'jetpack_site_registered', $json->jetpack_id, $json->jetpack_secret, $jetpack_public );
5136
5137
		// Initialize Jump Start for the first and only time.
5138
		if ( ! Jetpack_Options::get_option( 'jumpstart' ) ) {
5139
			Jetpack_Options::update_option( 'jumpstart', 'new_connection' );
5140
5141
			$jetpack = Jetpack::init();
5142
5143
			$jetpack->stat( 'jumpstart', 'unique-views' );
5144
			$jetpack->do_stats( 'server_side' );
5145
		};
5146
5147
		return true;
5148
	}
5149
5150
	/**
5151
	 * If the db version is showing something other that what we've got now, bump it to current.
5152
	 *
5153
	 * @return bool: True if the option was incorrect and updated, false if nothing happened.
5154
	 */
5155
	public static function maybe_set_version_option() {
5156
		list( $version ) = explode( ':', Jetpack_Options::get_option( 'version' ) );
5157
		if ( JETPACK__VERSION != $version ) {
5158
			Jetpack_Options::update_option( 'version', JETPACK__VERSION . ':' . time() );
5159
			return true;
5160
		}
5161
		return false;
5162
	}
5163
5164
/* Client Server API */
5165
5166
	/**
5167
	 * Loads the Jetpack XML-RPC client
5168
	 */
5169
	public static function load_xml_rpc_client() {
5170
		require_once ABSPATH . WPINC . '/class-IXR.php';
5171
		require_once JETPACK__PLUGIN_DIR . 'class.jetpack-ixr-client.php';
5172
	}
5173
5174
	function verify_xml_rpc_signature() {
5175
		if ( $this->xmlrpc_verification ) {
5176
			return $this->xmlrpc_verification;
5177
		}
5178
5179
		// It's not for us
5180
		if ( ! isset( $_GET['token'] ) || empty( $_GET['signature'] ) ) {
5181
			return false;
5182
		}
5183
5184
		@list( $token_key, $version, $user_id ) = explode( ':', $_GET['token'] );
5185
		if (
5186
			empty( $token_key )
5187
		||
5188
			empty( $version ) || strval( JETPACK__API_VERSION ) !== $version
5189
		) {
5190
			return false;
5191
		}
5192
5193
		if ( '0' === $user_id ) {
5194
			$token_type = 'blog';
5195
			$user_id = 0;
5196
		} else {
5197
			$token_type = 'user';
5198
			if ( empty( $user_id ) || ! ctype_digit( $user_id ) ) {
5199
				return false;
5200
			}
5201
			$user_id = (int) $user_id;
5202
5203
			$user = new WP_User( $user_id );
5204
			if ( ! $user || ! $user->exists() ) {
5205
				return false;
5206
			}
5207
		}
5208
5209
		$token = Jetpack_Data::get_access_token( $user_id );
5210
		if ( ! $token ) {
5211
			return false;
5212
		}
5213
5214
		$token_check = "$token_key.";
5215
		if ( ! hash_equals( substr( $token->secret, 0, strlen( $token_check ) ), $token_check ) ) {
5216
			return false;
5217
		}
5218
5219
		require_once JETPACK__PLUGIN_DIR . 'class.jetpack-signature.php';
5220
5221
		$jetpack_signature = new Jetpack_Signature( $token->secret, (int) Jetpack_Options::get_option( 'time_diff' ) );
5222
		if ( isset( $_POST['_jetpack_is_multipart'] ) ) {
5223
			$post_data   = $_POST;
5224
			$file_hashes = array();
5225
			foreach ( $post_data as $post_data_key => $post_data_value ) {
5226
				if ( 0 !== strpos( $post_data_key, '_jetpack_file_hmac_' ) ) {
5227
					continue;
5228
				}
5229
				$post_data_key = substr( $post_data_key, strlen( '_jetpack_file_hmac_' ) );
5230
				$file_hashes[$post_data_key] = $post_data_value;
5231
			}
5232
5233
			foreach ( $file_hashes as $post_data_key => $post_data_value ) {
5234
				unset( $post_data["_jetpack_file_hmac_{$post_data_key}"] );
5235
				$post_data[$post_data_key] = $post_data_value;
5236
			}
5237
5238
			ksort( $post_data );
5239
5240
			$body = http_build_query( stripslashes_deep( $post_data ) );
5241
		} elseif ( is_null( $this->HTTP_RAW_POST_DATA ) ) {
5242
			$body = file_get_contents( 'php://input' );
5243
		} else {
5244
			$body = null;
5245
		}
5246
		$signature = $jetpack_signature->sign_current_request(
5247
			array( 'body' => is_null( $body ) ? $this->HTTP_RAW_POST_DATA : $body, )
5248
		);
5249
5250
		if ( ! $signature ) {
5251
			return false;
5252
		} else if ( is_wp_error( $signature ) ) {
5253
			return $signature;
5254
		} else if ( ! hash_equals( $signature, $_GET['signature'] ) ) {
5255
			return false;
5256
		}
5257
5258
		$timestamp = (int) $_GET['timestamp'];
5259
		$nonce     = stripslashes( (string) $_GET['nonce'] );
5260
5261
		if ( ! $this->add_nonce( $timestamp, $nonce ) ) {
5262
			return false;
5263
		}
5264
5265
		$this->xmlrpc_verification = array(
5266
			'type'    => $token_type,
5267
			'user_id' => $token->external_user_id,
5268
		);
5269
5270
		return $this->xmlrpc_verification;
5271
	}
5272
5273
	/**
5274
	 * Authenticates XML-RPC and other requests from the Jetpack Server
5275
	 */
5276
	function authenticate_jetpack( $user, $username, $password ) {
5277
		if ( is_a( $user, 'WP_User' ) ) {
5278
			return $user;
5279
		}
5280
5281
		$token_details = $this->verify_xml_rpc_signature();
5282
5283
		if ( ! $token_details || is_wp_error( $token_details ) ) {
5284
			return $user;
5285
		}
5286
5287
		if ( 'user' !== $token_details['type'] ) {
5288
			return $user;
5289
		}
5290
5291
		if ( ! $token_details['user_id'] ) {
5292
			return $user;
5293
		}
5294
5295
		nocache_headers();
5296
5297
		return new WP_User( $token_details['user_id'] );
5298
	}
5299
5300
	function add_nonce( $timestamp, $nonce ) {
5301
		global $wpdb;
5302
		static $nonces_used_this_request = array();
5303
5304
		if ( isset( $nonces_used_this_request["$timestamp:$nonce"] ) ) {
5305
			return $nonces_used_this_request["$timestamp:$nonce"];
5306
		}
5307
5308
		// This should always have gone through Jetpack_Signature::sign_request() first to check $timestamp an $nonce
5309
		$timestamp = (int) $timestamp;
5310
		$nonce     = esc_sql( $nonce );
5311
5312
		// Raw query so we can avoid races: add_option will also update
5313
		$show_errors = $wpdb->show_errors( false );
5314
5315
		$old_nonce = $wpdb->get_row(
5316
			$wpdb->prepare( "SELECT * FROM `$wpdb->options` WHERE option_name = %s", "jetpack_nonce_{$timestamp}_{$nonce}" )
5317
		);
5318
5319
		if ( is_null( $old_nonce ) ) {
5320
			$return = $wpdb->query(
5321
				$wpdb->prepare(
5322
					"INSERT INTO `$wpdb->options` (`option_name`, `option_value`, `autoload`) VALUES (%s, %s, %s)",
5323
					"jetpack_nonce_{$timestamp}_{$nonce}",
5324
					time(),
5325
					'no'
5326
				)
5327
			);
5328
		} else {
5329
			$return = false;
5330
		}
5331
5332
		$wpdb->show_errors( $show_errors );
5333
5334
		$nonces_used_this_request["$timestamp:$nonce"] = $return;
5335
5336
		return $return;
5337
	}
5338
5339
	/**
5340
	 * In some setups, $HTTP_RAW_POST_DATA can be emptied during some IXR_Server paths since it is passed by reference to various methods.
5341
	 * Capture it here so we can verify the signature later.
5342
	 */
5343
	function xmlrpc_methods( $methods ) {
5344
		$this->HTTP_RAW_POST_DATA = $GLOBALS['HTTP_RAW_POST_DATA'];
5345
		return $methods;
5346
	}
5347
5348
	function public_xmlrpc_methods( $methods ) {
5349
		if ( array_key_exists( 'wp.getOptions', $methods ) ) {
5350
			$methods['wp.getOptions'] = array( $this, 'jetpack_getOptions' );
5351
		}
5352
		return $methods;
5353
	}
5354
5355
	function jetpack_getOptions( $args ) {
5356
		global $wp_xmlrpc_server;
5357
5358
		$wp_xmlrpc_server->escape( $args );
5359
5360
		$username	= $args[1];
5361
		$password	= $args[2];
5362
5363
		if ( !$user = $wp_xmlrpc_server->login($username, $password) ) {
5364
			return $wp_xmlrpc_server->error;
5365
		}
5366
5367
		$options = array();
5368
		$user_data = $this->get_connected_user_data();
5369
		if ( is_array( $user_data ) ) {
5370
			$options['jetpack_user_id'] = array(
5371
				'desc'          => __( 'The WP.com user ID of the connected user', 'jetpack' ),
5372
				'readonly'      => true,
5373
				'value'         => $user_data['ID'],
5374
			);
5375
			$options['jetpack_user_login'] = array(
5376
				'desc'          => __( 'The WP.com username of the connected user', 'jetpack' ),
5377
				'readonly'      => true,
5378
				'value'         => $user_data['login'],
5379
			);
5380
			$options['jetpack_user_email'] = array(
5381
				'desc'          => __( 'The WP.com user email of the connected user', 'jetpack' ),
5382
				'readonly'      => true,
5383
				'value'         => $user_data['email'],
5384
			);
5385
			$options['jetpack_user_site_count'] = array(
5386
				'desc'          => __( 'The number of sites of the connected WP.com user', 'jetpack' ),
5387
				'readonly'      => true,
5388
				'value'         => $user_data['site_count'],
5389
			);
5390
		}
5391
		$wp_xmlrpc_server->blog_options = array_merge( $wp_xmlrpc_server->blog_options, $options );
5392
		$args = stripslashes_deep( $args );
5393
		return $wp_xmlrpc_server->wp_getOptions( $args );
5394
	}
5395
5396
	function xmlrpc_options( $options ) {
5397
		$jetpack_client_id = false;
5398
		if ( self::is_active() ) {
5399
			$jetpack_client_id = Jetpack_Options::get_option( 'id' );
5400
		}
5401
		$options['jetpack_version'] = array(
5402
				'desc'          => __( 'Jetpack Plugin Version', 'jetpack' ),
5403
				'readonly'      => true,
5404
				'value'         => JETPACK__VERSION,
5405
		);
5406
5407
		$options['jetpack_client_id'] = array(
5408
				'desc'          => __( 'The Client ID/WP.com Blog ID of this site', 'jetpack' ),
5409
				'readonly'      => true,
5410
				'value'         => $jetpack_client_id,
5411
		);
5412
		return $options;
5413
	}
5414
5415
	public static function clean_nonces( $all = false ) {
5416
		global $wpdb;
5417
5418
		$sql = "DELETE FROM `$wpdb->options` WHERE `option_name` LIKE %s";
5419
		if ( method_exists ( $wpdb , 'esc_like' ) ) {
5420
			$sql_args = array( $wpdb->esc_like( 'jetpack_nonce_' ) . '%' );
5421
		} else {
5422
			$sql_args = array( like_escape( 'jetpack_nonce_' ) . '%' );
5423
		}
5424
5425
		if ( true !== $all ) {
5426
			$sql .= ' AND CAST( `option_value` AS UNSIGNED ) < %d';
5427
			$sql_args[] = time() - 3600;
5428
		}
5429
5430
		$sql .= ' ORDER BY `option_id` LIMIT 100';
5431
5432
		$sql = $wpdb->prepare( $sql, $sql_args );
5433
5434
		for ( $i = 0; $i < 1000; $i++ ) {
5435
			if ( ! $wpdb->query( $sql ) ) {
5436
				break;
5437
			}
5438
		}
5439
	}
5440
5441
	/**
5442
	 * State is passed via cookies from one request to the next, but never to subsequent requests.
5443
	 * SET: state( $key, $value );
5444
	 * GET: $value = state( $key );
5445
	 *
5446
	 * @param string $key
5447
	 * @param string $value
5448
	 * @param bool $restate private
5449
	 */
5450
	public static function state( $key = null, $value = null, $restate = false ) {
5451
		static $state = array();
5452
		static $path, $domain;
5453
		if ( ! isset( $path ) ) {
5454
			require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
5455
			$admin_url = Jetpack::admin_url();
5456
			$bits      = parse_url( $admin_url );
5457
5458
			if ( is_array( $bits ) ) {
5459
				$path   = ( isset( $bits['path'] ) ) ? dirname( $bits['path'] ) : null;
5460
				$domain = ( isset( $bits['host'] ) ) ? $bits['host'] : null;
5461
			} else {
5462
				$path = $domain = null;
5463
			}
5464
		}
5465
5466
		// Extract state from cookies and delete cookies
5467
		if ( isset( $_COOKIE[ 'jetpackState' ] ) && is_array( $_COOKIE[ 'jetpackState' ] ) ) {
5468
			$yum = $_COOKIE[ 'jetpackState' ];
5469
			unset( $_COOKIE[ 'jetpackState' ] );
5470
			foreach ( $yum as $k => $v ) {
5471
				if ( strlen( $v ) )
5472
					$state[ $k ] = $v;
5473
				setcookie( "jetpackState[$k]", false, 0, $path, $domain );
5474
			}
5475
		}
5476
5477
		if ( $restate ) {
5478
			foreach ( $state as $k => $v ) {
5479
				setcookie( "jetpackState[$k]", $v, 0, $path, $domain );
5480
			}
5481
			return;
5482
		}
5483
5484
		// Get a state variable
5485
		if ( isset( $key ) && ! isset( $value ) ) {
5486
			if ( array_key_exists( $key, $state ) )
5487
				return $state[ $key ];
5488
			return null;
5489
		}
5490
5491
		// Set a state variable
5492
		if ( isset ( $key ) && isset( $value ) ) {
5493
			if( is_array( $value ) && isset( $value[0] ) ) {
5494
				$value = $value[0];
5495
			}
5496
			$state[ $key ] = $value;
5497
			setcookie( "jetpackState[$key]", $value, 0, $path, $domain );
5498
		}
5499
	}
5500
5501
	public static function restate() {
5502
		Jetpack::state( null, null, true );
5503
	}
5504
5505
	public static function check_privacy( $file ) {
5506
		static $is_site_publicly_accessible = null;
5507
5508
		if ( is_null( $is_site_publicly_accessible ) ) {
5509
			$is_site_publicly_accessible = false;
5510
5511
			Jetpack::load_xml_rpc_client();
5512
			$rpc = new Jetpack_IXR_Client();
5513
5514
			$success = $rpc->query( 'jetpack.isSitePubliclyAccessible', home_url() );
5515
			if ( $success ) {
5516
				$response = $rpc->getResponse();
5517
				if ( $response ) {
5518
					$is_site_publicly_accessible = true;
5519
				}
5520
			}
5521
5522
			Jetpack_Options::update_option( 'public', (int) $is_site_publicly_accessible );
5523
		}
5524
5525
		if ( $is_site_publicly_accessible ) {
5526
			return;
5527
		}
5528
5529
		$module_slug = self::get_module_slug( $file );
5530
5531
		$privacy_checks = Jetpack::state( 'privacy_checks' );
5532
		if ( ! $privacy_checks ) {
5533
			$privacy_checks = $module_slug;
5534
		} else {
5535
			$privacy_checks .= ",$module_slug";
5536
		}
5537
5538
		Jetpack::state( 'privacy_checks', $privacy_checks );
5539
	}
5540
5541
	/**
5542
	 * Helper method for multicall XMLRPC.
5543
	 */
5544
	public static function xmlrpc_async_call() {
5545
		global $blog_id;
5546
		static $clients = array();
5547
5548
		$client_blog_id = is_multisite() ? $blog_id : 0;
5549
5550
		if ( ! isset( $clients[$client_blog_id] ) ) {
5551
			Jetpack::load_xml_rpc_client();
5552
			$clients[$client_blog_id] = new Jetpack_IXR_ClientMulticall( array( 'user_id' => JETPACK_MASTER_USER, ) );
5553
			if ( function_exists( 'ignore_user_abort' ) ) {
5554
				ignore_user_abort( true );
5555
			}
5556
			add_action( 'shutdown', array( 'Jetpack', 'xmlrpc_async_call' ) );
5557
		}
5558
5559
		$args = func_get_args();
5560
5561
		if ( ! empty( $args[0] ) ) {
5562
			call_user_func_array( array( $clients[$client_blog_id], 'addCall' ), $args );
5563
		} elseif ( is_multisite() ) {
5564
			foreach ( $clients as $client_blog_id => $client ) {
5565
				if ( ! $client_blog_id || empty( $client->calls ) ) {
5566
					continue;
5567
				}
5568
5569
				$switch_success = switch_to_blog( $client_blog_id, true );
5570
				if ( ! $switch_success ) {
5571
					continue;
5572
				}
5573
5574
				flush();
5575
				$client->query();
5576
5577
				restore_current_blog();
5578
			}
5579
		} else {
5580
			if ( isset( $clients[0] ) && ! empty( $clients[0]->calls ) ) {
5581
				flush();
5582
				$clients[0]->query();
5583
			}
5584
		}
5585
	}
5586
5587
	public static function staticize_subdomain( $url ) {
5588
5589
		// Extract hostname from URL
5590
		$host = parse_url( $url, PHP_URL_HOST );
5591
5592
		// Explode hostname on '.'
5593
		$exploded_host = explode( '.', $host );
5594
5595
		// Retrieve the name and TLD
5596
		if ( count( $exploded_host ) > 1 ) {
5597
			$name = $exploded_host[ count( $exploded_host ) - 2 ];
5598
			$tld = $exploded_host[ count( $exploded_host ) - 1 ];
5599
			// Rebuild domain excluding subdomains
5600
			$domain = $name . '.' . $tld;
5601
		} else {
5602
			$domain = $host;
5603
		}
5604
		// Array of Automattic domains
5605
		$domain_whitelist = array( 'wordpress.com', 'wp.com' );
5606
5607
		// Return $url if not an Automattic domain
5608
		if ( ! in_array( $domain, $domain_whitelist ) ) {
5609
			return $url;
5610
		}
5611
5612
		if ( is_ssl() ) {
5613
			return preg_replace( '|https?://[^/]++/|', 'https://s-ssl.wordpress.com/', $url );
5614
		}
5615
5616
		srand( crc32( basename( $url ) ) );
5617
		$static_counter = rand( 0, 2 );
5618
		srand(); // this resets everything that relies on this, like array_rand() and shuffle()
5619
5620
		return preg_replace( '|://[^/]+?/|', "://s$static_counter.wp.com/", $url );
5621
	}
5622
5623
/* JSON API Authorization */
5624
5625
	/**
5626
	 * Handles the login action for Authorizing the JSON API
5627
	 */
5628
	function login_form_json_api_authorization() {
5629
		$this->verify_json_api_authorization_request();
5630
5631
		add_action( 'wp_login', array( &$this, 'store_json_api_authorization_token' ), 10, 2 );
5632
5633
		add_action( 'login_message', array( &$this, 'login_message_json_api_authorization' ) );
5634
		add_action( 'login_form', array( &$this, 'preserve_action_in_login_form_for_json_api_authorization' ) );
5635
		add_filter( 'site_url', array( &$this, 'post_login_form_to_signed_url' ), 10, 3 );
5636
	}
5637
5638
	// Make sure the login form is POSTed to the signed URL so we can reverify the request
5639
	function post_login_form_to_signed_url( $url, $path, $scheme ) {
5640
		if ( 'wp-login.php' !== $path || ( 'login_post' !== $scheme && 'login' !== $scheme ) ) {
5641
			return $url;
5642
		}
5643
5644
		$parsed_url = parse_url( $url );
5645
		$url = strtok( $url, '?' );
5646
		$url = "$url?{$_SERVER['QUERY_STRING']}";
5647
		if ( ! empty( $parsed_url['query'] ) )
5648
			$url .= "&{$parsed_url['query']}";
5649
5650
		return $url;
5651
	}
5652
5653
	// Make sure the POSTed request is handled by the same action
5654
	function preserve_action_in_login_form_for_json_api_authorization() {
5655
		echo "<input type='hidden' name='action' value='jetpack_json_api_authorization' />\n";
5656
		echo "<input type='hidden' name='jetpack_json_api_original_query' value='" . esc_url( set_url_scheme( $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'] ) ) . "' />\n";
5657
	}
5658
5659
	// If someone logs in to approve API access, store the Access Code in usermeta
5660
	function store_json_api_authorization_token( $user_login, $user ) {
5661
		add_filter( 'login_redirect', array( &$this, 'add_token_to_login_redirect_json_api_authorization' ), 10, 3 );
5662
		add_filter( 'allowed_redirect_hosts', array( &$this, 'allow_wpcom_public_api_domain' ) );
5663
		$token = wp_generate_password( 32, false );
5664
		update_user_meta( $user->ID, 'jetpack_json_api_' . $this->json_api_authorization_request['client_id'], $token );
5665
	}
5666
5667
	// Add public-api.wordpress.com to the safe redirect whitelist - only added when someone allows API access
5668
	function allow_wpcom_public_api_domain( $domains ) {
5669
		$domains[] = 'public-api.wordpress.com';
5670
		return $domains;
5671
	}
5672
5673
	// Add the Access Code details to the public-api.wordpress.com redirect
5674
	function add_token_to_login_redirect_json_api_authorization( $redirect_to, $original_redirect_to, $user ) {
5675
		return add_query_arg(
5676
			urlencode_deep(
5677
				array(
5678
					'jetpack-code'    => get_user_meta( $user->ID, 'jetpack_json_api_' . $this->json_api_authorization_request['client_id'], true ),
5679
					'jetpack-user-id' => (int) $user->ID,
5680
					'jetpack-state'   => $this->json_api_authorization_request['state'],
5681
				)
5682
			),
5683
			$redirect_to
5684
		);
5685
	}
5686
5687
	// Verifies the request by checking the signature
5688
	function verify_json_api_authorization_request() {
5689
		require_once JETPACK__PLUGIN_DIR . 'class.jetpack-signature.php';
5690
5691
		$token = Jetpack_Data::get_access_token( JETPACK_MASTER_USER );
5692
		if ( ! $token || empty( $token->secret ) ) {
5693
			wp_die( __( 'You must connect your Jetpack plugin to WordPress.com to use this feature.' , 'jetpack' ) );
5694
		}
5695
5696
		$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' );
5697
5698
		$jetpack_signature = new Jetpack_Signature( $token->secret, (int) Jetpack_Options::get_option( 'time_diff' ) );
5699
5700
		if ( isset( $_POST['jetpack_json_api_original_query'] ) ) {
5701
			$signature = $jetpack_signature->sign_request( $_GET['token'], $_GET['timestamp'], $_GET['nonce'], '', 'GET', $_POST['jetpack_json_api_original_query'], null, true );
5702
		} else {
5703
			$signature = $jetpack_signature->sign_current_request( array( 'body' => null, 'method' => 'GET' ) );
5704
		}
5705
5706
		if ( ! $signature ) {
5707
			wp_die( $die_error );
5708
		} else if ( is_wp_error( $signature ) ) {
5709
			wp_die( $die_error );
5710
		} else if ( $signature !== $_GET['signature'] ) {
5711
			if ( is_ssl() ) {
5712
				// 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
5713
				$signature = $jetpack_signature->sign_current_request( array( 'scheme' => 'http', 'body' => null, 'method' => 'GET' ) );
5714
				if ( ! $signature || is_wp_error( $signature ) || $signature !== $_GET['signature'] ) {
5715
					wp_die( $die_error );
5716
				}
5717
			} else {
5718
				wp_die( $die_error );
5719
			}
5720
		}
5721
5722
		$timestamp = (int) $_GET['timestamp'];
5723
		$nonce     = stripslashes( (string) $_GET['nonce'] );
5724
5725
		if ( ! $this->add_nonce( $timestamp, $nonce ) ) {
5726
			// De-nonce the nonce, at least for 5 minutes.
5727
			// 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)
5728
			$old_nonce_time = get_option( "jetpack_nonce_{$timestamp}_{$nonce}" );
5729
			if ( $old_nonce_time < time() - 300 ) {
5730
				wp_die( __( 'The authorization process expired.  Please go back and try again.' , 'jetpack' ) );
5731
			}
5732
		}
5733
5734
		$data = json_decode( base64_decode( stripslashes( $_GET['data'] ) ) );
5735
		$data_filters = array(
5736
			'state'        => 'opaque',
5737
			'client_id'    => 'int',
5738
			'client_title' => 'string',
5739
			'client_image' => 'url',
5740
		);
5741
5742
		foreach ( $data_filters as $key => $sanitation ) {
5743
			if ( ! isset( $data->$key ) ) {
5744
				wp_die( $die_error );
5745
			}
5746
5747
			switch ( $sanitation ) {
5748
			case 'int' :
5749
				$this->json_api_authorization_request[$key] = (int) $data->$key;
5750
				break;
5751
			case 'opaque' :
5752
				$this->json_api_authorization_request[$key] = (string) $data->$key;
5753
				break;
5754
			case 'string' :
5755
				$this->json_api_authorization_request[$key] = wp_kses( (string) $data->$key, array() );
5756
				break;
5757
			case 'url' :
5758
				$this->json_api_authorization_request[$key] = esc_url_raw( (string) $data->$key );
5759
				break;
5760
			}
5761
		}
5762
5763
		if ( empty( $this->json_api_authorization_request['client_id'] ) ) {
5764
			wp_die( $die_error );
5765
		}
5766
	}
5767
5768
	function login_message_json_api_authorization( $message ) {
5769
		return '<p class="message">' . sprintf(
5770
			esc_html__( '%s wants to access your site&#8217;s data.  Log in to authorize that access.' , 'jetpack' ),
5771
			'<strong>' . esc_html( $this->json_api_authorization_request['client_title'] ) . '</strong>'
5772
		) . '<img src="' . esc_url( $this->json_api_authorization_request['client_image'] ) . '" /></p>';
5773
	}
5774
5775
	/**
5776
	 * Get $content_width, but with a <s>twist</s> filter.
5777
	 */
5778
	public static function get_content_width() {
5779
		$content_width = isset( $GLOBALS['content_width'] ) ? $GLOBALS['content_width'] : false;
5780
		/**
5781
		 * Filter the Content Width value.
5782
		 *
5783
		 * @since 2.2.3
5784
		 *
5785
		 * @param string $content_width Content Width value.
5786
		 */
5787
		return apply_filters( 'jetpack_content_width', $content_width );
5788
	}
5789
5790
	/**
5791
	 * Centralize the function here until it gets added to core.
5792
	 *
5793
	 * @param int|string|object $id_or_email A user ID,  email address, or comment object
5794
	 * @param int $size Size of the avatar image
5795
	 * @param string $default URL to a default image to use if no avatar is available
5796
	 * @param bool $force_display Whether to force it to return an avatar even if show_avatars is disabled
5797
	 *
5798
	 * @return array First element is the URL, second is the class.
5799
	 */
5800
	public static function get_avatar_url( $id_or_email, $size = 96, $default = '', $force_display = false ) {
5801
		// Don't bother adding the __return_true filter if it's already there.
5802
		$has_filter = has_filter( 'pre_option_show_avatars', '__return_true' );
5803
5804
		if ( $force_display && ! $has_filter )
5805
			add_filter( 'pre_option_show_avatars', '__return_true' );
5806
5807
		$avatar = get_avatar( $id_or_email, $size, $default );
5808
5809
		if ( $force_display && ! $has_filter )
5810
			remove_filter( 'pre_option_show_avatars', '__return_true' );
5811
5812
		// If no data, fail out.
5813
		if ( is_wp_error( $avatar ) || ! $avatar )
5814
			return array( null, null );
5815
5816
		// Pull out the URL.  If it's not there, fail out.
5817
		if ( ! preg_match( '/src=["\']([^"\']+)["\']/', $avatar, $url_matches ) )
5818
			return array( null, null );
5819
		$url = wp_specialchars_decode( $url_matches[1], ENT_QUOTES );
5820
5821
		// Pull out the class, but it's not a big deal if it's missing.
5822
		$class = '';
5823
		if ( preg_match( '/class=["\']([^"\']+)["\']/', $avatar, $class_matches ) )
5824
			$class = wp_specialchars_decode( $class_matches[1], ENT_QUOTES );
5825
5826
		return array( $url, $class );
5827
	}
5828
5829
	/**
5830
	 * Pings the WordPress.com Mirror Site for the specified options.
5831
	 *
5832
	 * @param string|array $option_names The option names to request from the WordPress.com Mirror Site
5833
	 *
5834
	 * @return array An associative array of the option values as stored in the WordPress.com Mirror Site
5835
	 */
5836
	public function get_cloud_site_options( $option_names ) {
5837
		$option_names = array_filter( (array) $option_names, 'is_string' );
5838
5839
		Jetpack::load_xml_rpc_client();
5840
		$xml = new Jetpack_IXR_Client( array( 'user_id' => JETPACK_MASTER_USER, ) );
5841
		$xml->query( 'jetpack.fetchSiteOptions', $option_names );
5842
		if ( $xml->isError() ) {
5843
			return array(
5844
				'error_code' => $xml->getErrorCode(),
5845
				'error_msg'  => $xml->getErrorMessage(),
5846
			);
5847
		}
5848
		$cloud_site_options = $xml->getResponse();
5849
5850
		return $cloud_site_options;
5851
	}
5852
5853
	/**
5854
	 * Fetch the filtered array of options that we should compare to determine an identity crisis.
5855
	 *
5856
	 * @return array An array of options to check.
5857
	 */
5858
	public static function identity_crisis_options_to_check() {
5859
		$options = array(
5860
			'siteurl',
5861
			'home',
5862
		);
5863
		/**
5864
		 * Filter the options that we should compare to determine an identity crisis.
5865
		 *
5866
		 * @since 2.5.0
5867
		 *
5868
		 * @param array $options Array of options to compare to determine an identity crisis.
5869
		 */
5870
		return apply_filters( 'jetpack_identity_crisis_options_to_check', $options );
5871
	}
5872
5873
	/**
5874
	 * Checks to make sure that local options have the same values as remote options.  Will cache the results for up to 24 hours.
5875
	 *
5876
	 * @param bool $force_recheck Whether to ignore any cached transient and manually re-check.
5877
	 *
5878
	 * @return array An array of options that do not match.  If everything is good, it will evaluate to false.
5879
	 */
5880
	public static function check_identity_crisis( $force_recheck = false ) {
5881
		if ( ! Jetpack::is_active() || Jetpack::is_development_mode() || Jetpack::is_staging_site() )
5882
			return false;
5883
5884
		if ( $force_recheck || false === ( $errors = get_transient( 'jetpack_has_identity_crisis' ) ) ) {
5885
			$options_to_check = self::identity_crisis_options_to_check();
5886
			$cloud_options = Jetpack::init()->get_cloud_site_options( $options_to_check );
5887
			$errors        = array();
5888
5889
			foreach ( $cloud_options as $cloud_key => $cloud_value ) {
5890
5891
				// If it's not the same as the local value...
5892
				if ( $cloud_value !== get_option( $cloud_key ) ) {
5893
5894
					// Break out if we're getting errors.  We are going to check the error keys later when we alert.
5895
					if ( 'error_code' == $cloud_key ) {
5896
						$errors[ $cloud_key ] = $cloud_value;
5897
						break;
5898
					}
5899
5900
					$parsed_cloud_value = parse_url( $cloud_value );
5901
					// If the current options is an IP address
5902
					if ( filter_var( $parsed_cloud_value['host'], FILTER_VALIDATE_IP ) ) {
5903
						// Give the new value a Jetpack to fly in to the clouds
5904
						Jetpack::resolve_identity_crisis( $cloud_key );
5905
						continue;
5906
					}
5907
5908
					// And it's not been added to the whitelist...
5909
					if ( ! self::is_identity_crisis_value_whitelisted( $cloud_key, $cloud_value ) ) {
5910
						/*
5911
						 * This should be a temporary hack until a cleaner solution is found.
5912
						 *
5913
						 * The siteurl and home can be set to use http in General > Settings
5914
						 * however some constants can be defined that can force https in wp-admin
5915
						 * when this happens wpcom can confuse wporg with a fake identity
5916
						 * crisis with a mismatch of http vs https when it should be allowed.
5917
						 * we need to check that here.
5918
						 *
5919
						 * @see https://github.com/Automattic/jetpack/issues/1006
5920
						 */
5921
						if ( ( 'home' == $cloud_key || 'siteurl' == $cloud_key )
5922
							&& ( substr( $cloud_value, 0, 8 ) == "https://" )
5923
							&& Jetpack::init()->is_ssl_required_to_visit_site() ) {
5924
							// Ok, we found a mismatch of http and https because of wp-config, not an invalid url
5925
							continue;
5926
						}
5927
5928
5929
						// Then kick an error!
5930
						$errors[ $cloud_key ] = $cloud_value;
5931
					}
5932
				}
5933
			}
5934
		}
5935
5936
		/**
5937
		 * Filters the errors returned when checking for an Identity Crisis.
5938
		 *
5939
		 * @since 2.3.2
5940
		 *
5941
		 * @param array $errors Array of Identity Crisis errors.
5942
		 * @param bool $force_recheck Ignore any cached transient and manually re-check. Default to false.
5943
		 */
5944
		return apply_filters( 'jetpack_has_identity_crisis', $errors, $force_recheck );
5945
	}
5946
5947
	/*
5948
	 * Resolve ID crisis
5949
	 *
5950
	 * If the URL has changed, but the rest of the options are the same (i.e. blog/user tokens)
5951
	 * The user has the option to update the shadow site with the new URL before a new
5952
	 * token is created.
5953
	 *
5954
	 * @param $key : Which option to sync.  null defautlts to home and siteurl
5955
	 */
5956
	public static function resolve_identity_crisis( $key = null ) {
5957
		if ( $key ) {
5958
			$identity_options = array( $key );
5959
		} else {
5960
			$identity_options = self::identity_crisis_options_to_check();
5961
		}
5962
5963
		if ( is_array( $identity_options ) ) {
5964
			foreach( $identity_options as $identity_option ) {
5965
				Jetpack_Sync::sync_options( __FILE__, $identity_option );
5966
5967
				/**
5968
				 * Fires when a shadow site option is updated.
5969
				 * These options are updated via the Identity Crisis UI.
5970
				 * $identity_option is the option that gets updated.
5971
				 *
5972
				 * @since 3.7.0
5973
				 */
5974
				do_action( "update_option_{$identity_option}" );
5975
			}
5976
		}
5977
	}
5978
5979
	/*
5980
	 * Whitelist URL
5981
	 *
5982
	 * Ignore the URL differences between the blog and the shadow site.
5983
	 */
5984
	public static function whitelist_current_url() {
5985
		$options_to_check = Jetpack::identity_crisis_options_to_check();
5986
		$cloud_options = Jetpack::init()->get_cloud_site_options( $options_to_check );
5987
5988
		foreach ( $cloud_options as $cloud_key => $cloud_value ) {
5989
			Jetpack::whitelist_identity_crisis_value( $cloud_key, $cloud_value );
5990
		}
5991
	}
5992
5993
	/*
5994
	 * Ajax callbacks for ID crisis resolutions
5995
	 *
5996
	 * Things that could happen here:
5997
	 *  - site_migrated : Update the URL on the shadow blog to match new domain
5998
	 *  - whitelist     : Ignore the URL difference
5999
	 *  - default       : Error message
6000
	 */
6001
	public static function resolve_identity_crisis_ajax_callback() {
6002
		check_ajax_referer( 'resolve-identity-crisis', 'ajax-nonce' );
6003
6004
		switch ( $_POST[ 'crisis_resolution_action' ] ) {
6005
			case 'site_migrated':
6006
				Jetpack::resolve_identity_crisis();
6007
				echo 'resolved';
6008
				break;
6009
6010
			case 'whitelist':
6011
				Jetpack::whitelist_current_url();
6012
				echo 'whitelisted';
6013
				break;
6014
6015
			case 'reset_connection':
6016
				// Delete the options first so it doesn't get confused which site to disconnect dotcom-side
6017
				Jetpack_Options::delete_option(
6018
					array(
6019
						'register',
6020
						'blog_token',
6021
						'user_token',
6022
						'user_tokens',
6023
						'master_user',
6024
						'time_diff',
6025
						'fallback_no_verify_ssl_certs',
6026
						'id',
6027
					)
6028
				);
6029
				delete_transient( 'jetpack_has_identity_crisis' );
6030
6031
				echo 'reset-connection-success';
6032
				break;
6033
6034
			default:
6035
				echo 'missing action';
6036
				break;
6037
		}
6038
6039
		wp_die();
6040
	}
6041
6042
	/**
6043
	 * Adds a value to the whitelist for the specified key.
6044
	 *
6045
	 * @param string $key The option name that we're whitelisting the value for.
6046
	 * @param string $value The value that we're intending to add to the whitelist.
6047
	 *
6048
	 * @return bool Whether the value was added to the whitelist, or false if it was already there.
6049
	 */
6050
	public static function whitelist_identity_crisis_value( $key, $value ) {
6051
		if ( Jetpack::is_identity_crisis_value_whitelisted( $key, $value ) ) {
6052
			return false;
6053
		}
6054
6055
		$whitelist = Jetpack_Options::get_option( 'identity_crisis_whitelist', array() );
6056
		if ( empty( $whitelist[ $key ] ) || ! is_array( $whitelist[ $key ] ) ) {
6057
			$whitelist[ $key ] = array();
6058
		}
6059
		array_push( $whitelist[ $key ], $value );
6060
6061
		Jetpack_Options::update_option( 'identity_crisis_whitelist', $whitelist );
6062
		return true;
6063
	}
6064
6065
	/**
6066
	 * Checks whether a value is already whitelisted.
6067
	 *
6068
	 * @param string $key The option name that we're checking the value for.
6069
	 * @param string $value The value that we're curious to see if it's on the whitelist.
6070
	 *
6071
	 * @return bool Whether the value is whitelisted.
6072
	 */
6073
	public static function is_identity_crisis_value_whitelisted( $key, $value ) {
6074
		$whitelist = Jetpack_Options::get_option( 'identity_crisis_whitelist', array() );
6075
		if ( ! empty( $whitelist[ $key ] ) && is_array( $whitelist[ $key ] ) && in_array( $value, $whitelist[ $key ] ) ) {
6076
			return true;
6077
		}
6078
		return false;
6079
	}
6080
6081
	/**
6082
	 * Checks whether the home and siteurl specifically are whitelisted
6083
	 * Written so that we don't have re-check $key and $value params every time
6084
	 * we want to check if this site is whitelisted, for example in footer.php
6085
	 *
6086
	 * @return bool True = already whitelsisted False = not whitelisted
6087
	 */
6088
	public static function is_staging_site() {
6089
		$is_staging = false;
6090
6091
		$current_whitelist = Jetpack_Options::get_option( 'identity_crisis_whitelist' );
6092
		if ( $current_whitelist ) {
6093
			$options_to_check  = Jetpack::identity_crisis_options_to_check();
6094
			$cloud_options     = Jetpack::init()->get_cloud_site_options( $options_to_check );
6095
6096
			foreach ( $cloud_options as $cloud_key => $cloud_value ) {
6097
				if ( self::is_identity_crisis_value_whitelisted( $cloud_key, $cloud_value ) ) {
6098
					$is_staging = true;
6099
					break;
6100
				}
6101
			}
6102
		}
6103
		$known_staging = array(
6104
			'urls' => array(
6105
				'#\.staging\.wpengine\.com$#i',
6106
				),
6107
			'constants' => array(
6108
				'IS_WPE_SNAPSHOT',
6109
				'JETPACK_STAGING_MODE',
6110
				)
6111
			);
6112
		/**
6113
		 * Filters the flags of known staging sites.
6114
		 *
6115
		 * @since 3.9.0
6116
		 *
6117
		 * @param array $known_staging {
6118
		 *     An array of arrays that each are used to check if the current site is staging.
6119
		 *     @type array $urls      URLs of staging sites in regex to check against site_url.
6120
		 *     @type array $cosntants PHP constants of known staging/developement environments.
6121
		 *  }
6122
		 */
6123
		$known_staging = apply_filters( 'jetpack_known_staging', $known_staging );
6124
6125
		if ( isset( $known_staging['urls'] ) ) {
6126
			foreach ( $known_staging['urls'] as $url ){
6127
				if ( preg_match( $url, site_url() ) ) {
6128
					$is_staging = true;
6129
					break;
6130
				}
6131
			}
6132
		}
6133
6134
		if ( isset( $known_staging['constants'] ) ) {
6135
			foreach ( $known_staging['constants'] as $constant ) {
6136
				if ( defined( $constant ) && constant( $constant ) ) {
6137
					$is_staging = true;
6138
				}
6139
			}
6140
		}
6141
6142
		/**
6143
		 * Filters is_staging_site check.
6144
		 *
6145
		 * @since 3.9.0
6146
		 *
6147
		 * @param bool $is_staging If the current site is a staging site.
6148
		 */
6149
		return apply_filters( 'jetpack_is_staging_site', $is_staging );
6150
	}
6151
6152
	public function identity_crisis_js( $nonce ) {
6153
?>
6154
<script>
6155
(function( $ ) {
6156
	var SECOND_IN_MS = 1000;
6157
6158
	function contactSupport( e ) {
6159
		e.preventDefault();
6160
		$( '.jp-id-crisis-question' ).hide();
6161
		$( '#jp-id-crisis-contact-support' ).show();
6162
	}
6163
6164
	function autodismissSuccessBanner() {
6165
		$( '.jp-identity-crisis' ).fadeOut(600); //.addClass( 'dismiss' );
6166
	}
6167
6168
	var data = { action: 'jetpack_resolve_identity_crisis', 'ajax-nonce': '<?php echo $nonce; ?>' };
6169
6170
	$( document ).ready(function() {
6171
6172
		// Site moved: Update the URL on the shadow blog
6173
		$( '.site-moved' ).click(function( e ) {
6174
			e.preventDefault();
6175
			data.crisis_resolution_action = 'site_migrated';
6176
			$( '#jp-id-crisis-question-1 .spinner' ).show();
6177
			$.post( ajaxurl, data, function() {
6178
				$( '.jp-id-crisis-question' ).hide();
6179
				$( '.banner-title' ).hide();
6180
				$( '#jp-id-crisis-success' ).show();
6181
				setTimeout( autodismissSuccessBanner, 6 * SECOND_IN_MS );
6182
			});
6183
6184
		});
6185
6186
		// URL hasn't changed, next question please.
6187
		$( '.site-not-moved' ).click(function( e ) {
6188
			e.preventDefault();
6189
			$( '.jp-id-crisis-question' ).hide();
6190
			$( '#jp-id-crisis-question-2' ).show();
6191
		});
6192
6193
		// Reset connection: two separate sites.
6194
		$( '.reset-connection' ).click(function( e ) {
6195
			data.crisis_resolution_action = 'reset_connection';
6196
			$.post( ajaxurl, data, function( response ) {
6197
				if ( 'reset-connection-success' === response ) {
6198
					window.location.replace( '<?php echo Jetpack::admin_url(); ?>' );
6199
				}
6200
			});
6201
		});
6202
6203
		// It's a dev environment.  Ignore.
6204
		$( '.is-dev-env' ).click(function( e ) {
6205
			data.crisis_resolution_action = 'whitelist';
6206
			$( '#jp-id-crisis-question-2 .spinner' ).show();
6207
			$.post( ajaxurl, data, function() {
6208
				$( '.jp-id-crisis-question' ).hide();
6209
				$( '.banner-title' ).hide();
6210
				$( '#jp-id-crisis-success' ).show();
6211
				setTimeout( autodismissSuccessBanner, 4 * SECOND_IN_MS );
6212
			});
6213
		});
6214
6215
		$( '.not-reconnecting' ).click(contactSupport);
6216
		$( '.not-staging-or-dev' ).click(contactSupport);
6217
	});
6218
})( jQuery );
6219
</script>
6220
<?php
6221
	}
6222
6223
	/**
6224
	 * Displays an admin_notice, alerting the user to an identity crisis.
6225
	 */
6226
	public function alert_identity_crisis() {
6227
		// @todo temporary killing of feature in 3.8.1 as it revealed a number of scenarios not foreseen.
6228
		if ( ! Jetpack::is_development_version() ) {
6229
			return;
6230
		}
6231
6232
		// @todo temporary copout for dealing with domain mapping
6233
		// @see https://github.com/Automattic/jetpack/issues/2702
6234
		if ( is_multisite() && defined( 'SUNRISE' ) && ! Jetpack::is_development_version() ) {
6235
			return;
6236
		}
6237
6238
		if ( ! current_user_can( 'jetpack_disconnect' ) ) {
6239
			return;
6240
		}
6241
6242
		if ( ! $errors = self::check_identity_crisis() ) {
6243
			return;
6244
		}
6245
6246
		// Only show on dashboard and jetpack pages
6247
		$screen = get_current_screen();
6248
		if ( 'dashboard' !== $screen->base && ! did_action( 'jetpack_notices' ) ) {
6249
			return;
6250
		}
6251
6252
		// Include the js!
6253
		$ajax_nonce = wp_create_nonce( 'resolve-identity-crisis' );
6254
		$this->identity_crisis_js( $ajax_nonce );
6255
6256
		// Include the CSS!
6257
		if ( ! wp_script_is( 'jetpack', 'done' ) ) {
6258
			$this->admin_banner_styles();
6259
		}
6260
6261
		if ( ! array_key_exists( 'error_code', $errors ) ) {
6262
			$key = 'siteurl';
6263
			if ( ! $errors[ $key ] ) {
6264
				$key = 'home';
6265
			}
6266
		} else {
6267
			$key = 'error_code';
6268
			// 401 is the only error we care about.  Any other errors should not trigger the alert.
6269
			if ( 401 !== $errors[ $key ] ) {
6270
				return;
6271
			}
6272
		}
6273
6274
		?>
6275
6276
		<style>
6277
			.jp-identity-crisis .jp-btn-group {
6278
					margin: 15px 0;
6279
				}
6280
			.jp-identity-crisis strong {
6281
					color: #518d2a;
6282
				}
6283
			.jp-identity-crisis.dismiss {
6284
				display: none;
6285
			}
6286
			.jp-identity-crisis .button {
6287
				margin-right: 4px;
6288
			}
6289
		</style>
6290
6291
		<div id="message" class="error jetpack-message jp-identity-crisis stay-visible">
6292
			<div class="service-mark"></div>
6293
			<div class="jp-id-banner__content">
6294
				<!-- <h3 class="banner-title"><?php _e( 'Something\'s not quite right with your Jetpack connection! Let\'s fix that.', 'jetpack' ); ?></h3> -->
6295
6296
				<div class="jp-id-crisis-question" id="jp-id-crisis-question-1">
6297
					<?php
6298
					// 401 means that this site has been disconnected from wpcom, but the remote site still thinks it's connected.
6299
					if ( 'error_code' == $key && '401' == $errors[ $key ] ) : ?>
6300
						<div class="banner-content">
6301
							<p><?php
6302
								/* translators: %s is a URL */
6303
								printf( __( 'Our records show that this site does not have a valid connection to WordPress.com. Please reset your connection to fix this. <a href="%s" target="_blank">What caused this?</a>', 'jetpack' ), 'https://jetpack.com/support/no-valid-wordpress-com-connection/' );
6304
							?></p>
6305
						</div>
6306
						<div class="jp-btn-group">
6307
							<a href="#" class="reset-connection"><?php _e( 'Reset the connection', 'jetpack' ); ?></a>
6308
							<span class="idc-separator">|</span>
6309
							<a href="<?php echo esc_url( wp_nonce_url( Jetpack::admin_url( 'jetpack-notice=dismiss' ), 'jetpack-deactivate' ) ); ?>"><?php _e( 'Deactivate Jetpack', 'jetpack' ); ?></a>
6310
						</div>
6311
					<?php else : ?>
6312
							<div class="banner-content">
6313
							<p><?php printf( __( 'It looks like you may have changed your domain. Is <strong>%1$s</strong> still your site\'s domain, or have you updated it to <strong> %2$s </strong>?', 'jetpack' ), $errors[ $key ], (string) get_option( $key ) ); ?></p>
6314
							</div>
6315
						<div class="jp-btn-group">
6316
							<a href="#" class="regular site-moved"><?php printf( __( '%s is now my domain.', 'jetpack' ), $errors[ $key ] ); ?></a> <span class="idc-separator">|</span> <a href="#" class="site-not-moved" ><?php printf( __( '%s is still my domain.', 'jetpack' ), (string) get_option( $key ) ); ?></a>
6317
							<span class="spinner"></span>
6318
						</div>
6319
					<?php endif ; ?>
6320
				</div>
6321
6322
				<div class="jp-id-crisis-question" id="jp-id-crisis-question-2" style="display: none;">
6323
					<div class="banner-content">
6324
						<p><?php printf(
6325
							/* translators: %1$s, %2$s and %3$s are URLs */
6326
							__(
6327
								'Are <strong> %2$s </strong> and <strong> %1$s </strong> two completely separate websites? If so we should create a new connection, which will reset your followers and linked services. <a href="%3$s"><em>What does this mean?</em></a>',
6328
								'jetpack'
6329
							),
6330
							$errors[ $key ],
6331
							(string) get_option( $key ),
6332
							'https://jetpack.com/support/what-does-resetting-the-connection-mean/'
6333
						); ?></p>
6334
					</div>
6335
					<div class="jp-btn-group">
6336
						<a href="#" class="reset-connection"><?php _e( 'Reset the connection', 'jetpack' ); ?></a> <span class="idc-separator">|</span>
6337
						<a href="#" class="is-dev-env"><?php _e( 'This is a development environment', 'jetpack' ); ?></a> <span class="idc-separator">|</span>
6338
						<a href="https://jetpack.com/contact-support/" class="contact-support"><?php _e( 'Submit a support ticket', 'jetpack' ); ?></a>
6339
						<span class="spinner"></span>
6340
					</div>
6341
				</div>
6342
6343
				<div class="jp-id-crisis-success" id="jp-id-crisis-success" style="display: none;">
6344
					<h3 class="success-notice"><?php printf( __( 'Thanks for taking the time to sort things out. We&#039;ve updated our records accordingly!', 'jetpack' ) ); ?></h3>
6345
				</div>
6346
			</div>
6347
		</div>
6348
6349
		<?php
6350
	}
6351
6352
	/**
6353
	 * Maybe Use a .min.css stylesheet, maybe not.
6354
	 *
6355
	 * Hooks onto `plugins_url` filter at priority 1, and accepts all 3 args.
6356
	 */
6357
	public static function maybe_min_asset( $url, $path, $plugin ) {
6358
		// Short out on things trying to find actual paths.
6359
		if ( ! $path || empty( $plugin ) ) {
6360
			return $url;
6361
		}
6362
6363
		// Strip out the abspath.
6364
		$base = dirname( plugin_basename( $plugin ) );
6365
6366
		// Short out on non-Jetpack assets.
6367
		if ( 'jetpack/' !== substr( $base, 0, 8 ) ) {
6368
			return $url;
6369
		}
6370
6371
		// File name parsing.
6372
		$file              = "{$base}/{$path}";
6373
		$full_path         = JETPACK__PLUGIN_DIR . substr( $file, 8 );
6374
		$file_name         = substr( $full_path, strrpos( $full_path, '/' ) + 1 );
6375
		$file_name_parts_r = array_reverse( explode( '.', $file_name ) );
6376
		$extension         = array_shift( $file_name_parts_r );
6377
6378
		if ( in_array( strtolower( $extension ), array( 'css', 'js' ) ) ) {
6379
			// Already pointing at the minified version.
6380
			if ( 'min' === $file_name_parts_r[0] ) {
6381
				return $url;
6382
			}
6383
6384
			$min_full_path = preg_replace( "#\.{$extension}$#", ".min.{$extension}", $full_path );
6385
			if ( file_exists( $min_full_path ) ) {
6386
				$url = preg_replace( "#\.{$extension}$#", ".min.{$extension}", $url );
6387
			}
6388
		}
6389
6390
		return $url;
6391
	}
6392
6393
	/**
6394
	 * Maybe inlines a stylesheet.
6395
	 *
6396
	 * If you'd like to inline a stylesheet instead of printing a link to it,
6397
	 * wp_style_add_data( 'handle', 'jetpack-inline', true );
6398
	 *
6399
	 * Attached to `style_loader_tag` filter.
6400
	 *
6401
	 * @param string $tag The tag that would link to the external asset.
6402
	 * @param string $handle The registered handle of the script in question.
6403
	 *
6404
	 * @return string
6405
	 */
6406
	public static function maybe_inline_style( $tag, $handle ) {
6407
		global $wp_styles;
6408
		$item = $wp_styles->registered[ $handle ];
6409
6410
		if ( ! isset( $item->extra['jetpack-inline'] ) || ! $item->extra['jetpack-inline'] ) {
6411
			return $tag;
6412
		}
6413
6414
		if ( preg_match( '# href=\'([^\']+)\' #i', $tag, $matches ) ) {
6415
			$href = $matches[1];
6416
			// Strip off query string
6417
			if ( $pos = strpos( $href, '?' ) ) {
6418
				$href = substr( $href, 0, $pos );
6419
			}
6420
			// Strip off fragment
6421
			if ( $pos = strpos( $href, '#' ) ) {
6422
				$href = substr( $href, 0, $pos );
6423
			}
6424
		} else {
6425
			return $tag;
6426
		}
6427
6428
		$plugins_dir = plugin_dir_url( JETPACK__PLUGIN_FILE );
6429
		if ( $plugins_dir !== substr( $href, 0, strlen( $plugins_dir ) ) ) {
6430
			return $tag;
6431
		}
6432
6433
		// If this stylesheet has a RTL version, and the RTL version replaces normal...
6434
		if ( isset( $item->extra['rtl'] ) && 'replace' === $item->extra['rtl'] && is_rtl() ) {
6435
			// And this isn't the pass that actually deals with the RTL version...
6436
			if ( false === strpos( $tag, " id='$handle-rtl-css' " ) ) {
6437
				// Short out, as the RTL version will deal with it in a moment.
6438
				return $tag;
6439
			}
6440
		}
6441
6442
		$file = JETPACK__PLUGIN_DIR . substr( $href, strlen( $plugins_dir ) );
6443
		$css  = Jetpack::absolutize_css_urls( file_get_contents( $file ), $href );
6444
		if ( $css ) {
6445
			$tag = "<!-- Inline {$item->handle} -->\r\n";
6446
			if ( empty( $item->extra['after'] ) ) {
6447
				wp_add_inline_style( $handle, $css );
6448
			} else {
6449
				array_unshift( $item->extra['after'], $css );
6450
				wp_style_add_data( $handle, 'after', $item->extra['after'] );
6451
			}
6452
		}
6453
6454
		return $tag;
6455
	}
6456
6457
	/**
6458
	 * Loads a view file from the views
6459
	 *
6460
	 * Data passed in with the $data parameter will be available in the
6461
	 * template file as $data['value']
6462
	 *
6463
	 * @param string $template - Template file to load
6464
	 * @param array $data - Any data to pass along to the template
6465
	 * @return boolean - If template file was found
6466
	 **/
6467
	public function load_view( $template, $data = array() ) {
6468
		$views_dir = JETPACK__PLUGIN_DIR . 'views/';
6469
6470
		if( file_exists( $views_dir . $template ) ) {
6471
			require_once( $views_dir . $template );
6472
			return true;
6473
		}
6474
6475
		error_log( "Jetpack: Unable to find view file $views_dir$template" );
6476
		return false;
6477
	}
6478
6479
	/**
6480
	 * Sends a ping to the Jetpack servers to toggle on/off remote portions
6481
	 * required by some modules.
6482
	 *
6483
	 * @param string $module_slug
6484
	 */
6485
	public function toggle_module_on_wpcom( $module_slug ) {
6486
		Jetpack::init()->sync->register( 'noop' );
6487
6488
		if ( false !== strpos( current_filter(), 'jetpack_activate_module_' ) ) {
6489
			self::check_privacy( $module_slug );
6490
		}
6491
6492
	}
6493
6494
	/**
6495
	 * Throws warnings for deprecated hooks to be removed from Jetpack
6496
	 */
6497
	public function deprecated_hooks() {
6498
		global $wp_filter;
6499
6500
		/*
6501
		 * Format:
6502
		 * deprecated_filter_name => replacement_name
6503
		 *
6504
		 * If there is no replacement us null for replacement_name
6505
		 */
6506
		$deprecated_list = array(
6507
			'jetpack_bail_on_shortcode' => 'jetpack_shortcodes_to_include',
6508
			'wpl_sharing_2014_1'        => null,
6509
			'jetpack-tools-to-include'  => 'jetpack_tools_to_include',
6510
		);
6511
6512
		// This is a silly loop depth. Better way?
6513
		foreach( $deprecated_list AS $hook => $hook_alt ) {
6514
			if( isset( $wp_filter[ $hook ] ) && is_array( $wp_filter[ $hook ] ) ) {
6515
				foreach( $wp_filter[$hook] AS $func => $values ) {
6516
					foreach( $values AS $hooked ) {
6517
						_deprecated_function( $hook . ' used for ' . $hooked['function'], null, $hook_alt );
6518
					}
6519
				}
6520
			}
6521
		}
6522
	}
6523
6524
	/**
6525
	 * Converts any url in a stylesheet, to the correct absolute url.
6526
	 *
6527
	 * Considerations:
6528
	 *  - Normal, relative URLs     `feh.png`
6529
	 *  - Data URLs                 `data:image/gif;base64,eh129ehiuehjdhsa==`
6530
	 *  - Schema-agnostic URLs      `//domain.com/feh.png`
6531
	 *  - Absolute URLs             `http://domain.com/feh.png`
6532
	 *  - Domain root relative URLs `/feh.png`
6533
	 *
6534
	 * @param $css string: The raw CSS -- should be read in directly from the file.
6535
	 * @param $css_file_url : The URL that the file can be accessed at, for calculating paths from.
6536
	 *
6537
	 * @return mixed|string
6538
	 */
6539
	public static function absolutize_css_urls( $css, $css_file_url ) {
6540
		$pattern = '#url\((?P<path>[^)]*)\)#i';
6541
		$css_dir = dirname( $css_file_url );
6542
		$p       = parse_url( $css_dir );
6543
		$domain  = sprintf(
6544
					'%1$s//%2$s%3$s%4$s',
6545
					isset( $p['scheme'] )           ? "{$p['scheme']}:" : '',
6546
					isset( $p['user'], $p['pass'] ) ? "{$p['user']}:{$p['pass']}@" : '',
6547
					$p['host'],
6548
					isset( $p['port'] )             ? ":{$p['port']}" : ''
6549
				);
6550
6551
		if ( preg_match_all( $pattern, $css, $matches, PREG_SET_ORDER ) ) {
6552
			$find = $replace = array();
6553
			foreach ( $matches as $match ) {
6554
				$url = trim( $match['path'], "'\" \t" );
6555
6556
				// If this is a data url, we don't want to mess with it.
6557
				if ( 'data:' === substr( $url, 0, 5 ) ) {
6558
					continue;
6559
				}
6560
6561
				// If this is an absolute or protocol-agnostic url,
6562
				// we don't want to mess with it.
6563
				if ( preg_match( '#^(https?:)?//#i', $url ) ) {
6564
					continue;
6565
				}
6566
6567
				switch ( substr( $url, 0, 1 ) ) {
6568
					case '/':
6569
						$absolute = $domain . $url;
6570
						break;
6571
					default:
6572
						$absolute = $css_dir . '/' . $url;
6573
				}
6574
6575
				$find[]    = $match[0];
6576
				$replace[] = sprintf( 'url("%s")', $absolute );
6577
			}
6578
			$css = str_replace( $find, $replace, $css );
6579
		}
6580
6581
		return $css;
6582
	}
6583
6584
	/**
6585
	 * This method checks to see if SSL is required by the site in
6586
	 * order to visit it in some way other than only setting the
6587
	 * https value in the home or siteurl values.
6588
	 *
6589
	 * @since 3.2
6590
	 * @return boolean
6591
	 **/
6592
	private function is_ssl_required_to_visit_site() {
6593
		global $wp_version;
6594
		$ssl = is_ssl();
6595
6596
		if ( force_ssl_admin() ) {
6597
			$ssl = true;
6598
		}
6599
		return $ssl;
6600
	}
6601
6602
	/**
6603
	 * This methods removes all of the registered css files on the frontend
6604
	 * from Jetpack in favor of using a single file. In effect "imploding"
6605
	 * all the files into one file.
6606
	 *
6607
	 * Pros:
6608
	 * - Uses only ONE css asset connection instead of 15
6609
	 * - Saves a minimum of 56k
6610
	 * - Reduces server load
6611
	 * - Reduces time to first painted byte
6612
	 *
6613
	 * Cons:
6614
	 * - Loads css for ALL modules. However all selectors are prefixed so it
6615
	 *		should not cause any issues with themes.
6616
	 * - Plugins/themes dequeuing styles no longer do anything. See
6617
	 *		jetpack_implode_frontend_css filter for a workaround
6618
	 *
6619
	 * For some situations developers may wish to disable css imploding and
6620
	 * instead operate in legacy mode where each file loads seperately and
6621
	 * can be edited individually or dequeued. This can be accomplished with
6622
	 * the following line:
6623
	 *
6624
	 * add_filter( 'jetpack_implode_frontend_css', '__return_false' );
6625
	 *
6626
	 * @since 3.2
6627
	 **/
6628
	public function implode_frontend_css( $travis_test = false ) {
6629
		$do_implode = true;
6630
		if ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) {
6631
			$do_implode = false;
6632
		}
6633
6634
		/**
6635
		 * Allow CSS to be concatenated into a single jetpack.css file.
6636
		 *
6637
		 * @since 3.2.0
6638
		 *
6639
		 * @param bool $do_implode Should CSS be concatenated? Default to true.
6640
		 */
6641
		$do_implode = apply_filters( 'jetpack_implode_frontend_css', $do_implode );
6642
6643
		// Do not use the imploded file when default behaviour was altered through the filter
6644
		if ( ! $do_implode ) {
6645
			return;
6646
		}
6647
6648
		// We do not want to use the imploded file in dev mode, or if not connected
6649
		if ( Jetpack::is_development_mode() || ! self::is_active() ) {
6650
			if ( ! $travis_test ) {
6651
				return;
6652
			}
6653
		}
6654
6655
		// Do not use the imploded file if sharing css was dequeued via the sharing settings screen
6656
		if ( get_option( 'sharedaddy_disable_resources' ) ) {
6657
			return;
6658
		}
6659
6660
		/*
6661
		 * Now we assume Jetpack is connected and able to serve the single
6662
		 * file.
6663
		 *
6664
		 * In the future there will be a check here to serve the file locally
6665
		 * or potentially from the Jetpack CDN
6666
		 *
6667
		 * For now:
6668
		 * - Enqueue a single imploded css file
6669
		 * - Zero out the style_loader_tag for the bundled ones
6670
		 * - Be happy, drink scotch
6671
		 */
6672
6673
		add_filter( 'style_loader_tag', array( $this, 'concat_remove_style_loader_tag' ), 10, 2 );
6674
6675
		$version = Jetpack::is_development_version() ? filemtime( JETPACK__PLUGIN_DIR . 'css/jetpack.css' ) : JETPACK__VERSION;
6676
6677
		wp_enqueue_style( 'jetpack_css', plugins_url( 'css/jetpack.css', __FILE__ ), array(), $version );
6678
		wp_style_add_data( 'jetpack_css', 'rtl', 'replace' );
6679
	}
6680
6681
	function concat_remove_style_loader_tag( $tag, $handle ) {
6682
		if ( in_array( $handle, $this->concatenated_style_handles ) ) {
6683
			$tag = '';
6684
			if ( defined( 'WP_DEBUG' ) && WP_DEBUG ) {
6685
				$tag = "<!-- `" . esc_html( $handle ) . "` is included in the concatenated jetpack.css -->\r\n";
6686
			}
6687
		}
6688
6689
		return $tag;
6690
	}
6691
6692
	/*
6693
	 * Check the heartbeat data
6694
	 *
6695
	 * Organizes the heartbeat data by severity.  For example, if the site
6696
	 * is in an ID crisis, it will be in the $filtered_data['bad'] array.
6697
	 *
6698
	 * Data will be added to "caution" array, if it either:
6699
	 *  - Out of date Jetpack version
6700
	 *  - Out of date WP version
6701
	 *  - Out of date PHP version
6702
	 *
6703
	 * $return array $filtered_data
6704
	 */
6705
	public static function jetpack_check_heartbeat_data() {
6706
		$raw_data = Jetpack_Heartbeat::generate_stats_array();
6707
6708
		$good    = array();
6709
		$caution = array();
6710
		$bad     = array();
6711
6712
		foreach ( $raw_data as $stat => $value ) {
6713
6714
			// Check jetpack version
6715
			if ( 'version' == $stat ) {
6716
				if ( version_compare( $value, JETPACK__VERSION, '<' ) ) {
6717
					$caution[ $stat ] = $value . " - min supported is " . JETPACK__VERSION;
6718
					continue;
6719
				}
6720
			}
6721
6722
			// Check WP version
6723
			if ( 'wp-version' == $stat ) {
6724
				if ( version_compare( $value, JETPACK__MINIMUM_WP_VERSION, '<' ) ) {
6725
					$caution[ $stat ] = $value . " - min supported is " . JETPACK__MINIMUM_WP_VERSION;
6726
					continue;
6727
				}
6728
			}
6729
6730
			// Check PHP version
6731
			if ( 'php-version' == $stat ) {
6732
				if ( version_compare( PHP_VERSION, '5.2.4', '<' ) ) {
6733
					$caution[ $stat ] = $value . " - min supported is 5.2.4";
6734
					continue;
6735
				}
6736
			}
6737
6738
			// Check ID crisis
6739
			if ( 'identitycrisis' == $stat ) {
6740
				if ( 'yes' == $value ) {
6741
					$bad[ $stat ] = $value;
6742
					continue;
6743
				}
6744
			}
6745
6746
			// The rest are good :)
6747
			$good[ $stat ] = $value;
6748
		}
6749
6750
		$filtered_data = array(
6751
			'good'    => $good,
6752
			'caution' => $caution,
6753
			'bad'     => $bad
6754
		);
6755
6756
		return $filtered_data;
6757
	}
6758
6759
6760
	/*
6761
	 * This method is used to organize all options that can be reset
6762
	 * without disconnecting Jetpack.
6763
	 *
6764
	 * It is used in class.jetpack-cli.php to reset options
6765
	 *
6766
	 * @return array of options to delete.
6767
	 */
6768
	public static function get_jetpack_options_for_reset() {
6769
		$jetpack_options            = Jetpack_Options::get_option_names();
6770
		$jetpack_options_non_compat = Jetpack_Options::get_option_names( 'non_compact' );
6771
		$jetpack_options_private    = Jetpack_Options::get_option_names( 'private' );
6772
6773
		$all_jp_options = array_merge( $jetpack_options, $jetpack_options_non_compat, $jetpack_options_private );
6774
6775
		// A manual build of the wp options
6776
		$wp_options = array(
6777
			'sharing-options',
6778
			'disabled_likes',
6779
			'disabled_reblogs',
6780
			'jetpack_comments_likes_enabled',
6781
			'wp_mobile_excerpt',
6782
			'wp_mobile_featured_images',
6783
			'wp_mobile_app_promos',
6784
			'stats_options',
6785
			'stats_dashboard_widget',
6786
			'safecss_preview_rev',
6787
			'safecss_rev',
6788
			'safecss_revision_migrated',
6789
			'nova_menu_order',
6790
			'jetpack_portfolio',
6791
			'jetpack_portfolio_posts_per_page',
6792
			'jetpack_testimonial',
6793
			'jetpack_testimonial_posts_per_page',
6794
			'wp_mobile_custom_css',
6795
			'sharedaddy_disable_resources',
6796
			'sharing-options',
6797
			'sharing-services',
6798
			'site_icon_temp_data',
6799
			'featured-content',
6800
			'site_logo',
6801
		);
6802
6803
		// Flag some Jetpack options as unsafe
6804
		$unsafe_options = array(
6805
			'id',                           // (int)    The Client ID/WP.com Blog ID of this site.
6806
			'master_user',                  // (int)    The local User ID of the user who connected this site to jetpack.wordpress.com.
6807
			'version',                      // (string) Used during upgrade procedure to auto-activate new modules. version:time
6808
			'jumpstart',                    // (string) A flag for whether or not to show the Jump Start.  Accepts: new_connection, jumpstart_activated, jetpack_action_taken, jumpstart_dismissed.
6809
6810
			// non_compact
6811
			'activated',
6812
6813
			// private
6814
			'register',
6815
			'blog_token',                  // (string) The Client Secret/Blog Token of this site.
6816
			'user_token',                  // (string) The User Token of this site. (deprecated)
6817
			'user_tokens'
6818
		);
6819
6820
		// Remove the unsafe Jetpack options
6821
		foreach ( $unsafe_options as $unsafe_option ) {
6822
			if ( false !== ( $key = array_search( $unsafe_option, $all_jp_options ) ) ) {
6823
				unset( $all_jp_options[ $key ] );
6824
			}
6825
		}
6826
6827
		$options = array(
6828
			'jp_options' => $all_jp_options,
6829
			'wp_options' => $wp_options
6830
		);
6831
6832
		return $options;
6833
	}
6834
6835
	/*
6836
	 * Check if an option of a Jetpack module has been updated.
6837
	 *
6838
	 * If any module option has been updated before Jump Start has been dismissed,
6839
	 * update the 'jumpstart' option so we can hide Jump Start.
6840
	 */
6841
	public static function jumpstart_has_updated_module_option( $option_name = '' ) {
6842
		// Bail if Jump Start has already been dismissed
6843
		if ( 'new_connection' !== Jetpack::get_option( 'jumpstart' ) ) {
6844
			return false;
6845
		}
6846
6847
		$jetpack = Jetpack::init();
6848
6849
6850
		// Manual build of module options
6851
		$option_names = self::get_jetpack_options_for_reset();
6852
6853
		if ( in_array( $option_name, $option_names['wp_options'] ) ) {
6854
			Jetpack_Options::update_option( 'jumpstart', 'jetpack_action_taken' );
6855
6856
			//Jump start is being dismissed send data to MC Stats
6857
			$jetpack->stat( 'jumpstart', 'manual,'.$option_name );
6858
6859
			$jetpack->do_stats( 'server_side' );
6860
		}
6861
6862
	}
6863
6864
	/*
6865
	 * Strip http:// or https:// from a url, replaces forward slash with ::,
6866
	 * so we can bring them directly to their site in calypso.
6867
	 *
6868
	 * @param string | url
6869
	 * @return string | url without the guff
6870
	 */
6871
	public static function build_raw_urls( $url ) {
6872
		$strip_http = '/.*?:\/\//i';
6873
		$url = preg_replace( $strip_http, '', $url  );
6874
		$url = str_replace( '/', '::', $url );
6875
		return $url;
6876
	}
6877
6878
	/**
6879
	 * Stores and prints out domains to prefetch for page speed optimization.
6880
	 *
6881
	 * @param mixed $new_urls
6882
	 */
6883
	public static function dns_prefetch( $new_urls = null ) {
6884
		static $prefetch_urls = array();
6885
		if ( empty( $new_urls ) && ! empty( $prefetch_urls ) ) {
6886
			echo "\r\n";
6887
			foreach ( $prefetch_urls as $this_prefetch_url ) {
6888
				printf( "<link rel='dns-prefetch' href='%s'>\r\n", esc_attr( $this_prefetch_url ) );
6889
			}
6890
		} elseif ( ! empty( $new_urls ) ) {
6891
			if ( ! has_action( 'wp_head', array( __CLASS__, __FUNCTION__ ) ) ) {
6892
				add_action( 'wp_head', array( __CLASS__, __FUNCTION__ ) );
6893
			}
6894
			foreach ( (array) $new_urls as $this_new_url ) {
6895
				$prefetch_urls[] = strtolower( untrailingslashit( preg_replace( '#^https?://#i', '//', $this_new_url ) ) );
6896
			}
6897
			$prefetch_urls = array_unique( $prefetch_urls );
6898
		}
6899
	}
6900
6901
	public function wp_dashboard_setup() {
6902
		if ( self::is_active() ) {
6903
			add_action( 'jetpack_dashboard_widget', array( __CLASS__, 'dashboard_widget_footer' ), 999 );
6904
			$widget_title = __( 'Site Stats', 'jetpack' );
6905
		} elseif ( ! self::is_development_mode() && current_user_can( 'jetpack_connect' ) ) {
6906
			add_action( 'jetpack_dashboard_widget', array( $this, 'dashboard_widget_connect_to_wpcom' ) );
6907
			$widget_title = __( 'Please Connect Jetpack', 'jetpack' );
6908
		}
6909
6910
		if ( has_action( 'jetpack_dashboard_widget' ) ) {
6911
			wp_add_dashboard_widget(
6912
				'jetpack_summary_widget',
6913
				$widget_title,
6914
				array( __CLASS__, 'dashboard_widget' )
6915
			);
6916
			wp_enqueue_style( 'jetpack-dashboard-widget', plugins_url( 'css/dashboard-widget.css', JETPACK__PLUGIN_FILE ), array(), JETPACK__VERSION );
6917
6918
			// If we're inactive and not in development mode, sort our box to the top.
6919
			if ( ! self::is_active() && ! self::is_development_mode() ) {
6920
				global $wp_meta_boxes;
6921
6922
				$dashboard = $wp_meta_boxes['dashboard']['normal']['core'];
6923
				$ours      = array( 'jetpack_summary_widget' => $dashboard['jetpack_summary_widget'] );
6924
6925
				$wp_meta_boxes['dashboard']['normal']['core'] = array_merge( $ours, $dashboard );
6926
			}
6927
		}
6928
	}
6929
6930
	/**
6931
	 * @param mixed $result Value for the user's option
6932
	 * @return mixed
6933
	 */
6934
	function get_user_option_meta_box_order_dashboard( $sorted ) {
6935
		if ( ! is_array( $sorted ) ) {
6936
			return $sorted;
6937
		}
6938
6939
		foreach ( $sorted as $box_context => $ids ) {
6940
			if ( false === strpos( $ids, 'dashboard_stats' ) ) {
6941
				// If the old id isn't anywhere in the ids, don't bother exploding and fail out.
6942
				continue;
6943
			}
6944
6945
			$ids_array = explode( ',', $ids );
6946
			$key = array_search( 'dashboard_stats', $ids_array );
6947
6948
			if ( false !== $key ) {
6949
				// If we've found that exact value in the option (and not `google_dashboard_stats` for example)
6950
				$ids_array[ $key ] = 'jetpack_summary_widget';
6951
				$sorted[ $box_context ] = implode( ',', $ids_array );
6952
				// We've found it, stop searching, and just return.
6953
				break;
6954
			}
6955
		}
6956
6957
		return $sorted;
6958
	}
6959
6960
	public static function dashboard_widget() {
6961
		/**
6962
		 * Fires when the dashboard is loaded.
6963
		 *
6964
		 * @since 3.4.0
6965
		 */
6966
		do_action( 'jetpack_dashboard_widget' );
6967
	}
6968
6969
	public static function dashboard_widget_footer() {
6970
		?>
6971
		<footer>
6972
6973
		<div class="protect">
6974
			<?php if ( Jetpack::is_module_active( 'protect' ) ) : ?>
6975
				<h3><?php echo number_format_i18n( get_site_option( 'jetpack_protect_blocked_attempts', 0 ) ); ?></h3>
6976
				<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>
6977
			<?php elseif ( current_user_can( 'jetpack_activate_modules' ) && ! self::is_development_mode() ) : ?>
6978
				<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' ); ?>">
6979
					<?php esc_html_e( 'Activate Protect', 'jetpack' ); ?>
6980
				</a>
6981
			<?php else : ?>
6982
				<?php esc_html_e( 'Protect is inactive.', 'jetpack' ); ?>
6983
			<?php endif; ?>
6984
		</div>
6985
6986
		<div class="akismet">
6987
			<?php if ( is_plugin_active( 'akismet/akismet.php' ) ) : ?>
6988
				<h3><?php echo number_format_i18n( get_option( 'akismet_spam_count', 0 ) ); ?></h3>
6989
				<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>
6990 View Code Duplication
			<?php elseif ( current_user_can( 'activate_plugins' ) && ! is_wp_error( validate_plugin( 'akismet/akismet.php' ) ) ) : ?>
6991
				<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">
6992
					<?php esc_html_e( 'Activate Akismet', 'jetpack' ); ?>
6993
				</a>
6994
			<?php else : ?>
6995
				<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>
6996
			<?php endif; ?>
6997
		</div>
6998
6999
7000 View Code Duplication
		<?php if ( ! current_user_can( 'edit_posts' ) && self::is_user_connected() ) : ?>
7001
			<div style="width: 100%; text-align: center; padding-top: 20px; clear: both;"><a class="button" title="<?php esc_attr_e( 'Unlink your account from WordPress.com', 'jetpack' ); ?>" href="<?php echo esc_url( wp_nonce_url( add_query_arg( array( 'action' => 'unlink', 'redirect' => 'sub-unlink' ), admin_url( 'index.php' ) ), 'jetpack-unlink' ) ); ?>"><?php esc_html_e( 'Unlink your account from WordPress.com', 'jetpack' ); ?></a></div>
7002
		<?php endif; ?>
7003
7004
		</footer>
7005
		<?php
7006
	}
7007
7008
	public function dashboard_widget_connect_to_wpcom() {
7009
		if ( Jetpack::is_active() || Jetpack::is_development_mode() || ! current_user_can( 'jetpack_connect' ) ) {
7010
			return;
7011
		}
7012
		?>
7013
		<div class="wpcom-connect">
7014
			<div class="jp-emblem">
7015
			<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">
7016
				<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"/>
7017
			</svg>
7018
			</div>
7019
			<h3><?php esc_html_e( 'Please Connect Jetpack', 'jetpack' ); ?></h3>
7020
			<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>
7021
7022
			<div class="actions">
7023
				<a href="<?php echo $this->build_connect_url( false, false, 'widget-btn' ); ?>" class="button button-primary">
0 ignored issues
show
'widget-btn' is of type string, but the function expects a boolean.

It seems like the type of the argument is not accepted by the function/method which you are calling.

In some cases, in particular if PHP’s automatic type-juggling kicks in this might be fine. In other cases, however this might be a bug.

We suggest to add an explicit type cast like in the following example:

function acceptsInteger($int) { }

$x = '123'; // string "123"

// Instead of
acceptsInteger($x);

// we recommend to use
acceptsInteger((integer) $x);
Loading history...
7024
					<?php esc_html_e( 'Connect Jetpack', 'jetpack' ); ?>
7025
				</a>
7026
			</div>
7027
		</div>
7028
		<?php
7029
	}
7030
7031
	/*
7032
	 * A graceful transition to using Core's site icon.
7033
	 *
7034
	 * All of the hard work has already been done with the image
7035
	 * in all_done_page(). All that needs to be done now is update
7036
	 * the option and display proper messaging.
7037
	 *
7038
	 * @todo remove when WP 4.3 is minimum
7039
	 *
7040
	 * @since 3.6.1
7041
	 *
7042
	 * @return bool false = Core's icon not available || true = Core's icon is available
7043
	 */
7044
	public static function jetpack_site_icon_available_in_core() {
7045
		global $wp_version;
7046
		$core_icon_available = function_exists( 'has_site_icon' ) && version_compare( $wp_version, '4.3-beta' ) >= 0;
7047
7048
		if ( ! $core_icon_available ) {
7049
			return false;
7050
		}
7051
7052
		// No need for Jetpack's site icon anymore if core's is already set
7053
		if ( has_site_icon() ) {
7054
			if ( Jetpack::is_module_active( 'site-icon' ) ) {
7055
				Jetpack::log( 'deactivate', 'site-icon' );
7056
				Jetpack::deactivate_module( 'site-icon' );
7057
			}
7058
			return true;
7059
		}
7060
7061
		// Transfer Jetpack's site icon to use core.
7062
		$site_icon_id = Jetpack::get_option( 'site_icon_id' );
7063
		if ( $site_icon_id ) {
7064
			// Update core's site icon
7065
			update_option( 'site_icon', $site_icon_id );
7066
7067
			// Delete Jetpack's icon option. We still want the blavatar and attached data though.
7068
			delete_option( 'site_icon_id' );
7069
		}
7070
7071
		// No need for Jetpack's site icon anymore
7072
		if ( Jetpack::is_module_active( 'site-icon' ) ) {
7073
			Jetpack::log( 'deactivate', 'site-icon' );
7074
			Jetpack::deactivate_module( 'site-icon' );
7075
		}
7076
7077
		return true;
7078
	}
7079
7080
}
7081