Skip to content

3.0.8

@clsource clsource tagged this 24 Oct 15:43
Since php 7.2, count a number will generate a warning. Because
$results['hits']['total'] is a number we can just compare it to zero.

`if ($results['hits']['total'] === 0)`
Assets 2
Loading