📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 17:04:11
📂
/ (Root)
/
home
/
apkbfjox
/
epiwinn.com.pk
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
user-meta
/
domain
📍 /home/apkbfjox/epiwinn.com.pk/wp-content/plugins/wordpress-seo/src/user-meta/domain
🔄 Refresh
✏️
Editing: additional-contactmethod-interface.php
Writable
<?php namespace Yoast\WP\SEO\User_Meta\Domain; /** * This interface describes an additional contactmethod. */ interface Additional_Contactmethod_Interface { /** * Returns the key of the contactmethod. * * @return string */ public function get_key(): string; /** * Returns the label of the contactmethod field. * * @return string */ public function get_label(): string; }
💾 Save Changes
❌ Cancel