Recent

tptn_dynamic_exclude_post_idsfilter

tptn_dynamic_exclude_post_ids

Filter dynamic exclude post IDs array.

Type: filter
Since: 4.2.0
Source: includes/frontend/class-display.php line 1228

Parameters

Type Name Description
array $exclude_post_ids Array of post IDs.
array $args Arguments array.

Usage

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