BP_Members_List_Table::column_date_sent( object|null $signup_object = null )
Display the last time an activation email has been sent.
Description
Parameters
- $signup_object
-
(Optional) The signup data object.
Default value: null
Source
File: bp-members/classes/class-bp-members-list-table.php
public function column_date_sent( $signup_object = null ) { echo mysql2date( 'Y/m/d', $signup_object->date_sent ); }
Changelog
Version | Description |
---|---|
BuddyPress 2.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.