Skip to content

mc_time_max

github-actions[bot] edited this page May 15, 2026 · 4 revisions

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} $max Time string. Default 00:00.

Returns

{string}

Files

apply_filters( 'mc_time_max', '00:00' )

← All Hooks

Clone this wiki locally