Yoast\WP\SEO\Bulk_Editor\User_Interface

Abstract_Bulk_Update_Route::get_focus_keyphrase_arg_nameprotectedYoast 1.0

Gets the name of the focus keyphrase argument in the request.

The focus keyphrase is channel-agnostic, so the argument is the same for every route.

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

Хуков нет.

Возвращает

Строку. The name of the focus keyphrase argument.

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

// protected - в коде основоного (родительского) или дочернего класса
$result = $this->get_focus_keyphrase_arg_name(): string;

Код Abstract_Bulk_Update_Route::get_focus_keyphrase_arg_name() Yoast 28.3

protected function get_focus_keyphrase_arg_name(): string {
	return 'focus_keyphrase';
}