apply_filters( 'mc_include_today_in_total', $in_total ) → {string}
Should today's events be counted towards total number of upcoming events. Default yes
. Any value other than 'no' will be interpreted as 'yes'.
Parameters:
Name | Type | Description |
---|---|---|
$in_total |
string | Return 'no' to exclude today's events from event count. Default 'yes'. |
- Source:
Returns:
'yes' or 'no'.
- Type
- string