Skip to content

mc_time_min

github-actions[bot] edited this page Jun 3, 2026 · 4 revisions

Set the earliest time an event can be scheduled for.

Auto-generated Example

add_filter(
   'mc_time_min',
    function( string $min ) {
        // Your code here.
        return $min;
    }
);

Parameters

  • string $min Time string. Default 00:00.

Returns

string

Files

apply_filters( 'mc_time_min', '00:00' )

← All Hooks

Clone this wiki locally