Recent

tptn_lazy_loadfilterPro only

tptn_lazy_load

Filters whether the popular posts list is lazy loaded for the current request.

Type: filter
Since: 4.4.0
Source: includes/pro/class-lazy-load-module.php line 106

Parameters

Type Name Description
bool $lazy_load Whether to lazy load the list.
array $args Arguments used to build the list.

Usage

add_filter( 'tptn_lazy_load', function($lazy_load, $args) {
    // ...
    return $lazy_load;
} );