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
| Type | Name | Description |
|---|---|---|
array | $args | Display arguments. |
Usage
add_filter( 'tptn_lazy_load', function($args) {
// ...
return $args;
} );