/* Listing Business hours to 24hr timepicker. */
function wpsc_gd_snippet_listings_times_24hr( $params ) {
$params['time_24hr'] = true;
return $params;
}
add_filter( 'ayecode_ui_calendar_params', 'wpsc_gd_snippet_listings_times_24hr', 11, 1 );
Copyright © 2025 by WP CODE SNIPPETS
Join our mailing list to receive the latest news and updates from our team.