WP_REST_Term_Meta_Fields::get_meta_type

Advertisement

Summery Summery

Retrieves the object meta type.

Syntax Syntax

WP_REST_Term_Meta_Fields::get_meta_type()

Return Return

(string) The meta type.

Source Source

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

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

Advertisement

Changelog Changelog

Changelog
Version Description
4.7.0 Introduced.

Advertisement

Leave a Reply