WP_REST_Comment_Meta_Fields::get_meta_type()

Retrieves the object type for comment meta.


Return

(string) The meta type.


Source

File: wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php

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

Changelog

Changelog
Version Description
WP-4.7.0 Introduced.