/home/techb158/balacoffee.com/wp-content/plugins/woocommerce/src/Admin/API
Edit: /home/techb158/balacoffee.com/wp-content/plugins/woocommerce/src/Admin/API/Data.php (939B)
data[] = $this->prepare_response_for_collection(
$this->prepare_item_for_response(
(object) array(
'slug' => 'download-ips',
'description' => __( 'An endpoint used for searching download logs for a specific IP address.', 'woocommerce' ),
),
$request
)
);
return $response;
}
}