Files
SIGE-WEB-snapshot/wp-content/plugins/jetpack-boost/app/contracts/Is_Always_On.php

9 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 {}