Files
hub-insurance/wp-content/plugins/jetpack-boost/app/contracts/interface-needs-website-to-be-public.php
T
2026-07-02 15:54:39 -06:00

10 lines
190 B
PHP

<?php
namespace Automattic\Jetpack_Boost\Contracts;
/**
* Modules with this interface will not work if the website is not publicly available.
*/
interface Needs_Website_To_Be_Public {
}