{"id":12603,"date":"2021-05-25T18:32:24","date_gmt":"2021-05-25T16:32:24","guid":{"rendered":"https:\/\/staging.diocesitn.it\/area-annuncio\/?page_id=12603"},"modified":"2021-05-25T18:32:25","modified_gmt":"2021-05-25T16:32:25","slug":"calendario","status":"publish","type":"page","link":"https:\/\/staging.diocesitn.it\/area-annuncio\/calendario\/","title":{"rendered":"Calendario"},"content":{"rendered":"<div id=\"pl-12603\"  class=\"panel-layout\" ><div id=\"pg-12603-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-12603-0-0\"  class=\"panel-grid-cell\" ><div id=\"panel-12603-0-0-0\" class=\"so-panel widget widget_noah_calendar_widget panel-first-child panel-last-child\" data-index=\"0\" >    <div class=\"mini-clndr\" id=\"mini-clndr-69e691532b854\" uid=\"69e691532b854\"\n         data-cat=\"248,249,382,250,386,313,388,314,391,441,420,319,442,321,423,392,323,251,443,424,324,425,426,428,398,259,331,399,453\" data-segn=\"\"\n         data-mostrada=\"39\" data-forcenotapproved=\"\"><\/div>\n    <div class=\"seed_legenda\" id=\"seed_legenda_69e691532b854\"><\/div>\n    <script id=\"calendar-template-69e691532b854\" type=\"text\/template\">\n        <div class=\"controls\">\n        <div class=\"clndr-previous-button\">&lsaquo;<\/div><div data-month=\"<%= moment([year, month],\"YYYYMMMM\").format('YYYYMM') %>\" class=\"month\"><%= month %> <%= year %><\/div><div class=\"clndr-next-button\">&rsaquo;<\/div>\n        <\/div>\n        <div class=\"days-container\">\n        <div class=\"days\">\n        <div class=\"headers\"><% _.each(daysOfTheWeek, function(day) { %><div class=\"day-header\"><%= day %><\/div><% }); %><\/div><% _.each(days, function(day) { %><div class=\"<%= day.classes %> <% _.each(day.events, function(evento){ %><%= print(evento) %><%= evento.classes %> <% }); %>\" id=\"<%= day.id %>\"><%= day.day %><\/div><% if (day.events.length>0) { %><div class=\"events event_<%= moment(day.date).format('YYYY-MM-DD') %>\"><div class=\"headers\"><div class=\"x-button\">x<\/div><div class=\"event-header\">\n        \t\t\n        Eventi del <%= moment(day.date).format('DD-MM-YYYY') %>\n        \t\t\t\n\n        <\/div><\/div><div class=\"events-list\"><% _.each(day.events, function(evento){ %><div class=\"event <%= evento.classes %>\"><a href=\"<%= evento.url %>\"><%= evento.title %><%= evento.time %><\/a><\/div><% }); %><\/div><\/div><% } %><% }); %><\/div><\/div>\n    <\/script>\n\n    <script type=\"text\/javascript\">\n        jQuery(document).ready(function () {\n\n            \/* carica eventi *\/\n\n\n            (function () {\n                if (typeof jQuery.getScriptCached !== \"function\") {\n                    jQuery.getScriptCached = function (url, callback) {\n                        return jQuery.ajax({\n                            url: url,\n                            dataType: \"script\",\n                            cache: true\n                        }).done(callback);\n\n                    };\n                }\n                jQuery.getScriptCached('https:\/\/staging.diocesitn.it\/area-annuncio\/wp-content\/plugins\/seed-noah-plugin\/tools\/calendar\/lib\/..\/js\/underscore.js', function () {\n                    jQuery.getScriptCached('https:\/\/staging.diocesitn.it\/area-annuncio\/wp-content\/plugins\/seed-noah-plugin\/tools\/calendar\/lib\/..\/js\/moment-with-locales.js', function () {\n\n                        jQuery.getScriptCached('https:\/\/staging.diocesitn.it\/area-annuncio\/wp-content\/plugins\/seed-noah-plugin\/tools\/calendar\/lib\/..\/js\/clndr.js', function () {\n\n                            jQuery('#mini-clndr-69e691532b854').each(function () {\n                                var events69e691532b854 = [];\n                                var calendar_uid = '69e691532b854';\n                                var currentMonth = moment().format('YYYY-MM');\n                                var nextMonth = moment().add(1, 'month').format('YYYY-MM');\n                                var ajaxurl = 'https:\/\/staging.diocesitn.it\/area-annuncio\/wp-admin\/admin-ajax.php';\n                                var categoria = jQuery(this).attr('data-cat');\n                                var segnalato_da = jQuery(this).attr('data-segn');\n                                var forza_segnalati_non_approvati = jQuery(this).attr('data-forcenotapproved');\n                                var mostrada = jQuery(this).data('mostrada');\n                                var calendario = jQuery('#mini-clndr-' + calendar_uid);\n                                var data = {\n                                    action: 'seed_noah_carica_eventi_ajax',\n                                    categoria: categoria,\n                                    segnalato_da: segnalato_da,\n                                    forza_segnalati_non_approvati: forza_segnalati_non_approvati,\n                                    mostrada: mostrada,\n                                    type: 'first',\n                                    calendar_uid: calendar_uid,\n                                    mese_riferimento: '202604'\n                                };\n\n                                \/\/jQuery.post(ajaxurl, data, function (response) {\n                                jQuery.get(ajaxurl, data, function (response) {\n\n                                    var result = JSON.parse(response);\n                                    events69e691532b854 = jQuery.merge(result, events69e691532b854);\n                                    var labels = result.labels;\n                                    var clndrTemplate = _.template(jQuery('#calendar-template-' + calendar_uid).html());\n                                    moment.locale('it');\n                                    calendario.clndr({\n                                        render: function (data) {\n\n                                            return clndrTemplate(data);\n\n                                        },\n                                        daysOfTheWeek: ['Lun', 'Mar', 'Mer', 'Gio', 'Ven', 'Sab', 'Dom'],\n                                        events: events69e691532b854,\n                                        multiDayEvents: {\n                                            endDate: 'end',\n                                            singleDay: 'date',\n                                            startDate: 'start'\n                                        },\n                                        clickEvents: {\n                                            click: function (target) {\n                                                if (target.events.length) {\n                                                    var daysContainer = calendario.find('.days-container .event_' + target.date._i);\n                                                    daysContainer.toggleClass('show-events', true);\n                                                    calendario.find('.x-button').click(function () {\n                                                        daysContainer.toggleClass('show-events', false);\n                                                    });\n                                                }\n                                            },\n                                            nextMonth: function (month) {\n                                                var mese = month.format('YYYYMM');\n                                                var cat_filter = [];\n                                                var blog_filter = [];\n                                                carica_eventi_pulsanti69e691532b854(calendario, mese, 'next', cat_filter, blog_filter, calendar_uid);\n                                            },\n                                            previousMonth: function (month) {\n                                                var cat_filter = [];\n                                                var blog_filter = [];\n                                                var mese = month.format('YYYYMM');\n                                                carica_eventi_pulsanti69e691532b854(calendario, mese, 'prev', cat_filter, blog_filter, calendar_uid);\n                                            },\n                                        },\n                                        ready: function () {\n\n\n                                        }\n                                    });\n\n                                });\n\n                                function carica_eventi_pulsanti69e691532b854(calendario, mese, move, cat_filter, blog_filter, calendar_uid) {\n\n                                    var ajaxurl = 'https:\/\/staging.diocesitn.it\/area-annuncio\/wp-admin\/admin-ajax.php';\n                                    var categoria = '';\n                                    var segnalato_da = '';\n                                    var mostrada = '';\n                                    var type_filter = '';\n                                    if (cat_filter.length == 0 && blog_filter.length == 0) {\n                                        type_filter = move;\n                                        categoria = calendario.attr('data-cat');\n                                        segnalato_da = calendario.attr('data-segn');\n                                        forza_segnalati_non_approvati = calendario.attr('data-forcenotapproved');\n                                        mostrada = calendario.attr('data-mostrada');\n                                    } else {\n                                        type_filter = move + '_filter';\n                                        categoria = cat_filter.join(',');\n                                        segnalato_da = blog_filter.join(',');\n                                        forza_segnalati_non_approvati = calendario.attr('data-forcenotapproved');\n                                    }\n\n                                    var data = {\n                                        action: 'seed_noah_carica_eventi_ajax',\n                                        categoria: categoria,\n                                        segnalato_da: segnalato_da,\n                                        forza_segnalati_non_approvati: forza_segnalati_non_approvati,\n                                        mostrada: mostrada,\n                                        type: type_filter,\n                                        mese_riferimento: mese,\n                                        calendar_uid: calendar_uid\n                                    };\n\n                                    \/\/jQuery.post(ajaxurl, data, function (response) {\n                                    jQuery.get(ajaxurl, data, function (response) {\n                                        var result = JSON.parse(response);\n                                        var events_move;\n\n                                        var ids = [];\n                                        var clean = [];\n\n                                        events69e691532b854 = jQuery.merge(result, events69e691532b854);\n                                        jQuery.each(events69e691532b854, function (index, value) {\n                                            if (jQuery.inArray(value.id, ids) == -1) {\n                                                ids.push(value.id);\n                                                clean.push(value);\n                                            }\n                                        });\n                                        events_move = clean;\n\n\n                                        var labels = result.labels;\n\n                                        var myCalendar = calendario.clndr({\n                                            template: jQuery('#calendar-template-' + calendar_uid).html()\n                                        });\n                                        \/\/myCalendar.destroy();\n                                        myCalendar.setEvents(events_move);\n                                    });\n\n                                }\n\n                            });\n\n                            \/* carica label *\/\n\n                            jQuery('#mini-clndr-69e691532b854').each(function () {\n                                var events69e691532b854 = [];\n                                var calendar_uid = '69e691532b854';\n                                var ajaxurl = 'https:\/\/staging.diocesitn.it\/area-annuncio\/wp-admin\/admin-ajax.php';\n                                var categoria = jQuery(this).attr('data-cat');\n                                var segnalato_da = jQuery(this).attr('data-segn');\n                                var forza_segnalati_non_approvati = jQuery(this).attr('data-forcenotapproved');\n                                var mostrada = jQuery(this).data('mostrada');\n                                var calendario = jQuery('#mini-clndr-' + calendar_uid);\n                                \/\/console.log(calendario.next('.seed_legenda'));\n                                var data = {\n                                    action: 'seed_noah_carica_labels_ajax',\n                                    categoria: categoria,\n                                    segnalato_da: segnalato_da,\n                                    forza_segnalati_non_approvati: forza_segnalati_non_approvati,\n                                    mostrada: mostrada,\n                                    type: 'first',\n                                    calendar_uid: calendar_uid\n                                };\n\n                                \/\/jQuery.post(ajaxurl, data, function (response) {\n                                jQuery.get(ajaxurl, data, function (response) {\n                                    \/\/console.log(calendario.next('.seed_legenda'));\n                                    var labels = JSON.parse(response);\n                                    jQuery('#seed_legenda_' + calendar_uid).html(labels);\n                                    \/\/calendario.next('.seed_legenda').html(labels);\n                                    jQuery('#seed_legenda_69e691532b854 input[type=\"checkbox\"]').on('change', function () {\n\n                                        jQuery('#seed_legenda_69e691532b854 label[for=\"' + jQuery(this).attr('id') + '\"]').toggleClass(\"noah_filter_active\");\n                                        events69e691532b854 = [];\n                                        var cat_filter = [];\n                                        var blog_filter = [];\n                                        jQuery('#seed_legenda_69e691532b854 input[class=\"single_label_legend\"][data-type=\"cat\"]:checked').each(function () {\n                                            cat_filter.push(this.value);\n                                        });\n                                        jQuery('#seed_legenda_69e691532b854 input[class=\"single_label_legend\"][data-type=\"blog\"]:checked').each(function () {\n                                            blog_filter.push(this.value);\n                                        });\n                                        filtro_legenda69e691532b854(calendario, cat_filter, blog_filter, calendar_uid);\n                                    });\n\n                                });\n                                function filtro_legenda69e691532b854(calendario, cat_filter, blog_filter, calendar_uid) {\n                                    var type_filter = '';\n                                    var ajaxurl = 'https:\/\/staging.diocesitn.it\/area-annuncio\/wp-admin\/admin-ajax.php';\n                                    var mese = calendario.find('.month').attr('data-month');\n                                    var categoria = '';\n                                    var segnalato_da = '';\n                                    var mostrada = '';\n                                    if (cat_filter.length == 0 && blog_filter.length == 0) {\n                                        type_filter = 'first';\n                                        categoria = calendario.attr('data-cat');\n                                        segnalato_da = calendario.attr('data-segn');\n                                        forza_segnalati_non_approvati = calendario.attr('data-forcenotapproved');\n                                        mostrada = calendario.attr('data-mostrada');\n                                    } else {\n                                        type_filter = 'filter';\n                                        categoria = cat_filter.join(',');\n                                        segnalato_da = blog_filter.join(',');\n                                        forza_segnalati_non_approvati = calendario.attr('data-forcenotapproved');\n                                    }\n                                    var data = {\n                                        action: 'seed_noah_carica_eventi_ajax',\n                                        categoria: categoria,\n                                        segnalato_da: segnalato_da,\n                                        forza_segnalati_non_approvati: forza_segnalati_non_approvati,\n                                        mostrada: mostrada,\n                                        type: type_filter,\n                                        mese_riferimento: mese,\n                                        calendar_uid: calendar_uid\n                                    };\n\n                                    \/\/jQuery.post(ajaxurl, data, function (response) {\n                                    jQuery.get(ajaxurl, data, function (response) {\n                                        var result = JSON.parse(response);\n                                        var events = result;\n                                        var calendar_uid = calendario.attr('uid');\n                                        var clndrTemplate = _.template(jQuery('#calendar-template-' + calendar_uid).html());\n\n                                        var myCalendar = calendario.clndr({\n                                            render: function (data) {\n                                                return clndrTemplate(data);\n                                            }\n                                        });\n\n                                        myCalendar.setEvents(events);\n                                    });\n                                }\n                            });\n\n\n                        });\n\n                    });\n\n                });\n\n\n            })(this);\n\n\n        }\n        );\n    <\/script>\n    <\/div><\/div><\/div><\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":30,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-12603","page","type-page","status-publish","hentry"],"acf":{"seed-localization-paese-cod":"IT","seed-localization-address":"","seed-localization-citta":"Trento","seed-localization-regione-cod-istat":"04","seed-localization-citta-cod-istat":"022205","seed-localization-localita":"","seed-localization-cap":"","seed-localization-marker-visibility":false,"seed-localization-children-visibility":false,"seed-localization-kml":"","seed-localization-custom-marker":""},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Calendario - Annuncio e Sacramenti<\/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:\/\/staging.diocesitn.it\/area-annuncio\/calendario\/\" \/>\n<meta property=\"og:locale\" content=\"it_IT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Calendario - Annuncio e Sacramenti\" \/>\n<meta property=\"og:url\" content=\"https:\/\/staging.diocesitn.it\/area-annuncio\/calendario\/\" \/>\n<meta property=\"og:site_name\" content=\"Annuncio e Sacramenti\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/pastoralegiovanile.trento\/\" \/>\n<meta property=\"article:modified_time\" content=\"2021-05-25T16:32:25+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/staging.diocesitn.it\/area-annuncio\/wp-content\/uploads\/sites\/39\/2021\/09\/og-logo-annuncio-e-sacramenti.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\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:\/\/staging.diocesitn.it\/area-annuncio\/calendario\/\",\"url\":\"https:\/\/staging.diocesitn.it\/area-annuncio\/calendario\/\",\"name\":\"Calendario - Annuncio e Sacramenti\",\"isPartOf\":{\"@id\":\"https:\/\/staging.diocesitn.it\/area-annuncio\/#website\"},\"datePublished\":\"2021-05-25T16:32:24+00:00\",\"dateModified\":\"2021-05-25T16:32:25+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/staging.diocesitn.it\/area-annuncio\/calendario\/#breadcrumb\"},\"inLanguage\":\"it-IT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/staging.diocesitn.it\/area-annuncio\/calendario\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/staging.diocesitn.it\/area-annuncio\/calendario\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/staging.diocesitn.it\/area-annuncio\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Calendario\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/staging.diocesitn.it\/area-annuncio\/#website\",\"url\":\"https:\/\/staging.diocesitn.it\/area-annuncio\/\",\"name\":\"Annuncio e Sacramenti\",\"description\":\"Chiesa di Trento\",\"publisher\":{\"@id\":\"https:\/\/staging.diocesitn.it\/area-annuncio\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/staging.diocesitn.it\/area-annuncio\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"it-IT\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/staging.diocesitn.it\/area-annuncio\/#organization\",\"name\":\"Area Annuncio e Sacramenti - Chiesa di Trento\",\"url\":\"https:\/\/staging.diocesitn.it\/area-annuncio\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\/\/staging.diocesitn.it\/area-annuncio\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/staging.diocesitn.it\/area-annuncio\/wp-content\/uploads\/sites\/39\/2021\/09\/og-logo-annuncio-e-sacramenti.jpg\",\"contentUrl\":\"https:\/\/staging.diocesitn.it\/area-annuncio\/wp-content\/uploads\/sites\/39\/2021\/09\/og-logo-annuncio-e-sacramenti.jpg\",\"width\":1200,\"height\":630,\"caption\":\"Area Annuncio e Sacramenti - Chiesa di Trento\"},\"image\":{\"@id\":\"https:\/\/staging.diocesitn.it\/area-annuncio\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/pastoralegiovanile.trento\/\",\"https:\/\/www.instagram.com\/pastoralegiovaniletrento\/\",\"https:\/\/www.youtube.com\/channel\/UCGt7hyJaIQIkrQPos4K6L6w\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Calendario - Annuncio e Sacramenti","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:\/\/staging.diocesitn.it\/area-annuncio\/calendario\/","og_locale":"it_IT","og_type":"article","og_title":"Calendario - Annuncio e Sacramenti","og_url":"https:\/\/staging.diocesitn.it\/area-annuncio\/calendario\/","og_site_name":"Annuncio e Sacramenti","article_publisher":"https:\/\/www.facebook.com\/pastoralegiovanile.trento\/","article_modified_time":"2021-05-25T16:32:25+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/staging.diocesitn.it\/area-annuncio\/wp-content\/uploads\/sites\/39\/2021\/09\/og-logo-annuncio-e-sacramenti.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/staging.diocesitn.it\/area-annuncio\/calendario\/","url":"https:\/\/staging.diocesitn.it\/area-annuncio\/calendario\/","name":"Calendario - Annuncio e Sacramenti","isPartOf":{"@id":"https:\/\/staging.diocesitn.it\/area-annuncio\/#website"},"datePublished":"2021-05-25T16:32:24+00:00","dateModified":"2021-05-25T16:32:25+00:00","breadcrumb":{"@id":"https:\/\/staging.diocesitn.it\/area-annuncio\/calendario\/#breadcrumb"},"inLanguage":"it-IT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/staging.diocesitn.it\/area-annuncio\/calendario\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/staging.diocesitn.it\/area-annuncio\/calendario\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/staging.diocesitn.it\/area-annuncio\/"},{"@type":"ListItem","position":2,"name":"Calendario"}]},{"@type":"WebSite","@id":"https:\/\/staging.diocesitn.it\/area-annuncio\/#website","url":"https:\/\/staging.diocesitn.it\/area-annuncio\/","name":"Annuncio e Sacramenti","description":"Chiesa di Trento","publisher":{"@id":"https:\/\/staging.diocesitn.it\/area-annuncio\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/staging.diocesitn.it\/area-annuncio\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"it-IT"},{"@type":"Organization","@id":"https:\/\/staging.diocesitn.it\/area-annuncio\/#organization","name":"Area Annuncio e Sacramenti - Chiesa di Trento","url":"https:\/\/staging.diocesitn.it\/area-annuncio\/","logo":{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/staging.diocesitn.it\/area-annuncio\/#\/schema\/logo\/image\/","url":"https:\/\/staging.diocesitn.it\/area-annuncio\/wp-content\/uploads\/sites\/39\/2021\/09\/og-logo-annuncio-e-sacramenti.jpg","contentUrl":"https:\/\/staging.diocesitn.it\/area-annuncio\/wp-content\/uploads\/sites\/39\/2021\/09\/og-logo-annuncio-e-sacramenti.jpg","width":1200,"height":630,"caption":"Area Annuncio e Sacramenti - Chiesa di Trento"},"image":{"@id":"https:\/\/staging.diocesitn.it\/area-annuncio\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/pastoralegiovanile.trento\/","https:\/\/www.instagram.com\/pastoralegiovaniletrento\/","https:\/\/www.youtube.com\/channel\/UCGt7hyJaIQIkrQPos4K6L6w"]}]}},"_links":{"self":[{"href":"https:\/\/staging.diocesitn.it\/area-annuncio\/wp-json\/wp\/v2\/pages\/12603","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/staging.diocesitn.it\/area-annuncio\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/staging.diocesitn.it\/area-annuncio\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/staging.diocesitn.it\/area-annuncio\/wp-json\/wp\/v2\/users\/30"}],"replies":[{"embeddable":true,"href":"https:\/\/staging.diocesitn.it\/area-annuncio\/wp-json\/wp\/v2\/comments?post=12603"}],"version-history":[{"count":3,"href":"https:\/\/staging.diocesitn.it\/area-annuncio\/wp-json\/wp\/v2\/pages\/12603\/revisions"}],"predecessor-version":[{"id":12609,"href":"https:\/\/staging.diocesitn.it\/area-annuncio\/wp-json\/wp\/v2\/pages\/12603\/revisions\/12609"}],"wp:attachment":[{"href":"https:\/\/staging.diocesitn.it\/area-annuncio\/wp-json\/wp\/v2\/media?parent=12603"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}