Yoast\WP\SEO\Editors\Framework\Seo

Keyphrase_Interface{}Yoast 1.0

Хуков нет.

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

$Keyphrase_Interface = new Keyphrase_Interface();
// use class methods

Методы

  1. public get_focus_keyphrase_usage()

Код 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;
}