Học Sinh

Hiển thị kết quả duy nhất

Sản phẩm bán chạy

Giáo trình ACCESS – Grade 6-9 (PDF)

Miễn phí
add_shortcode('pass_countdown', 'devvn_passvideo_button_countdown_func'); function devvn_passvideo_button_countdown_func($atts) { $atts = shortcode_atts(array( 'time' => 10, 'code' => '', 'before_code' => '', 'title' => 'Nhấp vào đây để lấy mã bảo mật', 'mess' => 'Mã bảo mật sẽ hiện sau %s giây', ), $atts, 'button_countdown'); $time = isset($atts['time']) ? intval($atts['time']) : 10; $code = isset($atts['code']) ? sanitize_text_field($atts['code']) : ''; $title = isset($atts['title']) ? sanitize_text_field($atts['title']) : ''; $mess = isset($atts['mess']) ? sanitize_text_field($atts['mess']) : ''; $before_code = isset($atts['before_code']) ? sanitize_text_field($atts['before_code']) : ''; ob_start(); ?> .coundownmobile{ background: #e81e1e; border-radius: 10px; border: none; color: #ffffff; display: inline-block; text-align: center; padding: 10px; outline: none; cursor: pointer; } .coundownmobile.countdown-loading { background: #FF5722; } .coundownmobile.countdown-done { background: green; }