24-hour clock on Events please

This topic contains 1 reply, has 2 voices, and was last updated by  Kor 6 years, 9 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #390352

    Antonio Gaetano
    Expired Member

    Hi, it’s possible have 24-hour clock on Events?

    I put in Supreme Directory this code:

    
    
    function gde_24hour_times( $times ) {
    	foreach($times as $key=>$val){
    		$times[$key]=$key;
    	}
        return $times;
    }
    add_filter( 'geodir_event_schedule_times', 'gde_24hour_times' );

    BUT DONT WORK . MAYBE MAKE ERROR
    THANKS

    #390370

    Kor
    Moderator
    Post count: 16516

    Hi Antonio,

    Please share the URL of the site in question so we can take a better look at it and also WP temp admin access to your site. You can post the details here using the private reply option below.

Viewing 2 posts - 1 through 2 (of 2 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket