oont-contents/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/interface-manager.php
2025-02-08 15:10:23 +01:00

17 lines
298 B
PHP

<?php
/**
* The Jetpack Connection Interface file.
* No longer used.
*
* @package automattic/jetpack-connection
*/
namespace Automattic\Jetpack\Connection;
/**
* This interface is no longer used and is now deprecated.
*
* @deprecated since jetpack 7.8
*/
interface Manager_Interface {
}