Automattic\WooCommerce\Internal\Admin\Logging\FileV2
FileListTable::no_items
Render message when there are no items.
Метод класса: FileListTable{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$FileListTable = new FileListTable(); $FileListTable->no_items(): void;
Код FileListTable::no_items() FileListTable::no items WC 10.7.0
public function no_items(): void {
esc_html_e( 'No log files found.', 'woocommerce' );
}