WP_REST_Server::READABLE, 'callback' => array( $this, 'get_data' ), ), ) ); } public function get_data( $request ) { return array( 'hello' => 'world' ); } } wpcom_rest_api_v2_load_plugin( 'WPCOM_REST_API_V2_Endpoint_Hello' );