apply_filters( 'ep_is_decaying_enabled', $is_decaying_enabled, $settings, $args ) → {bool}
Filter to modify decaying
Parameters:
Name | Type | Description |
---|---|---|
$is_decaying_enabled |
bool | Whether decay by date is enabled or not |
$settings |
array | Settings |
$args |
array | WP_Query args |
- Since:
- 4.6.0
- Source:
Returns:
Decaying
- Type
- bool