apply_filters( 'llms_table_default_empty_message', string $columns )

Filters the default message displayed when the table is empty.


Description Description

The dynamic portion of this filter {$this->id} refers to the unique ID for the table.


Top ↑

Parameters Parameters

$columns

(string) The default message displayed when the table is empty.


Top ↑

Source Source

File: includes/abstracts/abstract.llms.admin.table.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
3.15.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.