gatherpress_timezone

Last updated July 11, 2026, Version 0.34

Auto-generated Example

add_filter(
   'gatherpress_timezone',
    function( $timezone ) {
        // Your code here.
        return $timezone;
    }
);

Parameters

  • $timezone

Files

apply_filters( 'gatherpress_timezone', $data['timezone'] )

← All Hooks