WP_REST_Term_Meta_Fields
Class: Core class used to manage meta values for terms via the REST API.
Source: wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php:17
Class: Core class used to manage meta values for terms via the REST API.
Source: wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php:17
Method: Retrieves all the registered meta fields.
Source: wp-includes/rest-api/fields/class-wp-rest-meta-fields.php:438
Method: Constructor.
Source: wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php:34
Method: Retrieves the object’s meta schema, conforming to JSON Schema.
Source: wp-includes/rest-api/fields/class-wp-rest-meta-fields.php:510
Method: Retrieves the term meta type.
Source: wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php:45
Method: Prepares a meta value for output.
Source: wp-includes/rest-api/fields/class-wp-rest-meta-fields.php:544
Method: Retrieves the term meta subtype.
Source: wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php:56
Method: Check the ‘meta’ value of a request is an associative array.
Source: wp-includes/rest-api/fields/class-wp-rest-meta-fields.php:572
Method: Retrieves the type for register_rest_field().
Source: wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php:67
Class: Core class to manage comment meta via the REST API.
Source: wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php:17