wzlw_excluded_domains
Filter the excluded domains.
Type: filter
Since: 1.0.0
Source: includes/class-content-processor.php line 518
Parameters
| Type | Name | Description |
|---|---|---|
array | $excluded_domains | Array of excluded domains. |
string | $link_host | The link host being checked. |
Usage
add_filter( 'wzlw_excluded_domains', function($excluded_domains, $link_host) {
// ...
return $excluded_domains;
} );