gatherpress_date_format

Last updated July 11, 2026, Version 0.34

Auto-generated Example

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

Parameters

  • $get

Files

apply_filters(
            'gatherpress_date_format',
            $settings->get( 'date_format' )
        )

← All Hooks