register_rest_field


register_rest_field ( $object_type, $attribute, $args = array() )

Parameters:
  • (string|array) object_type Object(s) the field is being registered to, "post"|"term"|"comment" etc.
  • (string) attribute The attribute name.
  • (array) args { Optional. An array of arguments used to handle the registered field. @type callable|null $get_callback Optional. The callback function used to retrieve the field value. Default is 'null', the field will not be returned in the response. The function will be passed the prepared object data. @type callable|null $update_callback Optional. The callback function used to set and update the field value. Default is 'null', the value cannot be set or updated. The function will be passed the model object, like WP_Post. @type array|null $schema Optional. The schema for this field. Default is 'null', no schema entry will be returned. }
Defined at:

Description

Registers a new field on an existing WordPress object type.

Related Functions

register_rest_route, register_post_type, register_post_meta, register_block_core_file, register_sidebar

Top Google Results

User discussions

wpseek mobile