Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
malacoscolicine
/
wp-content
/
plugins
/
wp-rocket-1-nov
/
inc
/
Engine
/
Optimization
/
Minify
:
ProcessorInterface.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?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 ); }