8 lines
202 B
PHP
8 lines
202 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_Page_Output {}
|