Yoast\WP\SEO\Editors\Framework\Seo
Keyphrase_Interface{}
Хуков нет.
Использование
$Keyphrase_Interface = new Keyphrase_Interface(); // use class methods
Методы
- public get_focus_keyphrase_usage()
Код Keyphrase_Interface{} Keyphrase Interface{} Yoast 25.1
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; }