Yoast\WP\SEO\Bulk_Editor\User_Interface
Social_Bulk_Update_Route::get_description_arg_name
Gets the name of the description argument in the request.
Метод класса: Social_Bulk_Update_Route{}
Хуков нет.
Возвращает
Строку. The name of the description argument.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->get_description_arg_name(): string;
Код Social_Bulk_Update_Route::get_description_arg_name() Social Bulk Update Route::get description arg name Yoast 28.3
protected function get_description_arg_name(): string {
return 'social_description';
}