WP_REST_Comment_Meta_Fields::get_meta_type(): string

Retrieves the comment type for comment meta.


Return

string The meta type.


Top ↑

Source

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

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

Top ↑

Changelog

Changelog
Version Description
4.7.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.