PATH:
home
/
lab2454c
/
sothebankuab.com
/
wp-content
/
plugins
/
jetpack
<?php /** * Jetpack Connection Status. * * Filters the Connection Status API response * * @package jetpack */ /** * Filters the Connection Status API response */ class Jetpack_Connection_Status { /** * Initialize the main hooks. */ public static function init() { add_filter( 'jetpack_connection_status', array( __CLASS__, 'filter_connection_status' ) ); } /** * Filters the connection status API response of the Connection package and modifies isActive value expected by the UI. * * @param array $status An array containing the connection status data. */ public static function filter_connection_status( $status ) { $status['isActive'] = Jetpack::is_connection_ready(); return $status; } }
[+]
_inc
[-] uninstall.php
[edit]
[-] jest.config.js
[edit]
[-] composer.json
[edit]
[-] class-jetpack-xmlrpc-methods.php
[edit]
[-] class-jetpack-connection-status.php
[edit]
[-] class.jetpack-affiliate.php
[edit]
[-] class.jetpack-ixr-client.php
[edit]
[-] class.json-api.php
[edit]
[-] class.jetpack-post-images.php
[edit]
[-] wpml-config.xml
[edit]
[-] class-jetpack-pre-connection-jitms.php
[edit]
[+]
..
[-] class.jetpack-network.php
[edit]
[-] LICENSE.txt
[edit]
[-] class.jetpack-twitter-cards.php
[edit]
[-] functions.global.php
[edit]
[-] functions.compat.php
[edit]
[-] class.jetpack-network-sites-list-table.php
[edit]
[-] functions.gallery.php
[edit]
[+]
modules
[-] class.jetpack-cli.php
[edit]
[-] class-jetpack-recommendations-banner.php
[edit]
[-] class.jetpack-idc.php
[edit]
[-] functions.photon.php
[edit]
[-] functions.cookies.php
[edit]
[+]
vendor
[-] require-lib.php
[edit]
[-] jetpack.php
[edit]
[-] SECURITY.md
[edit]
[-] class.jetpack-modules-list-table.php
[edit]
[-] class.jetpack-data.php
[edit]
[-] class.jetpack-connection-banner.php
[edit]
[+]
css
[-] readme.txt
[edit]
[-] class-jetpack-wizard-banner.php
[edit]
[-] json-api-config.php
[edit]
[+]
extensions
[-] load-jetpack.php
[edit]
[-] json-endpoints.php
[edit]
[-] class.jetpack-bbpress-json-api.compat.php
[edit]
[-] class.jetpack-client-server.php
[edit]
[-] locales.php
[edit]
[-] class.jetpack-gutenberg.php
[edit]
[-] functions.opengraph.php
[edit]
[+]
views
[-] class.jetpack-user-agent.php
[edit]
[-] class.photon.php
[edit]
[+]
3rd-party
[+]
images
[-] class.jetpack-plan.php
[edit]
[+]
json-endpoints
[-] class.jetpack-autoupdate.php
[edit]
[-] class.frame-nonce-preview.php
[edit]
[+]
sal
[-] class.jetpack.php
[edit]
[-] class.jetpack-admin.php
[edit]
[+]
src
[-] CHANGELOG.md
[edit]
[-] class.jetpack-heartbeat.php
[edit]
[-] class.json-api-endpoints.php
[edit]