add wp-rocket
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace WP_Rocket\Engine\Optimization\Minify;
|
||||
|
||||
interface ProcessorInterface {
|
||||
/**
|
||||
* Performs the optimization process on the given HTML
|
||||
*
|
||||
* @param string $html HTML content.
|
||||
* @return string
|
||||
*/
|
||||
public function optimize( $html );
|
||||
}
|
||||
Reference in New Issue
Block a user