Displaying countdown timer in sticky bar
Keep countdown timer always visible to your visitors by displaying in the sticky announcement bar at the top or bottom of any page.
Last updated
Keep countdown timer always visible to your visitors by displaying in the sticky announcement bar at the top or bottom of any page.
Last updated
add_action('wp_enqueue_scripts', function() {
if( ! wp_script_is('jquery') || ! wp_script_is('jquery', 'registered') ) {
wp_enqueue_script('jquery', 'https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js', array(), null, true);
}
});