BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
.
/
wp-content
/
plugins
/
jetpack-boost
/
app
/
contracts
📤 Upload
📝 New File
📁 New Folder
Close
Editing: interface-needs-to-be-ready.php
<?php namespace Automattic\Jetpack_Boost\Contracts; interface Needs_To_Be_Ready { /** * Check if the module is ready and already optimizing. * This is useful for modules that need preparation before they can start serving the optimized output. E.g. Critical CSS. */ public function is_ready(); }
Save
Cancel