BP_Messages_Notices_List_Table::column_date_sent( object $item )
Generates content for the “date_sent” column.
Description
Parameters
- $item
-
(Required) The current item
Source
File: bp-messages/classes/class-bp-messages-notices-list-table.php
public function column_date_sent( $item ) { echo apply_filters( 'bp_get_message_notice_post_date', bp_format_time( strtotime( $item->date_sent ) ) ); }
Changelog
Version | Description |
---|---|
BuddyPress 3.0.0 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.