WP_REST_Comment_Meta_Fields::get_meta_subtypeprotectedWP 4.9.8

Retrieves the comment meta subtype.

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

Хуков нет.

Возвращает

Строку. 'comment' There are no subtypes.

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

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

Список изменений

С версии 4.9.8 Введена.

Код WP_REST_Comment_Meta_Fields::get_meta_subtype() WP 6.8.3

protected function get_meta_subtype() {
	return 'comment';
}