WP_Privacy_Requests_Table::column_created_timestamp( WP_User_Request $item ): string
- Since
- 5.7.0
- Source
wp-admin/includes/class-wp-privacy-requests-table.php:540
Returns the markup for the Created timestamp column. Overridden by children.
Parameters
$itemWP_User_Request- Item being shown.
Return
string- Human readable date.
Uses · 1
- WP_Privacy_Requests_Table::get_timestamp_as_date()Converts a timestamp for display.
Source
public function column_created_timestamp( $item ) { return $this->get_timestamp_as_date( $item->created_timestamp ); }History
Introduced in 5.7.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
About this page
- Parsed data
- Generated from the wordpress-develop 7.0.4 tag, from
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. - Corrections
- Something wrong on this page? Report it and it gets fixed in the next regeneration.