Filter: mcs_datepicker_enabled

apply_filters( 'mcs_datepicker_enabled', $enabled ) → {bool}

Disable the datepicker. Falls back to a standard browser date input.

Parameters:
Name Type Description
$enabled bool

True if enabled, false to disable.

Source:
Returns:
Type
bool