✏️ 正在编辑: keyphrase-interface.php
路径:
/home/ubuntu/plugins-bkp-26012025/wordpress-seo/src/editors/framework/seo/keyphrase-interface.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?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; }
💾 保存文件
← 返回文件管理器