Last updated July 11, 2026, Version 0.34
Auto-generated Example
add_filter(
'gatherpress_time_format',
function( $get ) {
// Your code here.
return $get;
}
);
Parameters
$get
Files
apply_filters(
'gatherpress_time_format',
$settings->get( 'time_format' )
)