🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 09:12:12 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
reenrihair.com
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
editors
/
framework
/
seo
📍 /home/therahul/reenrihair.com/wp-content/plugins/wordpress-seo/src/editors/framework/seo
🔄 Refresh
✏️
Editing: keyphrase-interface.php
Writable
<?php // phpcs:disable Yoast.NamingConventions.NamespaceName.TooLong namespace Yoast\WP\SEO\Editors\Framework\Seo; interface Keyphrase_Interface { /** * Counts the number of given keyphrase used for other posts other than the given post_id. * * @return array<string> The keyphrase and the associated posts that use it. */ public function get_focus_keyphrase_usage(): array; }
💾 Save Changes
❌ Cancel