📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 18:40:35
📂
/ (Root)
/
home
/
apkbfjox
/
epiwinn.com.pk
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
myyoast-client
/
application
/
ports
📍 /home/apkbfjox/epiwinn.com.pk/wp-content/plugins/wordpress-seo/src/myyoast-client/application/ports
🔄 Refresh
✏️
Editing: site-url-provider-interface.php
Writable
<?php // phpcs:disable Yoast.NamingConventions.NamespaceName.TooLong -- Needed in the folder structure. namespace Yoast\WP\SEO\MyYoast_Client\Application\Ports; /** * Port for retrieving the site URL. */ interface Site_URL_Provider_Interface { /** * Returns the site URL. * * @return string The site URL. */ public function get(): string; }
💾 Save Changes
❌ Cancel