Handles the ID column output.
Parameters
Source
public function column_id( $user ) {
echo $user->ID;
}
Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |
Handles the ID column output.
public function column_id( $user ) {
echo $user->ID;
}
Version | Description |
---|---|
4.4.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.