BP_Members_List_Table::column_count_sent( object|null $signup_object = null )
Display number of time an activation email has been sent.
Description
Parameters
- $signup_object
-
(Optional) Signup object instance.
Default value: null
Source
File: bp-members/classes/class-bp-members-list-table.php
public function column_count_sent( $signup_object = null ) { echo absint( $signup_object->count_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.