PATH:
home
/
lab2454c
/
adenbic.com
/
wp-content
/
plugins
/
woocommerce
/
vendor
/
automattic
/
jetpack-connection
/
src
<?php /** * The Package_Version class. * * @package automattic/jetpack-connection */ namespace Automattic\Jetpack\Connection; /** * The Package_Version class. */ class Package_Version { const PACKAGE_VERSION = '1.57.0'; const PACKAGE_SLUG = 'connection'; /** * Adds the package slug and version to the package version tracker's data. * * @param array $package_versions The package version array. * * @return array The packge version array. */ public static function send_package_version_to_tracker( $package_versions ) { $package_versions[ self::PACKAGE_SLUG ] = self::PACKAGE_VERSION; return $package_versions; } }
[-] class-client.php
[edit]
[-] class-xmlrpc-connector.php
[edit]
[-] class-rest-authentication.php
[edit]
[-] class-rest-connector.php
[edit]
[+]
..
[-] class-urls.php
[edit]
[-] class-xmlrpc-async-call.php
[edit]
[-] class-tokens-locks.php
[edit]
[-] class-package-version-tracker.php
[edit]
[-] class-plugin-storage.php
[edit]
[-] class-utils.php
[edit]
[-] class-connection-notice.php
[edit]
[-] class-server-sandbox.php
[edit]
[-] class-initial-state.php
[edit]
[+]
webhooks
[-] class-plugin.php
[edit]
[-] class-webhooks.php
[edit]
[-] class-heartbeat.php
[edit]
[-] class-secrets.php
[edit]
[-] class-nonce-handler.php
[edit]
[-] class-error-handler.php
[edit]
[-] interface-manager.php
[edit]
[-] class-terms-of-service.php
[edit]
[-] class-tracking.php
[edit]
[-] class-tokens.php
[edit]
[-] class-package-version.php
[edit]
[-] class-manager.php
[edit]