Skip to content

Instantly share code, notes, and snippets.

@rajeshsingh520
Created April 22, 2025 12:36
Show Gist options
  • Save rajeshsingh520/fecf3b6cab482076263323e8ba83fea6 to your computer and use it in GitHub Desktop.
Save rajeshsingh520/fecf3b6cab482076263323e8ba83fea6 to your computer and use it in GitHub Desktop.
add_filter('pisol_dtt_setting_filter_pi_dtt_co_time_placeholder', function($placeholder){
$placeholder = 'Select a time';
return $placeholder;
}, PHP_INT_MAX);
add_filter('pisol_dtt_setting_filter_pi_dtt_co_label_time', function($placeholder){
$placeholder = 'Time';
return $placeholder;
}, PHP_INT_MAX);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment