Limit the time option | WordPress.org

[ad_1]

Users can now limit time using below hook

add_filter('gf_awp_calendar_allow_time', 'filter_gf_awp_calendar_allow_time', 10, 2);

function filter_gf_awp_calendar_allow_time($allow_time, $form) {
    // Specify time in 24 hour format.
    $allow_time = array(
        '13:00',
        '01:00', 
        '02:00',
        '16:00',
        '17:00',
        '18:00',
        '19:00',
        '20:00',
    );

    return $allow_time;
}

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer