WP_List_Table::no_items()
Message to be displayed when there are no items
Метод класса: WP_List_Table{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$WP_List_Table = new WP_List_Table(); $WP_List_Table->no_items();
Список изменений
С версии 3.1.0 | Введена. |
Код WP_List_Table::no_items() WP List Table::no items WP 6.6.2
public function no_items() { _e( 'No items found.' ); }