wp-admin/includes/class-wp-privacy-requests-table.php:541Returns the markup for the Created timestamp column. Overridden by children.
$itemWP_User_Requeststring public function column_created_timestamp( $item ) { return $this->get_timestamp_as_date( $item->created_timestamp ); }Introduced in 5.7.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
src/wp-admin/includes/class-wp-privacy-requests-table.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.