Skip to content

Instantly share code, notes, and snippets.

@rajeshsingh520
Created February 15, 2026 04:23
Show Gist options
  • Select an option

  • Save rajeshsingh520/467f09cd9babcf5205c6bcfdc5b5896d to your computer and use it in GitHub Desktop.

Select an option

Save rajeshsingh520/467f09cd9babcf5205c6bcfdc5b5896d to your computer and use it in GitHub Desktop.
add_filter('pisol_dtt_ics_default_start_time', function($time){
return '09:00';
}, PHP_INT_MAX);
add_filter('pisol_dtt_ics_default_end_time', function($time){
return '21:00';
}, PHP_INT_MAX);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment