🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 05:47:32 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
reenrihair.com
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
user-meta
/
domain
📍 /home/therahul/reenrihair.com/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