📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 20:58:18
📂
/ (Root)
/
home
/
apkbfjox
/
shamapk.com
/
wp-content
/
plugins
/
wp-rocket
/
inc
/
Dependencies
/
PathConverter
📍 /home/apkbfjox/shamapk.com/wp-content/plugins/wp-rocket/inc/Dependencies/PathConverter
🔄 Refresh
✏️
Editing: NoConverter.php
Writable
<?php namespace WP_Rocket\Dependencies\PathConverter; /** * Don't convert 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 */ class NoConverter implements ConverterInterface { /** * {@inheritdoc} */ public function convert($path) { return $path; } }
💾 Save Changes
❌ Cancel