Yoast\WP\SEO\Editors\Framework\Seo

Keyphrase_Interface::get_focus_keyphrase_usage()publicYoast 1.0

Counts the number of given keyphrase used for other posts other than the given post_id.

Метод класса: Keyphrase_Interface{}

Хуков нет.

Возвращает

Массив<Строку>. The keyphrase and the associated posts that use it.

Использование

$Keyphrase_Interface = new Keyphrase_Interface();
$Keyphrase_Interface->get_focus_keyphrase_usage(): array;

Код Keyphrase_Interface::get_focus_keyphrase_usage() Yoast 25.1

public function get_focus_keyphrase_usage(): array;