= $sale_start_time && $now_time <= $sale_end_time; } public static function user_viewed_banner(): bool { return Pointers::is_dismissed( self::BANNER_POINTER_NAME ); } /** * Get banner markup * @throws Throwable */ public static function get_banner( string $link ) { if ( ! self::is_sale_time() || self::user_viewed_banner() ) { return; } $img = plugins_url( '/images/elementor-birthday-banner.jpg', __FILE__ ); $url = admin_url( 'admin-ajax.php' ); $nonce = wp_create_nonce( self::POINTER_NONCE_KEY ); ?>