📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 21:16:51
📂
/ (Root)
/
home
/
apkbfjox
/
shamapk.com
/
wp-content
/
plugins
/
wordpress-seo
/
vendor_prefixed
/
psr
/
http-factory
/
src
📍 /home/apkbfjox/shamapk.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src
🔄 Refresh
✏️
Editing: UriFactoryInterface.php
Writable
<?php namespace YoastSEO_Vendor\Psr\Http\Message; interface UriFactoryInterface { /** * Create a new URI. * * @param string $uri * * @return UriInterface * * @throws \InvalidArgumentException If the given URI cannot be parsed. */ public function createUri(string $uri = '') : \YoastSEO_Vendor\Psr\Http\Message\UriInterface; }
💾 Save Changes
❌ Cancel