BP_Members_MS_List_Table::single_row( object|null $signup_object = null, string $style = '' )
Display a signup row.
Description
See also
- WP_List_Table::single_row(): for explanation of params.
Parameters
- $signup_object
-
(Optional) Signup user object.
Default value: null
- $style
-
(Optional) Styles for the row.
Default value: ''
Source
File: bp-members/classes/class-bp-members-ms-list-table.php
public function single_row( $signup_object = null, $style = '' ) { echo '<tr' . $style . ' id="signup-' . esc_attr( $signup_object->id ) . '">'; echo $this->single_row_columns( $signup_object ); echo '</tr>'; }
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.