oont-contents/plugins/jetpack-boost/app/contracts/interface-is-always-on.php
2025-04-06 08:34:48 +02:00

8 lines
178 B
PHP

<?php
namespace Automattic\Jetpack_Boost\Contracts;
/**
* Modules can implement this interface to indicate that they are always on if available.
*/
interface Is_Always_On {}