{"id":626,"date":"2025-12-02T04:02:23","date_gmt":"2025-12-02T04:02:23","guid":{"rendered":"https:\/\/almalkipainmedicine.com\/book-an-appointment\/"},"modified":"2026-01-17T16:54:50","modified_gmt":"2026-01-17T16:54:50","slug":"book-an-appointment","status":"publish","type":"page","link":"https:\/\/almalkipainmedicine.com\/en\/book-an-appointment\/","title":{"rendered":"Book an appointment"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\" dir=\"ltr\">\n<head>\n    <meta charset=\"UTF-8\" \/>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n    <title>Contact Us &#8211; Dr. Mohammed Almalki<\/title>\n  \n    <!-- Tailwind CSS -->\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    \n    <!-- Font Awesome for Icons -->\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\" \/>\n    \n    <style>\n        \/* Scoped Styles for WordPress Content *\/\n        .wp-content-wrapper {\n            font-family: 'Inter', system-ui, -apple-system, sans-serif; \n            color: #444;\n            line-height: 1.6;\n            width: 100%;\n            max-width: 100%;\n            overflow: visible; \n        }\n\n        \/* CUSTOM COLORS *\/\n        :root {\n            --wp-blue: #006edf;\n            --wp-blue-hover: #0056b3;\n            --wp-dark: #23282d;\n            --wp-border: #ccd0d4;\n            --whatsapp-green: #25D366;\n            --whatsapp-dark: #128C7E;\n        }\n\n        \/* FULL-WIDTH BACKGROUND *\/\n        .wp-full-width-bg {\n            position: relative;\n            z-index: 1;\n            background-color: transparent;\n            width: 100%;\n            max-width: 100%;\n        }\n\n        .wp-full-width-bg::before {\n            content: \"\";\n            position: absolute;\n            top: 0;\n            bottom: 0;\n            left: 0;\n            right: 0;\n            margin-left: calc(-50vw + 50%);\n            margin-right: calc(-50vw + 50%);\n            width: auto;\n            background-color: #f9fafb; \n            z-index: -1;\n            pointer-events: none;\n        }\n\n        .hero-gradient::before {\n            background: linear-gradient(135deg, #f0f7ff 0%, #e8f4fd 50%, #f5f9ff 100%) !important;\n        }\n\n        .wp-container {\n            width: 100%;\n            max-width: 1280px;\n            margin-left: auto;\n            margin-right: auto;\n            padding-left: 1rem;\n            padding-right: 1rem;\n        }\n\n        @media (min-width: 768px) {\n            .wp-container {\n                padding-left: 2rem;\n                padding-right: 2rem;\n            }\n        }\n\n        \/* ANIMATIONS *\/\n        .animate-on-scroll {\n            opacity: 0;\n            transform: translateY(30px);\n            transition: opacity 0.6s ease-out, transform 0.6s ease-out;\n        }\n\n        .animate-on-scroll.animated {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        .animate-delay-1 { transition-delay: 0.1s; }\n        .animate-delay-2 { transition-delay: 0.2s; }\n        .animate-delay-3 { transition-delay: 0.3s; }\n\n        .animate-scale {\n            opacity: 0;\n            transform: scale(0.9);\n            transition: opacity 0.5s ease-out, transform 0.5s ease-out;\n        }\n\n        .animate-scale.animated {\n            opacity: 1;\n            transform: scale(1);\n        }\n\n        \/* WHATSAPP FEATURED CARD *\/\n        .whatsapp-card {\n            background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);\n            border-radius: 24px;\n            position: relative;\n            overflow: hidden;\n            box-shadow: 0 20px 60px rgba(37, 211, 102, 0.3);\n            transition: all 0.4s ease;\n        }\n\n        .whatsapp-card::before {\n            content: \"\";\n            position: absolute;\n            top: -50%;\n            right: -50%;\n            width: 100%;\n            height: 100%;\n            background: radial-gradient(circle, rgba(255,255,255,0.2) 0%, transparent 70%);\n            pointer-events: none;\n        }\n\n        .whatsapp-card:hover {\n            transform: translateY(-8px) scale(1.02);\n            box-shadow: 0 30px 80px rgba(37, 211, 102, 0.4);\n        }\n\n        .whatsapp-btn {\n            background: white;\n            color: #128C7E;\n            padding: 0.875rem 1.5rem;\n            border-radius: 50px;\n            font-weight: 700;\n            font-size: 1rem;\n            display: inline-flex;\n            align-items: center;\n            gap: 0.5rem;\n            transition: all 0.3s ease;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.15);\n            white-space: nowrap;\n        }\n\n        @media (min-width: 640px) {\n            .whatsapp-btn {\n                padding: 1rem 2.5rem;\n                font-size: 1.25rem;\n                gap: 0.75rem;\n            }\n        }\n\n        .whatsapp-btn:hover {\n            transform: scale(1.05);\n            box-shadow: 0 8px 30px rgba(0,0,0,0.2);\n        }\n\n        .pulse-ring {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            border-radius: 50%;\n            background: rgba(255,255,255,0.3);\n            animation: pulse-ring 2s infinite;\n        }\n\n        @keyframes pulse-ring {\n            0% { transform: scale(1); opacity: 1; }\n            100% { transform: scale(1.5); opacity: 0; }\n        }\n\n        \/* GLASS MORPHISM CARDS *\/\n        .glass-card {\n            background: rgba(255, 255, 255, 0.7);\n            backdrop-filter: blur(20px);\n            -webkit-backdrop-filter: blur(20px);\n            border: 1px solid rgba(255, 255, 255, 0.3);\n            border-radius: 20px;\n            box-shadow: 0 8px 32px rgba(0, 110, 223, 0.1);\n            transition: all 0.4s ease;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .glass-card::before {\n            content: \"\";\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 3px;\n            background: linear-gradient(90deg, #006edf, #00b4d8, #006edf);\n            background-size: 200% 100%;\n            animation: shimmer 3s infinite linear;\n        }\n\n        @keyframes shimmer {\n            0% { background-position: -200% 0; }\n            100% { background-position: 200% 0; }\n        }\n\n        .glass-card .icon-wrapper {\n            width: 70px;\n            height: 70px;\n            border-radius: 20px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: all 0.3s ease;\n        }\n\n        .icon-email {\n            background: linear-gradient(135deg, #f59e0b 0%, #f97316 100%);\n            box-shadow: 0 4px 15px rgba(245, 158, 11, 0.3);\n        }\n    <\/style>\n<\/head>\n<body>\n\n<div class=\"wp-content-wrapper\">\n    <!-- Contact Hero Section -->\n    <section class=\"wp-full-width-bg hero-gradient py-16 md:py-24 mt-16 md:mt-20\">\n        <div class=\"wp-container\">\n            <!-- Header -->\n            <div class=\"text-center mb-12\">\n                <span class=\"inline-block px-4 py-2 bg-white\/80 text-[#006edf] rounded-full text-sm font-bold border border-blue-100 mb-4 animate-on-scroll\">\n                    <i class=\"fa-solid fa-headset mr-2\"><\/i> Contact Support\n                <\/span>\n                <h1 class=\"text-3xl md:text-5xl font-bold text-[#23282d] mb-4 animate-on-scroll animate-delay-1\">\n                    Schedule Your Appointment\n                <\/h1>\n                <p class=\"text-lg text-gray-600 max-w-2xl mx-auto animate-on-scroll animate-delay-2\">\n                    We are here to guide you through your pain recovery journey. Contact us today to book your clinical consultation with Dr. Mohammed Almalki.\n                <\/p>\n            <\/div>\n\n            <!-- WhatsApp Featured Card -->\n            <div class=\"w-[90%] max-w-3xl mx-auto mb-16 animate-scale animate-delay-3\">\n                <div class=\"whatsapp-card p-6 sm:p-8 md:p-12 text-white text-center\">\n                    <!-- WhatsApp Icon with Pulse -->\n                    <div class=\"relative inline-block mb-6\">\n                        <div class=\"pulse-ring\"><\/div>\n                        <div class=\"w-24 h-24 bg-white\/20 rounded-full flex items-center justify-center backdrop-blur-sm\">\n                            <i class=\"fa-brands fa-whatsapp text-5xl\"><\/i>\n                        <\/div>\n                    <\/div>\n                    <h2 class=\"text-2xl md:text-3xl font-bold mb-3\">Book via WhatsApp<\/h2>\n                    <p class=\"text-lg opacity-90 mb-8 max-w-lg mx-auto\">\n                        The fastest and easiest way to secure your appointment. Connect with our clinical team directly via WhatsApp for a prompt response.\n                    <\/p>\n                    <a href=\"https:\/\/wa.me\/966506139313\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"whatsapp-btn\">\n                        <i class=\"fa-brands fa-whatsapp\"><\/i> Start Chat Now\n                    <\/a>\n                    <p class=\"mt-6 text-sm opacity-75\">\n                        <i class=\"fa-solid fa-clock mr-1\"><\/i> Typically responds within one hour\n                    <\/p>\n                <\/div>\n            <\/div>\n\n            <!-- Email Contact Card -->\n            <div class=\"w-[90%] md:w-full max-w-md mx-auto\">\n                <div class=\"glass-card p-8 animate-on-scroll animate-delay-2\">\n                    <div class=\"flex flex-col items-center text-center\">\n                        <div class=\"icon-wrapper icon-email mb-4\">\n                            <i class=\"fa-solid fa-envelope text-white text-2xl\"><\/i>\n                        <\/div>\n                        <h3 class=\"text-xl font-bold text-[#23282d] mb-2\">Email Correspondence<\/h3>\n                        <p class=\"text-gray-500 text-sm mb-4\">For detailed clinical inquiries or referrals<\/p>\n                        <a href=\"mailto:almalkipainmedicine@gmail.com\" class=\"text-xl font-bold text-[#f59e0b] hover:text-[#d97706] transition-colors break-all\">\n                            almalkipainmedicine@gmail.com\n                        <\/a>\n                        <a href=\"mailto:almalkipainmedicine@gmail.com\" class=\"mt-4 inline-flex items-center gap-2 px-6 py-3 bg-gradient-to-r from-[#f59e0b] to-[#f97316] text-white rounded-full font-semibold hover:shadow-lg transition-all hover:scale-105\">\n                            <i class=\"fa-solid fa-envelope\"><\/i> Send Message\n                        <\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n<\/div>\n\n<!-- Animation Script -->\n<script>\n    document.addEventListener('DOMContentLoaded', function() {\n        const observerOptions = {\n            root: null,\n            rootMargin: '0px',\n            threshold: 0.1\n        };\n\n        const observer = new IntersectionObserver((entries) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    entry.target.classList.add('animated');\n                }\n            });\n        }, observerOptions);\n\n        const animatedElements = document.querySelectorAll('.animate-on-scroll, .animate-scale');\n        animatedElements.forEach(el => observer.observe(el));\n    });\n<\/script>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Contact Us &#8211; Dr. Mohammed Almalki Contact Support Schedule Your Appointment We are here to guide you through your pain recovery journey. Contact us today to<span class=\"excerpt-hellip\"> [\u2026]<\/span><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","footnotes":""},"class_list":["post-626","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Book an appointment - \u0627\u0644\u0645\u0627\u0644\u0643\u064a \u0644\u0637\u0628 \u062a\u0633\u0643\u064a\u0646 \u0627\u0644\u0623\u0644\u0645<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/almalkipainmedicine.com\/en\/book-an-appointment\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Book an appointment - \u0627\u0644\u0645\u0627\u0644\u0643\u064a \u0644\u0637\u0628 \u062a\u0633\u0643\u064a\u0646 \u0627\u0644\u0623\u0644\u0645\" \/>\n<meta property=\"og:description\" content=\"Contact Us &#8211; Dr. Mohammed Almalki Contact Support Schedule Your Appointment We are here to guide you through your pain recovery journey. Contact us today to [\u2026]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/almalkipainmedicine.com\/en\/book-an-appointment\/\" \/>\n<meta property=\"og:site_name\" content=\"\u0627\u0644\u0645\u0627\u0644\u0643\u064a \u0644\u0637\u0628 \u062a\u0633\u0643\u064a\u0646 \u0627\u0644\u0623\u0644\u0645\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-17T16:54:50+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/almalkipainmedicine.com\\\/en\\\/book-an-appointment\\\/\",\"url\":\"https:\\\/\\\/almalkipainmedicine.com\\\/en\\\/book-an-appointment\\\/\",\"name\":\"Book an appointment - \u0627\u0644\u0645\u0627\u0644\u0643\u064a \u0644\u0637\u0628 \u062a\u0633\u0643\u064a\u0646 \u0627\u0644\u0623\u0644\u0645\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/almalkipainmedicine.com\\\/en\\\/#website\"},\"datePublished\":\"2025-12-02T04:02:23+00:00\",\"dateModified\":\"2026-01-17T16:54:50+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/almalkipainmedicine.com\\\/en\\\/book-an-appointment\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/almalkipainmedicine.com\\\/en\\\/book-an-appointment\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/almalkipainmedicine.com\\\/en\\\/book-an-appointment\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/almalkipainmedicine.com\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Book an appointment\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/almalkipainmedicine.com\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/almalkipainmedicine.com\\\/en\\\/\",\"name\":\"\u0627\u0644\u0645\u0627\u0644\u0643\u064a \u0644\u0637\u0628 \u062a\u0633\u0643\u064a\u0646 \u0627\u0644\u0623\u0644\u0645\",\"description\":\"\u0627\u062e\u0635\u0627\u0626\u064a \u0637\u0628 \u062a\u0633\u0643\u064a\u0646 \u0627\u0644\u0623\u0644\u0645\",\"publisher\":{\"@id\":\"https:\\\/\\\/almalkipainmedicine.com\\\/en\\\/#\\\/schema\\\/person\\\/b346c04896533f22bb6687ab871cc569\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/almalkipainmedicine.com\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/almalkipainmedicine.com\\\/en\\\/#\\\/schema\\\/person\\\/b346c04896533f22bb6687ab871cc569\",\"name\":\"mtalasmi83@gmail.com\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/almalkipainmedicine.com\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/\u0645\u062d\u0645\u062f-\u0637\u0644\u0627\u0644-\u0627\u0644\u0645\u0627\u0644\u0643\u064a.webp\",\"url\":\"https:\\\/\\\/almalkipainmedicine.com\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/\u0645\u062d\u0645\u062f-\u0637\u0644\u0627\u0644-\u0627\u0644\u0645\u0627\u0644\u0643\u064a.webp\",\"contentUrl\":\"https:\\\/\\\/almalkipainmedicine.com\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/\u0645\u062d\u0645\u062f-\u0637\u0644\u0627\u0644-\u0627\u0644\u0645\u0627\u0644\u0643\u064a.webp\",\"width\":499,\"height\":500,\"caption\":\"mtalasmi83@gmail.com\"},\"logo\":{\"@id\":\"https:\\\/\\\/almalkipainmedicine.com\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/\u0645\u062d\u0645\u062f-\u0637\u0644\u0627\u0644-\u0627\u0644\u0645\u0627\u0644\u0643\u064a.webp\"},\"sameAs\":[\"http:\\\/\\\/almalkipainmedicine.com\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Book an appointment - \u0627\u0644\u0645\u0627\u0644\u0643\u064a \u0644\u0637\u0628 \u062a\u0633\u0643\u064a\u0646 \u0627\u0644\u0623\u0644\u0645","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/almalkipainmedicine.com\/en\/book-an-appointment\/","og_locale":"en_US","og_type":"article","og_title":"Book an appointment - \u0627\u0644\u0645\u0627\u0644\u0643\u064a \u0644\u0637\u0628 \u062a\u0633\u0643\u064a\u0646 \u0627\u0644\u0623\u0644\u0645","og_description":"Contact Us &#8211; Dr. Mohammed Almalki Contact Support Schedule Your Appointment We are here to guide you through your pain recovery journey. Contact us today to [\u2026]","og_url":"https:\/\/almalkipainmedicine.com\/en\/book-an-appointment\/","og_site_name":"\u0627\u0644\u0645\u0627\u0644\u0643\u064a \u0644\u0637\u0628 \u062a\u0633\u0643\u064a\u0646 \u0627\u0644\u0623\u0644\u0645","article_modified_time":"2026-01-17T16:54:50+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/almalkipainmedicine.com\/en\/book-an-appointment\/","url":"https:\/\/almalkipainmedicine.com\/en\/book-an-appointment\/","name":"Book an appointment - \u0627\u0644\u0645\u0627\u0644\u0643\u064a \u0644\u0637\u0628 \u062a\u0633\u0643\u064a\u0646 \u0627\u0644\u0623\u0644\u0645","isPartOf":{"@id":"https:\/\/almalkipainmedicine.com\/en\/#website"},"datePublished":"2025-12-02T04:02:23+00:00","dateModified":"2026-01-17T16:54:50+00:00","breadcrumb":{"@id":"https:\/\/almalkipainmedicine.com\/en\/book-an-appointment\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/almalkipainmedicine.com\/en\/book-an-appointment\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/almalkipainmedicine.com\/en\/book-an-appointment\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/almalkipainmedicine.com\/en\/"},{"@type":"ListItem","position":2,"name":"Book an appointment"}]},{"@type":"WebSite","@id":"https:\/\/almalkipainmedicine.com\/en\/#website","url":"https:\/\/almalkipainmedicine.com\/en\/","name":"\u0627\u0644\u0645\u0627\u0644\u0643\u064a \u0644\u0637\u0628 \u062a\u0633\u0643\u064a\u0646 \u0627\u0644\u0623\u0644\u0645","description":"\u0627\u062e\u0635\u0627\u0626\u064a \u0637\u0628 \u062a\u0633\u0643\u064a\u0646 \u0627\u0644\u0623\u0644\u0645","publisher":{"@id":"https:\/\/almalkipainmedicine.com\/en\/#\/schema\/person\/b346c04896533f22bb6687ab871cc569"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/almalkipainmedicine.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/almalkipainmedicine.com\/en\/#\/schema\/person\/b346c04896533f22bb6687ab871cc569","name":"mtalasmi83@gmail.com","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/almalkipainmedicine.com\/wp-content\/uploads\/2025\/11\/\u0645\u062d\u0645\u062f-\u0637\u0644\u0627\u0644-\u0627\u0644\u0645\u0627\u0644\u0643\u064a.webp","url":"https:\/\/almalkipainmedicine.com\/wp-content\/uploads\/2025\/11\/\u0645\u062d\u0645\u062f-\u0637\u0644\u0627\u0644-\u0627\u0644\u0645\u0627\u0644\u0643\u064a.webp","contentUrl":"https:\/\/almalkipainmedicine.com\/wp-content\/uploads\/2025\/11\/\u0645\u062d\u0645\u062f-\u0637\u0644\u0627\u0644-\u0627\u0644\u0645\u0627\u0644\u0643\u064a.webp","width":499,"height":500,"caption":"mtalasmi83@gmail.com"},"logo":{"@id":"https:\/\/almalkipainmedicine.com\/wp-content\/uploads\/2025\/11\/\u0645\u062d\u0645\u062f-\u0637\u0644\u0627\u0644-\u0627\u0644\u0645\u0627\u0644\u0643\u064a.webp"},"sameAs":["http:\/\/almalkipainmedicine.com"]}]}},"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"be_thumbnail":false,"be_clients":false,"slider-content":false,"portfolio-mf":false,"portfolio-mf-w":false,"portfolio-mf-t":false,"portfolio-list":false,"blog-portfolio":false,"blog-single":false,"mobile-srcset":false},"uagb_author_info":{"display_name":"mtalasmi83@gmail.com","author_link":"https:\/\/almalkipainmedicine.com\/en\/author\/mtalasmi83gmail-com\/"},"uagb_comment_info":0,"uagb_excerpt":"Contact Us &#8211; Dr. Mohammed Almalki Contact Support Schedule Your Appointment We are here to guide you through your pain recovery journey. Contact us today to [\u2026]","_links":{"self":[{"href":"https:\/\/almalkipainmedicine.com\/en\/wp-json\/wp\/v2\/pages\/626","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/almalkipainmedicine.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/almalkipainmedicine.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/almalkipainmedicine.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/almalkipainmedicine.com\/en\/wp-json\/wp\/v2\/comments?post=626"}],"version-history":[{"count":3,"href":"https:\/\/almalkipainmedicine.com\/en\/wp-json\/wp\/v2\/pages\/626\/revisions"}],"predecessor-version":[{"id":725,"href":"https:\/\/almalkipainmedicine.com\/en\/wp-json\/wp\/v2\/pages\/626\/revisions\/725"}],"wp:attachment":[{"href":"https:\/\/almalkipainmedicine.com\/en\/wp-json\/wp\/v2\/media?parent=626"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}