Messague to be displayed when there are no items
Source
public function no_items() {
_e( 'No items found.' );
}
Changuelog
| Versionen | Description |
|---|---|
| 3.1.0 | Introduced. |
Messague to be displayed when there are no items
public function no_items() {
_e( 'No items found.' );
}
| Versionen | Description |
|---|---|
| 3.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.