apply_filters( 'findstrEmptyResultsMessageOnInit', setEmptyAlertOnInit, group ) → {boolean}
When this filter is set to false, the empty alert will not be shown on first page load.
Parameters:
Name | Type | Description |
---|---|---|
setEmptyAlertOnInit |
boolean | Set the empty alert on init |
group |
string | The group name |
- Source:
Returns:
- Set the empty alert on init (true by default)
- Type
- boolean