apply_filters( 'ep_max_year_limit', $year ) → {int}
Filter the maximum year limit for date conversion.
Use default date if year is greater than max limit. EP has limitation that doesn't allow to have year greater than 2099.
Parameters:
Name | Type | Description |
---|---|---|
$year |
int | Maximum year limit. |
- Since:
- 4.2.1
- Source:
- See:
Returns:
Maximum year limit.
- Type
- int