Files
hub-insurance/wp-content/plugins/jetpack-boost/app/contracts/interface-changes-output-on-activation.php
T
2026-07-02 15:54:39 -06:00

9 lines
211 B
PHP

<?php
namespace Automattic\Jetpack_Boost\Contracts;
/**
* Modules can implement this interface to indicate that they change the HTML output for the site visitor.
*/
interface Changes_Output_On_Activation {}