BP_Members_MS_List_Table::column_registered( object|null $signup_object = null )
Display registration date.
Description
Parameters
- $signup_object
-
(Optional) The signup data object.
Default value: null
Source
File: bp-members/classes/class-bp-members-ms-list-table.php
public function column_registered( $signup_object = null ) { global $mode; if ( 'list' === $mode ) { $date = 'Y/m/d'; } else { $date = 'Y/m/d \<\b\r \/\> g:i:s a'; } echo mysql2date( $date, $signup_object->registered ) . "</td>"; }
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.