{"id":1870,"date":"2024-01-09T12:56:26","date_gmt":"2024-01-09T09:56:26","guid":{"rendered":"https:\/\/cultureunleashed.io\/?page_id=1870"},"modified":"2024-06-18T14:59:38","modified_gmt":"2024-06-18T11:59:38","slug":"work","status":"publish","type":"page","link":"https:\/\/cultureunleashed.io\/tr\/work\/","title":{"rendered":"\u0130\u015fler"},"content":{"rendered":"<script>jQuery(document).ready(function($) {\r\n\tvar current_page = document.URL;\r\n\tfunction init(){\r\n\t\tvar client_parameter = \"\";\r\n\t\tvar service_parameter = \"\";\r\n\t\tvar location_parameter = \"\";\r\n\t\tvar year_parameter = \"\";\r\n\t\tvar parameter_string = \"\";\r\n\t\t\r\n\t\tif(current_page.split('client=')[1]){\r\n\t\t\tclient_parameter = current_page.split('client=')[1].split('&')[0];\r\n\t\t}\r\n\t\tif(current_page.split('service=')[1]){\r\n\t\t\tservice_parameter = current_page.split('service=')[1].split('&')[0];\r\n\t\t}\r\n\t\tif(current_page.split('location=')[1]){\r\n\t\t\tlocation_parameter = current_page.split('location=')[1].split('&')[0];\r\n\t\t}\r\n\t\tif(current_page.split('year=')[1]){\r\n\t\t\tyear_parameter = current_page.split('year=')[1].split('&')[0];\r\n\t\t}\r\n\t\tvar all_parameters = client_parameter + \",\" + service_parameter + \",\" + location_parameter + \",\" + year_parameter;\r\n\t\tvar parameter_array = all_parameters.split(\",\");\r\n\t\tvar is_there_any_parameter = false;\r\n\t\tvar filter_bar = document.getElementsByClassName(\"light-bg\")[0];\r\n\t\tfor(var i=0; i<parameter_array.length; i++){\r\n\t\t\tvar param = parameter_array[i];\r\n\t\t\tif(param){\r\n\t\t\t\tdocument.querySelector(\"label[for='\"+param+\"']\").classList.add(\"active\");\r\n\t\t\t\tvar label_name = document.querySelector(\"label[for='\"+param+\"']\")[\"innerHTML\"];\r\n\t\t\t\tfilter_bar.insertAdjacentHTML('beforeend','<a class=\"remove-filter\" data-label=\"' + param + '\">'  + label_name + '&nbsp;&nbsp;X<\/a>' );\r\n\t\t\t\tis_there_any_parameter = true;\r\n\t\t\t}\r\n\t\t}\r\n\t\tif(is_there_any_parameter){\r\n\t\t\tfilter_bar.insertAdjacentHTML('beforeend', '<a class=\"braapf_unselect_all braapf_unselect_all_margin\">' + \"Clear\" + '<\/a>' );\r\n\t\t}\r\n\t\tvar all_labels = document.getElementsByClassName(\"filter-labels\");\r\n\t\tfor(var i=0; i<all_labels.length; i++){\r\n\t\t\tall_labels[i].addEventListener('click', function(ev){\r\n\t\t\t\tif(this.classList.contains(\"active\")){\r\n\t\t\t\t\tthis.classList.remove(\"active\");\r\n\t\t\t\t}\r\n\t\t\t\telse{\r\n\t\t\t\t\tthis.classList.add(\"active\");\r\n\t\t\t\t}\r\n\t\t\t});\r\n\t\t}\r\n\t}\r\n\t\r\n\tfunction getSelectedLabels(){\r\n\t\tvar selected_labels = [];\r\n\t\tvar all_labels = document.getElementsByClassName(\"filter-labels\");\r\n\t\tfor(var i=0; i<all_labels.length; i++){\r\n\t\t\tvar label = all_labels[i];\r\n\t\t\tif(label.classList.contains(\"active\")){\r\n\t\t\t\tselected_labels.push(label.getAttribute(\"for\"));\r\n\t\t\t}\r\n\t\t}\r\n\t\treturn selected_labels;\r\n\t}\r\n\t\r\n\tfunction setSelectedFilters(){\r\n\t\tvar labels = getSelectedLabels();\r\n\t\tvar filters = document.getElementsByClassName('remove-filter');\r\n\t\twhile(filters[0]) {\r\n\t\t\tfilters[0].parentNode.removeChild(filters[0]);\r\n\t\t}\r\n\t\tif(document.getElementsByClassName('braapf_unselect_all')[0]){\r\n\t\t\tdocument.getElementsByClassName('braapf_unselect_all')[0].remove();\r\n\t\t}\r\n\t\tvar filter_bar = document.getElementsByClassName(\"light-bg\")[0];\r\n\t\tfor(var i=0; i<labels.length; i++){\r\n\t\t\tvar label = labels[i];\r\n\t\t\tif(label){\r\n\t\t\t\tvar label_name = document.querySelector(\"label[for='\"+label+\"']\")[\"innerHTML\"];\r\n\t\t\t\tfilter_bar.insertAdjacentHTML('beforeend', '<a class=\"remove-filter\" data-label=\"' + label + '\">' + label_name + '&nbsp;&nbsp;X<\/a>' );\r\n\t\t\t}\r\n\t\t}\r\n\t\tif(labels.length){\r\n\t\t\tfilter_bar.insertAdjacentHTML('beforeend', '<a class=\"braapf_unselect_all braapf_unselect_all_margin\">' + \"Clear\" + '<\/a>' );\r\n\t\t}\r\n\t}\r\n\tfunction get_parameter_string(){\r\n\t\tvar parameter_string = \"\";\r\n\t\tvar paramArray = getSelectedLabels();\r\n\t\tvar clients = [];\r\n\t\tvar services = [];\r\n\t\tvar years = [];\r\n\t\tvar locations = [];\r\n\t\tfor(var j=0; j<paramArray.length; j++){\r\n\t\t\tvar param = paramArray[j];\r\n\t\t\tif(param.includes(\"client\")){\r\n\t\t\t\tclients.push(param);\r\n\t\t\t}\r\n\t\t\telse if(param.includes(\"location\")){\r\n\t\t\t\tlocations.push(param);\r\n\t\t\t}\r\n\t\t\telse if(param.includes(\"year\")){\r\n\t\t\t\tyears.push(param);\r\n\t\t\t}\r\n\t\t\telse{\r\n\t\t\t\tservices.push(param);\r\n\t\t\t}\r\n\t\t}\r\n\t\tif(clients.length || locations.length || years.length|| services.length){\r\n\t\t\tparameter_string = \"?\";\r\n\t\t\tif(clients.length){\r\n\t\t\t\tparameter_string = parameter_string + \"client=\" + clients.toString();\r\n\t\t\t}\r\n\t\t\tif(locations.length){\r\n\t\t\t\tparameter_string = parameter_string + \"&location=\" + locations.toString();\r\n\t\t\t}\r\n\t\t\tif(years.length){\r\n\t\t\t\tparameter_string = parameter_string + \"&year=\" + years.toString();\r\n\t\t\t}\r\n\t\t\tif(services.length){\r\n\t\t\t\tparameter_string = parameter_string + \"&service=\" + services.toString();\r\n\t\t\t}\r\n\t\t}\r\n\t\treturn parameter_string;\r\n\t}\r\n\tfunction add_remove_filter_listeners(){\r\n\t\tvar all_labels = document.getElementsByClassName(\"remove-filter\");\r\n\t\tfor(var i=0; i<all_labels.length; i++){\r\n\t\t\tall_labels[i].addEventListener('click', function(ev){\r\n\t\t\t\tvar related_filter = document.querySelector(\"label[for='\"+ this.getAttribute(\"data-label\") +\"']\");\r\n\t\t\t\trelated_filter.classList.remove(\"active\");\r\n\t\t\t\trefresh();\r\n\t\t\t});\r\n\t\t}\r\n\t\tif(all_labels.length){\r\n\t\t\tdocument.getElementsByClassName('braapf_unselect_all')[0].addEventListener('click', function(ev){\r\n\t\t\t\tvar all_filters = document.getElementsByClassName(\"filter-labels\");\r\n\t\t\t\tfor(var j=0; j<all_filters.length; j++){\r\n\t\t\t\t\tall_filters[j].classList.remove(\"active\");\r\n\t\t\t\t}\r\n\t\t\t\trefresh();\r\n\t\t\t});\r\n\t\t}\r\n\t}\r\n\tfunction refresh(){\r\n\t\tdocument.getElementsByClassName(\"light-bg\")[0].insertAdjacentHTML('afterend', '<div class=\"loading-icon\"><\/div>');\r\n\t\t$.ajax({\r\n\t\t\ttype: 'POST',\r\n\t\t\turl: '\/wp-admin\/admin-ajax.php',\r\n\t\t\tdata: {action: 'filter_projects',filter_parameter: get_parameter_string()},\r\n\t\t\tdataType: 'html',\r\n\t\t\t\r\n\t\t\tsuccess: function(res) {\r\n\t\t\t\tif(document.getElementsByClassName('loading-icon')[0]){\r\n\t\t\t\t\tdocument.getElementsByClassName('loading-icon')[0].remove();\r\n\t\t\t\t}\r\n\t\t\t\tif(document.getElementsByClassName(\"work-grid\")[0]){\r\n\t\t\t\t\tdocument.getElementsByClassName(\"work-grid\")[0].remove();\r\n\t\t\t\t}\r\n\t\t\t\tif(document.getElementsByClassName(\"no-result\")[0]){\r\n\t\t\t\t\tdocument.getElementsByClassName(\"no-result\")[0].remove();\r\n\t\t\t\t}\r\n\t\t\t\tdocument.getElementsByClassName(\"light-bg\")[0].insertAdjacentHTML('afterend', res);\r\n\t\t\t\thistory.pushState({}, null, \"https:\/\/cultureunleashed.io\/work\/\" + get_parameter_string());\r\n\t\t\t\tsetSelectedFilters();\r\n\t\t\t\tadd_remove_filter_listeners();\r\n\t\t\t}\r\n\t\t})\r\n\t}\r\n\t\r\n\t\r\n\tinit();\r\n\trefresh();\r\n\t\r\n\tdocument.getElementsByClassName(\"bod-block-close-btn\")[0].children[0].addEventListener('click', function(ev){\r\n\t\trefresh();\r\n\t})\r\n\r\n});\r\n<\/script>\n\n\n\t\t<div class='wp-block-lpb-lottie-player free animation8 alignfull' id='lpbLottiePlayer-677ca594-7' data-attributes='{&quot;align&quot;:&quot;full&quot;,&quot;cId&quot;:&quot;677ca594-7&quot;,&quot;file&quot;:&quot;https:\\\/\\\/cultureunleashed.io\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/work-v3.json&quot;,&quot;isControls&quot;:false,&quot;width&quot;:&quot;120%&quot;,&quot;className&quot;:&quot;animation8&quot;,&quot;playerAlign&quot;:&quot;center&quot;,&quot;isAutoplay&quot;:true,&quot;isLoop&quot;:true,&quot;isHover&quot;:false,&quot;mode&quot;:&quot;normal&quot;,&quot;direction&quot;:1,&quot;count&quot;:0,&quot;speed&quot;:1,&quot;intermission&quot;:0,&quot;link&quot;:&quot;&quot;,&quot;isLinkInNewTab&quot;:false,&quot;interactivity&quot;:&quot;noInteractivity&quot;,&quot;interactivityMode&quot;:&quot;&quot;,&quot;interactivityContainer&quot;:&quot;.wp-block-lpb-lottie-player&quot;,&quot;interactivityActions&quot;:[],&quot;background&quot;:&quot;#0000&quot;,&quot;controlsHeight&quot;:&quot;35px&quot;,&quot;controlsBG&quot;:&quot;#0000&quot;,&quot;controlsIconColor&quot;:&quot;#4527a4&quot;,&quot;controlsIconHoverColor&quot;:&quot;#8344c5&quot;,&quot;controlsIconActiveColor&quot;:&quot;#8344c5&quot;,&quot;controlsTrackColor&quot;:&quot;#8344c5&quot;,&quot;controlsThumbColor&quot;:&quot;#4527a4&quot;,&quot;isCap&quot;:false,&quot;caption&quot;:&quot;&quot;,&quot;capAlign&quot;:&quot;center&quot;,&quot;capColors&quot;:{&quot;color&quot;:&quot;#333&quot;},&quot;capTypo&quot;:{&quot;fontSize&quot;:{&quot;desktop&quot;:14,&quot;tablet&quot;:14,&quot;mobile&quot;:14}},&quot;capPadding&quot;:{&quot;vertical&quot;:&quot;5px&quot;,&quot;horizontal&quot;:&quot;10px&quot;},&quot;capMargin&quot;:{&quot;side&quot;:4,&quot;top&quot;:&quot;5px&quot;},&quot;tpgbDisrule&quot;:false,&quot;disRule&quot;:&quot;all&quot;,&quot;displayRules&quot;:[{&quot;_key&quot;:&quot;0&quot;,&quot;displayKey&quot;:&quot;authentication&quot;,&quot;tpgb_authentication_value&quot;:&quot;authenticated&quot;,&quot;tpgb_role_value&quot;:&quot;administrator&quot;,&quot;tpgb_os_value&quot;:&quot;iphone&quot;,&quot;tpgb_browser_value&quot;:&quot;ie&quot;,&quot;assigOpr&quot;:&quot;is&quot;,&quot;tpgb_startdate_value&quot;:&quot;2021-10-13&quot;,&quot;tpgb_enddate_value&quot;:&quot;2021-10-15&quot;,&quot;tpgb_time_value&quot;:&quot;12:00&quot;,&quot;tpgb_day_value&quot;:&quot;[]&quot;,&quot;tpgb_post_type_value&quot;:&quot;[]&quot;,&quot;tpgb_page_value&quot;:&quot;[]&quot;,&quot;tpgb_post_value&quot;:&quot;[]&quot;,&quot;tpgb_taxonomy_archive_value&quot;:&quot;[]&quot;,&quot;tpgb_single_terms_value&quot;:&quot;[]&quot;,&quot;tpgb_author_archive_value&quot;:&quot;[]&quot;,&quot;tpgb_post_type_archive_value&quot;:&quot;[]&quot;,&quot;tpgb_static_page_value&quot;:&quot;home&quot;,&quot;tpgb_date_archive_value&quot;:&quot;day&quot;,&quot;tpgb_search_results_value&quot;:&quot;&quot;,&quot;tpgb_single_archive_value&quot;:&quot;[]&quot;,&quot;tpgb_acf_text_name&quot;:&quot;[]&quot;,&quot;tpgb_acf_text_value&quot;:&quot;&quot;,&quot;tpgb_acf_select_name&quot;:&quot;[]&quot;,&quot;tpgb_acf_select_value&quot;:&quot;&quot;,&quot;tpgb_acf_button_group_name&quot;:&quot;[]&quot;,&quot;tpgb_acf_button_group_value&quot;:&quot;&quot;,&quot;tpgb_acf_boolean_name&quot;:&quot;[]&quot;,&quot;tpgb_acf_boolean_value&quot;:&quot;true&quot;,&quot;tpgb_acf_datetime_name&quot;:&quot;[]&quot;,&quot;tpgb_acf_datetime_value&quot;:&quot;&quot;}],&quot;TrpContentRestriction&quot;:{&quot;restriction_type&quot;:&quot;exclude&quot;,&quot;selected_languages&quot;:[],&quot;panel_open&quot;:true}}'><\/div>\r\n\r\n\t\t\n\n\n<div class=\"wp-block-group alignfull margin-10 mb-0 is-nowrap is-layout-flex wp-container-core-group-is-layout-ad2f72ca wp-block-group-is-layout-flex\"><div class=\"lazyblock-welcome-text-obvOE wp-block-lazyblock-welcome-text\"><p class='welcome-text' style='color:'>Vizyonlar\u0131 <strong>kan\u0131ta dayal\u0131 y\u00f6ntemlerle<\/strong> \u00f6l\u00e7\u00fclebilir etkiye d\u00f6n\u00fc\u015ft\u00fcr\u00fcyoruz.\n\u00c7al\u0131\u015fmalar\u0131m\u0131z, e\u015fsiz zorluklar\u0131 a\u015fmak\ni\u00e7in \u00f6zel \u00e7\u00f6z\u00fcmler geli\u015ftirmeyi\nmerkezine al\u0131yor. Bu s\u00fcre\u00e7te m\u00fc\u015fteri ve\npartnerlerimizi, <strong>onlar\u0131n ger\u00e7ek\nihtiya\u00e7lar\u0131na uygun ve onlarla ayn\u0131\ntutkuyu payla\u015fan nitelikli ve deneyimli\nbireylerle bir araya getiriyoruz.<\/strong><\/p><\/p>\r\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-group alignfull light-bg next-page is-nowrap is-layout-flex wp-container-core-group-is-layout-ad2f72ca wp-block-group-is-layout-flex\">\n<div class=\"wp-block-bod-modal-block bod-block-popup align-center\"><button type=\"button\" style=\"background-color:rgba(112,123,249,1);color:rgba(255,255,255,1)\" class=\"bod-block-popup-trigger type_btn bod-btn\">Filtreler +<\/button><div style=\"background-color:rgba(112,124,250,0)\" class=\"bod-block-popup-overlay\" data-disabled-overlay-close=\"false\" data-disabled-escape-close=\"false\"><\/div><div role=\"dialog\" aria-modal=\"false\" aria-labelledby=\"\" aria-describedby=\"\" class=\"bod-block-popup-wrap undefined\"><div style=\"background-color:rgba(112,123,249,1);border-radius:0px \" class=\"bod-block-popup size-f\" data-transition=\"fade\"><div id=\"\" style=\"background-color:#ffffff;text-align:left\" class=\"bod-modal-title\"><\/div> <div id=\"\" class=\"bod-modal-content\">\n<p class=\"filter-header\">Filtreler<\/p>\n\n\n\r\n\r\n\r\n\r\n\r\n\r\n    <li class=\"filters-loop\">\r\n\r\n        <label for=\"year\">\r\n\r\n            \r\n            Y\u0131l\r\n        <\/label>\r\n\r\n        \r\n            <ul class=\"child-cats\">\r\n\r\n                \t\t\t\t                    <li>\r\n                        <label class=\"filter-labels\" for=\"year_2023\">\r\n                            2023                        <\/label>                       \r\n                    <\/li>\r\n                \t\t\t\t                    <li>\r\n                        <label class=\"filter-labels\" for=\"year_2024\">\r\n                            2024                        <\/label>                       \r\n                    <\/li>\r\n                \t\t\t\t                    <li>\r\n                        <label class=\"filter-labels\" for=\"2025\">\r\n                            2025                        <\/label>                       \r\n                    <\/li>\r\n                \t\t\t\t                    <li>\r\n                        <label class=\"filter-labels\" for=\"2026\">\r\n                            2026                        <\/label>                       \r\n                    <\/li>\r\n                          \r\n            <\/ul>\r\n            <\/li>\r\n\r\n\r\n    <li class=\"filters-loop\">\r\n\r\n        <label for=\"services\">\r\n\r\n            \r\n            Hizmetler\r\n        <\/label>\r\n\r\n        \r\n            <ul class=\"child-cats\">\r\n\r\n                \t\t\t\t                    <li>\r\n                        <label class=\"filter-labels\" for=\"strategy_planning\">\r\n                            Strateji &amp; Planlama                        <\/label>                       \r\n                    <\/li>\r\n                \t\t\t\t                    <li>\r\n                        <label class=\"filter-labels\" for=\"research_analysis\">\r\n                            Ara\u015ft\u0131rma ve Analiz                        <\/label>                       \r\n                    <\/li>\r\n                \t\t\t\t                    <li>\r\n                        <label class=\"filter-labels\" for=\"learning_education\">\r\n                            \u00d6\u011frenme ve E\u011fitim                        <\/label>                       \r\n                    <\/li>\r\n                \t\t\t\t                    <li>\r\n                        <label class=\"filter-labels\" for=\"program_project\">\r\n                            Program ve Proje                        <\/label>                       \r\n                    <\/li>\r\n                \t\t\t\t                    <li>\r\n                        <label class=\"filter-labels\" for=\"community_engagement\">\r\n                            Topluluk Kat\u0131l\u0131m\u0131                        <\/label>                       \r\n                    <\/li>\r\n                \t\t\t\t                    <li>\r\n                        <label class=\"filter-labels\" for=\"governance\">\r\n                            Y\u00f6neti\u015fim                        <\/label>                       \r\n                    <\/li>\r\n                          \r\n            <\/ul>\r\n            <\/li>\r\n\r\n\r\n    <li class=\"filters-loop\">\r\n\r\n        <label for=\"client_type\">\r\n\r\n            \r\n            M\u00fc\u015fteri Tipi\r\n        <\/label>\r\n\r\n        \r\n            <ul class=\"child-cats\">\r\n\r\n                \t\t\t\t                    <li>\r\n                        <label class=\"filter-labels\" for=\"international-organization\">\r\n                            Uluslararas\u0131 \u00d6rg\u00fct                        <\/label>                       \r\n                    <\/li>\r\n                \t\t\t\t                    <li>\r\n                        <label class=\"filter-labels\" for=\"client_type_ngo\">\r\n                            Sivil Toplum \u00d6rg\u00fct\u00fc                        <\/label>                       \r\n                    <\/li>\r\n                \t\t\t\t                    <li>\r\n                        <label class=\"filter-labels\" for=\"client_type_private_sector_entity\">\r\n                            \u00d6zel Sekt\u00f6r Kurulu\u015fu                        <\/label>                       \r\n                    <\/li>\r\n                \t\t\t\t                    <li>\r\n                        <label class=\"filter-labels\" for=\"client_type_public_institution\">\r\n                            Kamu Kurumu                        <\/label>                       \r\n                    <\/li>\r\n                \t\t\t\t                    <li>\r\n                        <label class=\"filter-labels\" for=\"university\">\r\n                            \u00dcniversite                        <\/label>                       \r\n                    <\/li>\r\n                          \r\n            <\/ul>\r\n            <\/li>\r\n\n<div class=\"bod-block-close-btn align-center\"><button type=\"button\" style=\"background-color:rgba(112,123,249,1);color:#ffffff\" class=\"type_btn bod-btn\">Uygula<\/button><\/div><\/div> <\/div> <div class=\"bod-block-popup-closer\"><\/div><\/div><\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"tpgb_global_settings":"","hide_page_title":"","_coblocks_attr":"","_coblocks_dimensions":"","_coblocks_responsive_height":"","_coblocks_accordion_ie_support":"","ub_ctt_via":"","footnotes":""},"class_list":["post-1870","page","type-page","status-publish","hentry"],"featured_image_src":null,"tpgb_featured_images":null,"tpgb_post_meta_info":{"get_date":"Ocak 9, 2024","get_modified_date":"Haziran 18, 2024","author_name":"cultureunleashed","author_url":"https:\/\/cultureunleashed.io\/tr\/pages\/author\/cultureunleashed\/","author_email":"mgul84@gmail.com","author_website":"https:\/\/cultureunleashed.io","author_description":"","author_facebook":"","author_twitter":"","author_instagram":"","author_role":["administrator"],"author_firstname":"","author_lastname":"","user_login":"cultureunleashed","author_avatar":"<img alt='' src='https:\/\/secure.gravatar.com\/avatar\/c9464f653b8c0f13167e735d89cff2c4bb8700046492cdcab33895d6448cb93c?s=200&#038;d=mm&#038;r=g' srcset='https:\/\/secure.gravatar.com\/avatar\/c9464f653b8c0f13167e735d89cff2c4bb8700046492cdcab33895d6448cb93c?s=400&#038;d=mm&#038;r=g 2x' class='avatar avatar-200 photo' height='200' width='200' loading='lazy' decoding='async'\/>","author_avatar_url":"https:\/\/secure.gravatar.com\/avatar\/c9464f653b8c0f13167e735d89cff2c4bb8700046492cdcab33895d6448cb93c?s=96&d=mm&r=g","comment_count":0,"post_likes":0,"post_views":0},"tpgb_post_category":[],"_links":{"self":[{"href":"https:\/\/cultureunleashed.io\/tr\/wp-json\/wp\/v2\/pages\/1870","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cultureunleashed.io\/tr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/cultureunleashed.io\/tr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/cultureunleashed.io\/tr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cultureunleashed.io\/tr\/wp-json\/wp\/v2\/comments?post=1870"}],"version-history":[{"count":63,"href":"https:\/\/cultureunleashed.io\/tr\/wp-json\/wp\/v2\/pages\/1870\/revisions"}],"predecessor-version":[{"id":8882,"href":"https:\/\/cultureunleashed.io\/tr\/wp-json\/wp\/v2\/pages\/1870\/revisions\/8882"}],"wp:attachment":[{"href":"https:\/\/cultureunleashed.io\/tr\/wp-json\/wp\/v2\/media?parent=1870"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}