mc_time_max - joedolson/my-calendar GitHub Wiki
Set the latest time an event can be scheduled for.
Auto-generated Example
add_filter(
'mc_time_max',
function( string $max ) {
// Your code here.
return $max;
}
);
Parameters
string$maxTime string. Default 00:00.
Returns
string
Files
apply_filters( 'mc_time_max', '00:00' )