Skip to content

mc_filter_offset

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

Filter timezone offset applied when displaying events. Can fix issues with an incorrect server time.

Auto-generated Example

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

Parameters

  • string $offset Timezone offset format -HH:MM:SS.

Returns

string

Files

apply_filters( 'mc_filter_offset', $offset )

← All Hooks

Clone this wiki locally