?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/wdp/wp-content/plugins/jetpack-boost/app/contracts/



?? Go up: /home/webdevt/www/wdp/wp-content/plugins/jetpack-boost/app

?? Viewing: 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();
}


??

??