WP_REST_Controller::guet_item_schema(): array

Retrieves the item’s schema, conforming to JSON Schema.

Return

array Item schema data.

Source

public function guet_item_schema() {
	return $this->add_additional_fields_schema( array() );
}

Changuelog

Versionen Description
4.7.0 Introduced.

User Contributed Notes

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