BBP_Topic_Replies_List_Table::column_bbp_reply_created( $item = '' )
Output the contents of the bbp_reply_created column
Description Description
Source Source
File: includes/admin/classes/class-bbp-topic-replies-list-table.php
public function column_bbp_reply_created( $item = '' ) {
return sprintf( '%1$s <br /> %2$s',
esc_attr( get_the_date( '', $item ) ),
esc_attr( get_the_time( '', $item ) )
);
}
Changelog Changelog
| Version | Description |
|---|---|
| 2.6.0 | Introduced. |