gatherpress_datetime_format

Last updated July 11, 2026, Version 0.34

Auto-generated Example

add_filter(
   'gatherpress_datetime_format',
    function(
        $format,
        $which,
        $local
    ) {
        // Your code here.
        return $format;
    },
    10,
    3
);

Parameters

  • $format
  • $which
  • $local

Files

apply_filters( 'gatherpress_datetime_format', $format, $which, $local )

← All Hooks