Yoast\WP\SEO\Bulk_Editor\User_Interface

Social_Bulk_Update_Route::get_title_arg_nameprotectedYoast 1.0

Gets the name of the title argument in the request.

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

Хуков нет.

Возвращает

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

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

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

Код Social_Bulk_Update_Route::get_title_arg_name() Yoast 28.3

protected function get_title_arg_name(): string {
	return 'social_title';
}