📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 15:05:08
📂
/ (Root)
/
home
/
apkbfjox
/
kattu.com.pk
/
wp-content
/
plugins
/
wp-rocket
/
inc
/
Dependencies
/
PathConverter
📍 /home/apkbfjox/kattu.com.pk/wp-content/plugins/wp-rocket/inc/Dependencies/PathConverter
🔄 Refresh
✏️
Editing: ConverterInterface.php
Writable
<?php namespace WP_Rocket\Dependencies\PathConverter; /** * Convert file paths. * * Please report bugs on https://github.com/matthiasmullie/path-converter/issues * * @author Matthias Mullie <pathconverter@mullie.eu> * @copyright Copyright (c) 2015, Matthias Mullie. All rights reserved * @license MIT License */ interface ConverterInterface { /** * Convert file paths. * * @param string $path The path to be converted * * @return string The new path */ public function convert($path); }
💾 Save Changes
❌ Cancel