initial
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
<?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 {
|
||||
}
|
||||
Reference in New Issue
Block a user