apply_filters( 'nelio_content_get_max_age_for_resharing', boolean|int $months )
Filters out posts older than the given number of months so that only “fresh” content is automatically reshared.
Description
Parameters
- $months
(boolean|int) (Required) How old (in months) a post can be before it’s excluded from being automatically reshared. If it’s set to
0
orfalse
, no posts are excluded. Default:false
.