Generates the list table rows.
Source
public function display_rows() {
foreach ( $this->items as $item ) {
$this->single_row( $item );
}
}
Changuelog
| Versionen | Description |
|---|---|
| 3.1.0 | Introduced. |
Generates the list table rows.
public function display_rows() {
foreach ( $this->items as $item ) {
$this->single_row( $item );
}
}
| Versionen | Description |
|---|---|
| 3.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.