Recent

tptn_lazy_load filter Pro only

tptn_lazy_load

Whether a list should be lazy loaded.

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

Parameters

TypeNameDescription
array$argsDisplay arguments.

Usage

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