{"id":2297,"date":"2026-08-05T17:06:06","date_gmt":"2026-08-05T08:36:06","guid":{"rendered":"https:\/\/depedilocosnorte.com\/sdoin\/?page_id=2297"},"modified":"2026-09-17T15:46:42","modified_gmt":"2026-09-17T07:16:42","slug":"advisories","status":"publish","type":"page","link":"https:\/\/depedilocosnorte.com\/sdoin\/index.php\/advisories\/","title":{"rendered":"Advisories"},"content":{"rendered":"\n<style>\n\/* =========================================================\n   DEPED ILOCOS NORTE - ADVISORIES PAGE STYLING\n   ========================================================= *\/\n\n.deped-advisory-page {\n    max-width: 1150px;\n    margin: 30px auto;\n    padding: 0 20px;\n    font-family: Arial, Helvetica, sans-serif;\n    color: #333333;\n    box-sizing: border-box;\n}\n\n.deped-advisory-page *,\n.deped-advisory-page *::before,\n.deped-advisory-page *::after {\n    box-sizing: border-box;\n}\n\n\/* =========================================================\n   PAGE HEADER (SOLID BLUE BANNER)\n   ========================================================= *\/\n\n.deped-procurement-header {\n    width: 100%;\n    max-width: 1050px;\n    margin: 0 auto 38px auto;\n    padding: 35px 32px;\n    box-sizing: border-box;\n\n    background: #123b8f;\n    border-radius: 12px;\n    box-shadow: 0 4px 15px rgba(18, 59, 143, 0.2);\n    text-align: left;\n}\n\n.deped-procurement-label {\n    display: inline-block;\n    margin-bottom: 14px;\n    background: rgba(255, 255, 255, 0.15);\n    color: #ffffff;\n    padding: 6px 14px;\n    border-radius: 6px;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n}\n\n.deped-procurement-title {\n    margin: 0 0 12px 0 !important;\n    color: #ffffff !important;\n    font-family: Georgia, \"Times New Roman\", serif !important;\n    font-size: clamp(28px, 4.5vw, 38px) !important;\n    font-weight: 700 !important;\n    line-height: 1.25 !important;\n}\n\n.deped-procurement-description {\n    max-width: 900px;\n    margin: 0 !important;\n    color: #e8eef8 !important;\n    font-size: 15px !important;\n    line-height: 1.6 !important;\n}\n\n\n\/* =========================================================\n   YEAR SELECTOR\n   ========================================================= *\/\n\n.advisory-select {\n    width: 100%;\n    max-width: 1050px;\n    margin: 0 auto 30px auto;\n    box-sizing: border-box;\n}\n\n.advisory-select label {\n    display: block;\n    margin: 0 0 8px 1px;\n    color: #102f70;\n    font-size: 14px;\n    font-weight: 700;\n    letter-spacing: 0.2px;\n}\n\n.advisory-select select {\n    width: 320px;\n    max-width: 100%;\n    height: 46px;\n    padding: 0 42px 0 14px;\n    appearance: auto;\n    background: #ffffff;\n    border: 1px solid #cbd5df;\n    border-radius: 4px;\n    color: #102f70;\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: 15px;\n    font-weight: 600;\n    cursor: pointer;\n    outline: none;\n    box-sizing: border-box;\n    transition: border-color 0.2s ease, box-shadow 0.2s ease;\n}\n\n.advisory-select select:hover {\n    border-color: #102f70;\n}\n\n.advisory-select select:focus {\n    border-color: #102f70;\n    box-shadow: 0 0 0 3px rgba(16, 47, 112, 0.08);\n}\n\n\n\/* =========================================================\n   ADVISORY CONTENT\n   ========================================================= *\/\n\n.advisory-year-content {\n    width: 100%;\n    max-width: 1050px;\n    margin: 0 auto;\n    box-sizing: border-box;\n    display: none;\n}\n\n.content-2026 {\n    display: block;\n}\n\n.advisory-heading {\n    position: relative;\n    margin: 0 0 18px 0;\n    padding-left: 13px;\n    color: #102f70;\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: 23px;\n    font-weight: 700;\n    line-height: 1.35;\n}\n\n.advisory-heading::before {\n    content: \"\";\n    position: absolute;\n    left: 0;\n    top: 2px;\n    bottom: 2px;\n    width: 4px;\n    background: #102f70;\n    border-radius: 1px;\n}\n\n\n\/* =========================================================\n   TABLE STYLING\n   ========================================================= *\/\n\n.advisory-table-container {\n    width: 100%;\n    overflow-x: auto;\n    background: #ffffff;\n    border: 1px solid #dfe5eb;\n    border-radius: 4px;\n    box-sizing: border-box;\n    box-shadow: 0 2px 8px rgba(16, 47, 112, 0.05);\n}\n\n.advisory-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    table-layout: fixed;\n    background: #ffffff;\n}\n\n.advisory-table thead th {\n    padding: 13px 14px;\n    background: #102f70;\n    color: #ffffff;\n    font-size: 14px;\n    font-weight: 700;\n    line-height: 1.4;\n    text-align: left;\n    border: 0;\n    white-space: nowrap;\n}\n\n.advisory-table thead th:first-child {\n    border-top-left-radius: 3px;\n}\n\n.advisory-table thead th:last-child {\n    border-top-right-radius: 3px;\n}\n\n.advisory-table tbody td {\n    padding: 14px;\n    background: #ffffff;\n    color: #333333;\n    font-size: 14px;\n    line-height: 1.5;\n    vertical-align: middle;\n    border: 0;\n    border-bottom: 1px solid #e5e9ee;\n}\n\n.advisory-table tbody tr:last-child td {\n    border-bottom: 0;\n}\n\n.advisory-table tbody tr {\n    transition: background 0.15s ease;\n}\n\n.advisory-table tbody tr:hover td {\n    background: #f8fafc;\n}\n\n.advisory-table th:nth-child(1),\n.advisory-table td:nth-child(1) {\n    width: 15%;\n    text-align: center;\n}\n\n.advisory-table th:nth-child(2),\n.advisory-table td:nth-child(2) {\n    width: 50%;\n    text-align: left;\n}\n\n.advisory-table th:nth-child(3),\n.advisory-table td:nth-child(3) {\n    width: 12%;\n    text-align: center;\n}\n\n.advisory-table th:nth-child(4),\n.advisory-table td:nth-child(4) {\n    width: 23%;\n    text-align: center;\n}\n\n.advisory-table td:first-child {\n    color: #102f70;\n    font-weight: 700;\n}\n\n.advisory-table td:nth-child(2) {\n    color: #333333;\n    font-weight: 500;\n}\n\n.advisory-table td:nth-child(3) {\n    color: #596575;\n    font-weight: 600;\n}\n\n\n\/* =========================================================\n   DOWNLOAD BUTTON\n   ========================================================= *\/\n\n.advisory-download {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-width: 92px;\n    padding: 7px 14px;\n    background: #102f70;\n    border: 1px solid #102f70;\n    border-radius: 3px;\n    color: #ffffff !important;\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: 13px;\n    font-weight: 600;\n    line-height: 1.3;\n    text-align: center;\n    text-decoration: none !important;\n    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;\n}\n\n.advisory-download:hover {\n    background: #0b2559;\n    border-color: #0b2559;\n    color: #ffffff !important;\n    text-decoration: none !important;\n    transform: translateY(-1px);\n}\n\n.advisory-download:active {\n    transform: translateY(0);\n}\n\n\n\/* =========================================================\n   RESPONSIVE DESIGN\n   ========================================================= *\/\n\n@media (max-width: 900px) {\n    .advisory-table-container {\n        border-radius: 4px;\n    }\n}\n\n@media (max-width: 768px) {\n    .deped-advisory-page {\n        padding: 0 15px;\n    }\n    .advisory-select {\n        margin-bottom: 24px;\n    }\n    .advisory-select select {\n        width: 100%;\n    }\n    .advisory-heading {\n        font-size: 20px;\n        margin-bottom: 15px;\n    }\n    .advisory-table {\n        min-width: 680px;\n    }\n    .advisory-table thead th {\n        padding: 12px 10px;\n        font-size: 13px;\n    }\n    .advisory-table tbody td {\n        padding: 11px 10px;\n        font-size: 13px;\n    }\n    .advisory-download {\n        min-width: 82px;\n        padding: 7px 11px;\n        font-size: 12px;\n    }\n}\n\n@media (max-width: 480px) {\n    .deped-advisory-page {\n        padding: 0 10px;\n    }\n    .deped-procurement-header {\n        padding: 24px 18px;\n    }\n    .deped-procurement-label {\n        font-size: 11px;\n    }\n    .deped-procurement-title {\n        font-size: 24px !important;\n        line-height: 1.2 !important;\n    }\n    .deped-procurement-description {\n        font-size: 14px !important;\n        line-height: 1.55 !important;\n    }\n    .advisory-select label {\n        font-size: 13px;\n    }\n    .advisory-select select {\n        height: 44px;\n        font-size: 14px;\n    }\n    .advisory-heading {\n        font-size: 19px;\n    }\n    .advisory-table {\n        min-width: 650px;\n    }\n}\n<\/style>\n\n\n<div class=\"deped-advisory-page\">\n\n    <!-- =========================\n         PAGE HEADER BANNER\n    ========================== -->\n    <div class=\"deped-procurement-header\">\n        <div class=\"deped-procurement-label\">\n            Advisories\n        <\/div>\n        <h1 class=\"deped-procurement-title\">\n            Stay Updated with Our Advisories\n        <\/h1>\n        <p class=\"deped-procurement-description\">\n            Stay updated with the latest advisories from the Schools Division Office of Ilocos Norte. Select a year to view the advisories and click \u201cDownload\u201d to access the official document.\n        <\/p>\n    <\/div>\n\n\n    <!-- =========================\n         SELECT YEAR\n    ========================== -->\n\n    <div class=\"advisory-select\">\n\n        <label for=\"yearSelect\">\n            Select Year\n        <\/label>\n\n        <select id=\"yearSelect\">\n            <option value=\"2026\" selected=\"\">2026<\/option>\n            <option value=\"2025\">2025<\/option>\n            <option value=\"2024\">2024<\/option>\n            <option value=\"2023\">2023<\/option>\n        <\/select>\n\n    <\/div>\n\n\n    <!-- =========================\n         2026\n    ========================== -->\n\n    <div class=\"advisory-year-content content-2026\">\n\n        <h2 class=\"advisory-heading\">\n            2026 Advisories\n        <\/h2>\n\n        <div class=\"advisory-table-container\">\n            <table class=\"advisory-table\">\n                <thead>\n                    <tr>\n                        <th>Advisory No.<\/th>\n                        <th>Title<\/th>\n                        <th>Year<\/th>\n                        <th>Download<\/th>\n                    <\/tr>\n                <\/thead>\n                <tbody>\n                    <tr>\n                        <td>094<\/td>\n                        <td>Conferment of CESO Rank to ASDS Domingo<\/td>\n                        <td>2026<\/td>\n                        <td>\n                            <a href=\"http:\/\/depedilocosnorte.com\/sdoin\/wp-content\/uploads\/2026\/08\/Advisory-094-Conferment-of-CESO-Rank-to-ASDS-Domingo.jpg\" class=\"advisory-download\">\n                                Download\n                            <\/a>\n                        <\/td>\n                    <\/tr>\n                    <tr>\n                        <td>093<\/td>\n                        <td>Preparation for Typhoon Inday<\/td>\n                        <td>2026<\/td>\n                        <td>\n                            <a href=\"http:\/\/depedilocosnorte.com\/sdoin\/wp-content\/uploads\/2026\/08\/Advisory-93-Preparation-for-Typhoon-Inday.jpg\" class=\"advisory-download\">\n                                Download\n                            <\/a>\n                        <\/td>\n                    <\/tr>\n                    <tr>\n                        <td>092<\/td>\n                        <td>Random Bag Inspection<\/td>\n                        <td>2026<\/td>\n                        <td>\n                            <a href=\"http:\/\/depedilocosnorte.com\/sdoin\/wp-content\/uploads\/2026\/08\/Advisory-92-Random-Bag-Inspection.jpg\" class=\"advisory-download\">\n                                Download\n                            <\/a>\n                        <\/td>\n                    <\/tr>\n                    <tr>\n                        <td>091<\/td>\n                        <td>School Safety &amp; Security<\/td>\n                        <td>2026<\/td>\n                        <td>\n                            <a href=\"http:\/\/depedilocosnorte.com\/sdoin\/wp-content\/uploads\/2026\/08\/Advisory-91-School-Safety-Security.jpg\" class=\"advisory-download\">\n                                Download\n                            <\/a>\n                        <\/td>\n                    <\/tr>\n                    <tr>\n                        <td>090<\/td>\n                        <td>Advisory 090<\/td>\n                        <td>2026<\/td>\n                        <td>\n                            <a href=\"http:\/\/depedilocosnorte.com\/sdoin\/wp-content\/uploads\/2026\/08\/Advisory-90.jpg\" class=\"advisory-download\">\n                                Download\n                            <\/a>\n                        <\/td>\n                    <\/tr>\n                    <tr>\n                        <td>088<\/td>\n                        <td>Advisory 088<\/td>\n                        <td>2026<\/td>\n                        <td>\n                            <a href=\"http:\/\/depedilocosnorte.com\/sdoin\/wp-content\/uploads\/2026\/08\/Advisory-88.jpg\" class=\"advisory-download\">\n                                Download\n                            <\/a>\n                        <\/td>\n                    <\/tr>\n                <\/tbody>\n            <\/table>\n        <\/div>\n\n    <\/div>\n\n\n    <!-- =========================\n         2025\n    ========================== -->\n\n    <div class=\"advisory-year-content content-2025\">\n\n        <h2 class=\"advisory-heading\">\n            2025 Advisories\n        <\/h2>\n\n        <div class=\"advisory-table-container\">\n            <table class=\"advisory-table\">\n                <thead>\n                    <tr>\n                        <th>Advisory No.<\/th>\n                        <th>Title<\/th>\n                        <th>Year<\/th>\n                        <th>Download<\/th>\n                    <\/tr>\n                <\/thead>\n                <tbody>\n                    <tr>\n                        <td>072<\/td>\n                        <td>Advisory 072- Safety Measures During the Conduct of EOSY Programs or Activities<\/td>\n                        <td>2025<\/td>\n                        <td>\n                            <a href=\"http:\/\/depedilocosnorte.com\/sdoin\/wp-content\/uploads\/2026\/08\/Advisory-072-Safety-Measures-During-the-Conduct-of-EOSY-Programs-or-Activities.jpg\" class=\"advisory-download\">\n                                Download\n                            <\/a>\n                        <\/td>\n                    <\/tr>\n                    <tr>\n                        <td>071<\/td>\n                        <td>Prohibition of Requiring Year-End Financial Clearance of Learners<\/td>\n                        <td>2025<\/td>\n                        <td>\n                            <a href=\"http:\/\/depedilocosnorte.com\/sdoin\/wp-content\/uploads\/2026\/08\/advisory-071-PROHIBITION-OF-REQUIRING-YEAR-END-FINANCIAL-CLEARANCE-OF-LEARNERS.jpeg\" class=\"advisory-download\">\n                                Download\n                            <\/a>\n                        <\/td>\n                    <\/tr>\n                    <tr>\n                        <td>070<\/td>\n                        <td>Reminders from RA 7394<\/td>\n                        <td>2025<\/td>\n                        <td>\n                            <a href=\"http:\/\/depedilocosnorte.com\/sdoin\/wp-content\/uploads\/2026\/08\/advisory-070-Reminders-from-RA7394.jpeg\" class=\"advisory-download\">\n                                Download\n                            <\/a>\n                        <\/td>\n                    <\/tr>\n                    <tr>\n                        <td>068<\/td>\n                        <td>End of School Year (EOSY) 2025<\/td>\n                        <td>2025<\/td>\n                        <td>\n                            <a href=\"http:\/\/depedilocosnorte.com\/sdoin\/wp-content\/uploads\/2026\/08\/Advisory-68-EOSY-2025.jpeg\" class=\"advisory-download\">\n                                Download\n                            <\/a>\n                        <\/td>\n                    <\/tr>\n                    <tr>\n                        <td>065<\/td>\n                        <td>Learners Safety and Welfare<\/td>\n                        <td>2025<\/td>\n                        <td>\n                            <a href=\"http:\/\/depedilocosnorte.com\/sdoin\/wp-content\/uploads\/2026\/08\/advisory-065-LEARNERS-SAFETY-AND-WELFARE.jpeg\" class=\"advisory-download\">\n                                Download\n                            <\/a>\n                        <\/td>\n                    <\/tr>\n                <\/tbody>\n            <\/table>\n        <\/div>\n\n    <\/div>\n\n\n    <!-- =========================\n         2024\n    ========================== -->\n\n    <div class=\"advisory-year-content content-2024\">\n\n        <h2 class=\"advisory-heading\">\n            2024 Advisories\n        <\/h2>\n\n        <div class=\"advisory-table-container\">\n            <table class=\"advisory-table\">\n                <thead>\n                    <tr>\n                        <th>Advisory No.<\/th>\n                        <th>Title<\/th>\n                        <th>Year<\/th>\n                        <th>Download<\/th>\n                    <\/tr>\n                <\/thead>\n                <tbody>\n                    <tr>\n                        <td>042<\/td>\n                        <td>Practice Teaching<\/td>\n                        <td>2024<\/td>\n                        <td>\n                            <a href=\"http:\/\/depedilocosnorte.com\/sdoin\/wp-content\/uploads\/2026\/08\/advisory-042-practice-teaching.jpg\" class=\"advisory-download\">\n                                Download\n                            <\/a>\n                        <\/td>\n                    <\/tr>\n                    <tr>\n                        <td>041<\/td>\n                        <td>Practice Teaching<\/td>\n                        <td>2024<\/td>\n                        <td>\n                            <a href=\"http:\/\/depedilocosnorte.com\/sdoin\/wp-content\/uploads\/2026\/08\/advisory-041-practice-teachin.jpg\" class=\"advisory-download\">\n                                Download\n                            <\/a>\n                        <\/td>\n                    <\/tr>\n                    <tr>\n                        <td>040<\/td>\n                        <td>DepEd Order 37<\/td>\n                        <td>2024<\/td>\n                        <td>\n                            <a href=\"http:\/\/depedilocosnorte.com\/sdoin\/wp-content\/uploads\/2026\/08\/advisory-040-Deped-order-37.jpg\" class=\"advisory-download\">\n                                Download\n                            <\/a>\n                        <\/td>\n                    <\/tr>\n                    <tr>\n                        <td>035<\/td>\n                        <td>Loyalty Pay<\/td>\n                        <td>2024<\/td>\n                        <td>\n                            <a href=\"http:\/\/depedilocosnorte.com\/sdoin\/wp-content\/uploads\/2026\/08\/advisory-35-loyalty-pay-may-2024.jpg\" class=\"advisory-download\">\n                                Download\n                            <\/a>\n                        <\/td>\n                    <\/tr>\n                <\/tbody>\n            <\/table>\n        <\/div>\n\n    <\/div>\n\n\n    <!-- =========================\n         2023\n    ========================== -->\n\n    <div class=\"advisory-year-content content-2023\">\n\n        <h2 class=\"advisory-heading\">\n            2023 Advisories\n        <\/h2>\n\n        <div class=\"advisory-table-container\">\n            <table class=\"advisory-table\">\n                <thead>\n                    <tr>\n                        <th>Advisory No.<\/th>\n                        <th>Title<\/th>\n                        <th>Year<\/th>\n                        <th>Download<\/th>\n                    <\/tr>\n                <\/thead>\n                <tbody>\n                    <tr>\n                        <td>011<\/td>\n                        <td>RIAA Result<\/td>\n                        <td>2023<\/td>\n                        <td>\n                            <a href=\"http:\/\/depedilocosnorte.com\/sdoin\/wp-content\/uploads\/2026\/08\/advisory-011-RIAA-Result.jpg\" class=\"advisory-download\">\n                                Download\n                            <\/a>\n                        <\/td>\n                    <\/tr>\n                    <tr>\n                        <td>010<\/td>\n                        <td>San Nicolas NHS<\/td>\n                        <td>2023<\/td>\n                        <td>\n                            <a href=\"http:\/\/depedilocosnorte.com\/sdoin\/wp-content\/uploads\/2026\/08\/advisory-010-San-Nicolas-NHS.jpg\" class=\"advisory-download\">\n                                Download\n                            <\/a>\n                        <\/td>\n                    <\/tr>\n                    <tr>\n                        <td>009<\/td>\n                        <td>UPNAMNAMA Sarrat NHS<\/td>\n                        <td>2023<\/td>\n                        <td>\n                            <a href=\"http:\/\/depedilocosnorte.com\/sdoin\/wp-content\/uploads\/2026\/08\/advisory-9-UPNAMNAMA-SARRAT-NHS.jpg\" class=\"advisory-download\">\n                                Download\n                            <\/a>\n                        <\/td>\n                    <\/tr>\n                    <tr>\n                        <td>008<\/td>\n                        <td>UPNamnama BNHS<\/td>\n                        <td>2023<\/td>\n                        <td>\n                            <a href=\"http:\/\/depedilocosnorte.com\/sdoin\/wp-content\/uploads\/2026\/08\/advisory-8-UPNamnama-BNHS.jpg\" class=\"advisory-download\">\n                                Download\n                            <\/a>\n                        <\/td>\n                    <\/tr>\n                    <tr>\n                        <td>007<\/td>\n                        <td>Advisory 007<\/td>\n                        <td>2023<\/td>\n                        <td>\n                            <a href=\"http:\/\/depedilocosnorte.com\/sdoin\/wp-content\/uploads\/2026\/08\/advisory-7.jpg\" class=\"advisory-download\">\n                                Download\n                            <\/a>\n                        <\/td>\n                    <\/tr>\n                <\/tbody>\n            <\/table>\n        <\/div>\n\n    <\/div>\n\n<\/div>\n\n\n<!-- =====================================================\n     JAVASCRIPT\n===================================================== -->\n\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", function () {\n\n    const yearSelect = document.getElementById(\"yearSelect\");\n    const yearContents = document.querySelectorAll(\".advisory-year-content\");\n\n    function showYear(year) {\n        yearContents.forEach(function (content) {\n            content.style.display = \"none\";\n        });\n\n        const selectedContent = document.querySelector(\".content-\" + year);\n        if (selectedContent) {\n            selectedContent.style.display = \"block\";\n        }\n    }\n\n    showYear(yearSelect.value);\n\n    yearSelect.addEventListener(\"change\", function () {\n        showYear(this.value);\n    });\n\n    const downloadButtons = document.querySelectorAll(\".advisory-download\");\n\n    downloadButtons.forEach(function (button) {\n        button.addEventListener(\"click\", async function (event) {\n            event.preventDefault();\n            const imageUrl = this.getAttribute(\"href\");\n            const newTab = window.open(imageUrl, \"_blank\");\n\n            let fileName = imageUrl.split(\"\/\").pop().split(\"?\")[0];\n            if (!fileName) {\n                fileName = \"advisory.jpg\";\n            }\n\n            try {\n                const response = await fetch(imageUrl, {\n                    method: \"GET\",\n                    mode: \"cors\",\n                    cache: \"no-cache\"\n                });\n\n                if (!response.ok) {\n                    throw new Error(\"Download failed\");\n                }\n\n                const blob = await response.blob();\n                const blobUrl = window.URL.createObjectURL(blob);\n                const downloadLink = document.createElement(\"a\");\n\n                downloadLink.href = blobUrl;\n                downloadLink.download = fileName;\n                downloadLink.style.display = \"none\";\n                document.body.appendChild(downloadLink);\n                downloadLink.click();\n\n                setTimeout(function () {\n                    document.body.removeChild(downloadLink);\n                    window.URL.revokeObjectURL(blobUrl);\n                }, 1500);\n\n            } catch (error) {\n                console.error(\"Download error:\", error);\n                if (newTab && !newTab.closed) {\n                    newTab.focus();\n                }\n            }\n        });\n    });\n\n});\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Advisories Stay Updated with Our Advisories Stay updated with the latest advisories from the Schools Division Office of Ilocos Norte. &hellip; <\/p>\n","protected":false},"author":6,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2297","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/depedilocosnorte.com\/sdoin\/index.php\/wp-json\/wp\/v2\/pages\/2297","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/depedilocosnorte.com\/sdoin\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/depedilocosnorte.com\/sdoin\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/depedilocosnorte.com\/sdoin\/index.php\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/depedilocosnorte.com\/sdoin\/index.php\/wp-json\/wp\/v2\/comments?post=2297"}],"version-history":[{"count":50,"href":"https:\/\/depedilocosnorte.com\/sdoin\/index.php\/wp-json\/wp\/v2\/pages\/2297\/revisions"}],"predecessor-version":[{"id":4068,"href":"https:\/\/depedilocosnorte.com\/sdoin\/index.php\/wp-json\/wp\/v2\/pages\/2297\/revisions\/4068"}],"wp:attachment":[{"href":"https:\/\/depedilocosnorte.com\/sdoin\/index.php\/wp-json\/wp\/v2\/media?parent=2297"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}