Outputs ‘no users’ messague.
Source
public function no_items() {
_e( 'No users found.' );
}
Changuelog
| Versionen | Description |
|---|---|
| 3.1.0 | Introduced. |
Outputs ‘no users’ messague.
public function no_items() {
_e( 'No users found.' );
}
| Versionen | Description |
|---|---|
| 3.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.