Recent

wzlw_excluded_domains filter

wzlw_excluded_domains

Filter the excluded domains.

Type: filter
Since: 1.0.0
Source: includes/class-content-processor.php line 518

Parameters

TypeNameDescription
array$excluded_domainsArray of excluded domains.
string$link_hostThe link host being checked.

Usage

add_filter( 'wzlw_excluded_domains', function($excluded_domains, $link_host) {
    // ...
    return $excluded_domains;
} );