📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 14:28:01
📂
/ (Root)
/
home
/
apkbfjox
/
shamapk.com
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
schema-aggregator
/
domain
📍 /home/apkbfjox/shamapk.com/wp-content/plugins/wordpress-seo/src/schema-aggregator/domain
🔄 Refresh
✏️
Editing: current-site-url-provider-interface.php
Writable
<?php // phpcs:disable Yoast.NamingConventions.NamespaceName.TooLong -- Needed in the folder structure. namespace Yoast\WP\SEO\Schema_Aggregator\Domain; /** * Interface for providing current site URL. */ interface Current_Site_URL_Provider_Interface { /** * Gets the current site's home URL with trailing slash. * * @return string The current site's home URL. */ public function get_current_site_url(): string; }
💾 Save Changes
❌ Cancel