wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php
Lines:
1 to 16 of 16
<?php /** * REST API: WP_REST_Term_Meta_Fields class * * @package WordPress * @subpackage REST_API * @since 4.7.0 */ /* class WP_REST_Term_Meta_Fields */ /* function WP_REST_Term_Meta_Fields::__construct() – Constructor. */ /* function WP_REST_Term_Meta_Fields::get_meta_type() – Retrieves the object meta type. */ /* function WP_REST_Term_Meta_Fields::get_meta_subtype() – Retrieves the object meta subtype. */ /* function WP_REST_Term_Meta_Fields::get_rest_field_type() – Retrieves the type for register_rest_field(). */