{"id":18472,"date":"2016-10-04T07:49:27","date_gmt":"2016-10-04T07:49:27","guid":{"rendered":"https:\/\/ebooz.com\/wpcf7_is_ajax_call-improve-contact-form-7-ajax-load-time-in-wordpress\/"},"modified":"2023-08-17T15:25:03","modified_gmt":"2023-08-17T15:25:03","slug":"wpcf7_is_ajax_call-improve-contact-form-7-ajax-load-time-in-wordpress","status":"publish","type":"post","link":"https:\/\/ebooz.com\/en\/wpcf7_is_ajax_call-improve-contact-form-7-ajax-load-time-in-wordpress\/","title":{"rendered":"wpcf7_is_ajax_call: Improve Contact Form 7 AJAX load time in WordPress"},"content":{"rendered":"<p>If you use the Contact Form 7 forms plugin in WordPress and, like me, you keep checking load times, it is likely that you have noticed the slowness of the wpcf7_is_ajax_call component. The reason is an incompatibility between both systems that we can solve by adding the following lines in the functions.php of your template, according to a Stackoverflow post:<\/p>\n<p><code>\/\/ Hack Contact Form 7 to avoid unwanted ajax calls<br \/>\n\/\/ see http:\/\/stackoverflow.com\/questions\/19632244\/is-w3-total-cache-compatible-with-contact-form-7<br \/>\nadd_action('wpcf7_enqueue_scripts', 'hack_cf7');<br \/>\nfunction hack_cf7() {<br \/>\n$_wpcf7 = array(<br \/>\n'loaderUrl' =&gt; wpcf7_ajax_loader(),<br \/>\n'sending' =&gt; __( 'Sending ...', 'contact-form-7' )<br \/>\n);<br \/>\nwp_localize_script( 'contact-form-7', '_wpcf7', $_wpcf7 );<br \/>\n}<\/code><\/p>\n<p>In my case I have achieved an average reduction of 900 ms with this patch, which in average loading times of 2 to 2.5 seconds is a real outrage<\/p>\n","protected":false},"excerpt":{"rendered":"<p>If you use the Contact Form 7 forms plugin in WordPress and, like me, you keep checking load times, it is likely that you have noticed the slowness of the wpcf7_is_ajax_call component. The reason is an incompatibility between both systems that we can solve by adding the following lines in the functions.php of your template, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":17724,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[67,70,69],"tags":[79,80,78,81,82,83],"class_list":["post-18472","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-news-en-2","category-programacion-en","category-wordpress-en-2","tag-ajax-en","tag-contact-form-7-en","tag-formularios-en","tag-lento-en","tag-velocidad-en","tag-wordpress-en"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>wpcf7_is_ajax_call: Improve Contact Form 7 AJAX load time in Wordpress - Ebooz.com<\/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:\/\/ebooz.com\/wpcf7_is_ajax_call-mejorar-el-tiempo-de-carga-ajax-de-contact-form-7-en-wordpress\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"wpcf7_is_ajax_call: Improve Contact Form 7 AJAX load time in Wordpress - Ebooz.com\" \/>\n<meta property=\"og:description\" content=\"If you use the Contact Form 7 forms plugin in WordPress and, like me, you keep checking load times, it is likely that you have noticed the slowness of the wpcf7_is_ajax_call component. The reason is an incompatibility between both systems that we can solve by adding the following lines in the functions.php of your template, [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ebooz.com\/wpcf7_is_ajax_call-mejorar-el-tiempo-de-carga-ajax-de-contact-form-7-en-wordpress\/\" \/>\n<meta property=\"og:site_name\" content=\"Ebooz.com\" \/>\n<meta property=\"article:published_time\" content=\"2016-10-04T07:49:27+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-08-17T15:25:03+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/ebooz.com\/wp-content\/uploads\/2016\/10\/loadingtime.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"624\" \/>\n\t<meta property=\"og:image:height\" content=\"426\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/ebooz.com\/wpcf7_is_ajax_call-mejorar-el-tiempo-de-carga-ajax-de-contact-form-7-en-wordpress\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/ebooz.com\/wpcf7_is_ajax_call-mejorar-el-tiempo-de-carga-ajax-de-contact-form-7-en-wordpress\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\/\/ebooz.com\/#\/schema\/person\/0623875239faee90ed082b7c785f961e\"},\"headline\":\"wpcf7_is_ajax_call: Improve Contact Form 7 AJAX load time in WordPress\",\"datePublished\":\"2016-10-04T07:49:27+00:00\",\"dateModified\":\"2023-08-17T15:25:03+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/ebooz.com\/wpcf7_is_ajax_call-mejorar-el-tiempo-de-carga-ajax-de-contact-form-7-en-wordpress\/\"},\"wordCount\":101,\"publisher\":{\"@id\":\"https:\/\/ebooz.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/ebooz.com\/wpcf7_is_ajax_call-mejorar-el-tiempo-de-carga-ajax-de-contact-form-7-en-wordpress\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/ebooz.com\/wp-content\/uploads\/2016\/10\/loadingtime.jpg\",\"keywords\":[\"ajax\",\"contact form 7\",\"formularios\",\"lento\",\"velocidad\",\"wordpress\"],\"articleSection\":[\"News\",\"Programaci\u00f3n\",\"Wordpress\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/ebooz.com\/wpcf7_is_ajax_call-mejorar-el-tiempo-de-carga-ajax-de-contact-form-7-en-wordpress\/\",\"url\":\"https:\/\/ebooz.com\/wpcf7_is_ajax_call-mejorar-el-tiempo-de-carga-ajax-de-contact-form-7-en-wordpress\/\",\"name\":\"wpcf7_is_ajax_call: Improve Contact Form 7 AJAX load time in Wordpress - Ebooz.com\",\"isPartOf\":{\"@id\":\"https:\/\/ebooz.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/ebooz.com\/wpcf7_is_ajax_call-mejorar-el-tiempo-de-carga-ajax-de-contact-form-7-en-wordpress\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/ebooz.com\/wpcf7_is_ajax_call-mejorar-el-tiempo-de-carga-ajax-de-contact-form-7-en-wordpress\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/ebooz.com\/wp-content\/uploads\/2016\/10\/loadingtime.jpg\",\"datePublished\":\"2016-10-04T07:49:27+00:00\",\"dateModified\":\"2023-08-17T15:25:03+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/ebooz.com\/wpcf7_is_ajax_call-mejorar-el-tiempo-de-carga-ajax-de-contact-form-7-en-wordpress\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/ebooz.com\/wpcf7_is_ajax_call-mejorar-el-tiempo-de-carga-ajax-de-contact-form-7-en-wordpress\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/ebooz.com\/wpcf7_is_ajax_call-mejorar-el-tiempo-de-carga-ajax-de-contact-form-7-en-wordpress\/#primaryimage\",\"url\":\"https:\/\/ebooz.com\/wp-content\/uploads\/2016\/10\/loadingtime.jpg\",\"contentUrl\":\"https:\/\/ebooz.com\/wp-content\/uploads\/2016\/10\/loadingtime.jpg\",\"width\":624,\"height\":426},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/ebooz.com\/wpcf7_is_ajax_call-mejorar-el-tiempo-de-carga-ajax-de-contact-form-7-en-wordpress\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\/\/ebooz.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"wpcf7_is_ajax_call: Improve Contact Form 7 AJAX load time in WordPress\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/ebooz.com\/#website\",\"url\":\"https:\/\/ebooz.com\/\",\"name\":\"Ebooz.com\",\"description\":\"Dise\u00f1o Web en Marbella\",\"publisher\":{\"@id\":\"https:\/\/ebooz.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/ebooz.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/ebooz.com\/#organization\",\"name\":\"Ebooz.com\",\"url\":\"https:\/\/ebooz.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/ebooz.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/ebooz.com\/wp-content\/uploads\/2023\/08\/cropped-ebooz-logo-1.jpg\",\"contentUrl\":\"https:\/\/ebooz.com\/wp-content\/uploads\/2023\/08\/cropped-ebooz-logo-1.jpg\",\"width\":240,\"height\":88,\"caption\":\"Ebooz.com\"},\"image\":{\"@id\":\"https:\/\/ebooz.com\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/ebooz.com\/#\/schema\/person\/0623875239faee90ed082b7c785f961e\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/724e1a043b3851b778bb4e054931f0e8c364b2ab59f28feeb890c633c4b0e4f9?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/724e1a043b3851b778bb4e054931f0e8c364b2ab59f28feeb890c633c4b0e4f9?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/724e1a043b3851b778bb4e054931f0e8c364b2ab59f28feeb890c633c4b0e4f9?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"https:\/\/ebooz.com\"],\"url\":\"https:\/\/ebooz.com\/en\/author\/info_e6lcx3i1\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"wpcf7_is_ajax_call: Improve Contact Form 7 AJAX load time in Wordpress - Ebooz.com","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:\/\/ebooz.com\/wpcf7_is_ajax_call-mejorar-el-tiempo-de-carga-ajax-de-contact-form-7-en-wordpress\/","og_locale":"en_US","og_type":"article","og_title":"wpcf7_is_ajax_call: Improve Contact Form 7 AJAX load time in Wordpress - Ebooz.com","og_description":"If you use the Contact Form 7 forms plugin in WordPress and, like me, you keep checking load times, it is likely that you have noticed the slowness of the wpcf7_is_ajax_call component. The reason is an incompatibility between both systems that we can solve by adding the following lines in the functions.php of your template, [&hellip;]","og_url":"https:\/\/ebooz.com\/wpcf7_is_ajax_call-mejorar-el-tiempo-de-carga-ajax-de-contact-form-7-en-wordpress\/","og_site_name":"Ebooz.com","article_published_time":"2016-10-04T07:49:27+00:00","article_modified_time":"2023-08-17T15:25:03+00:00","og_image":[{"width":624,"height":426,"url":"https:\/\/ebooz.com\/wp-content\/uploads\/2016\/10\/loadingtime.jpg","type":"image\/jpeg"}],"author":"admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/ebooz.com\/wpcf7_is_ajax_call-mejorar-el-tiempo-de-carga-ajax-de-contact-form-7-en-wordpress\/#article","isPartOf":{"@id":"https:\/\/ebooz.com\/wpcf7_is_ajax_call-mejorar-el-tiempo-de-carga-ajax-de-contact-form-7-en-wordpress\/"},"author":{"name":"admin","@id":"https:\/\/ebooz.com\/#\/schema\/person\/0623875239faee90ed082b7c785f961e"},"headline":"wpcf7_is_ajax_call: Improve Contact Form 7 AJAX load time in WordPress","datePublished":"2016-10-04T07:49:27+00:00","dateModified":"2023-08-17T15:25:03+00:00","mainEntityOfPage":{"@id":"https:\/\/ebooz.com\/wpcf7_is_ajax_call-mejorar-el-tiempo-de-carga-ajax-de-contact-form-7-en-wordpress\/"},"wordCount":101,"publisher":{"@id":"https:\/\/ebooz.com\/#organization"},"image":{"@id":"https:\/\/ebooz.com\/wpcf7_is_ajax_call-mejorar-el-tiempo-de-carga-ajax-de-contact-form-7-en-wordpress\/#primaryimage"},"thumbnailUrl":"https:\/\/ebooz.com\/wp-content\/uploads\/2016\/10\/loadingtime.jpg","keywords":["ajax","contact form 7","formularios","lento","velocidad","wordpress"],"articleSection":["News","Programaci\u00f3n","Wordpress"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/ebooz.com\/wpcf7_is_ajax_call-mejorar-el-tiempo-de-carga-ajax-de-contact-form-7-en-wordpress\/","url":"https:\/\/ebooz.com\/wpcf7_is_ajax_call-mejorar-el-tiempo-de-carga-ajax-de-contact-form-7-en-wordpress\/","name":"wpcf7_is_ajax_call: Improve Contact Form 7 AJAX load time in Wordpress - Ebooz.com","isPartOf":{"@id":"https:\/\/ebooz.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/ebooz.com\/wpcf7_is_ajax_call-mejorar-el-tiempo-de-carga-ajax-de-contact-form-7-en-wordpress\/#primaryimage"},"image":{"@id":"https:\/\/ebooz.com\/wpcf7_is_ajax_call-mejorar-el-tiempo-de-carga-ajax-de-contact-form-7-en-wordpress\/#primaryimage"},"thumbnailUrl":"https:\/\/ebooz.com\/wp-content\/uploads\/2016\/10\/loadingtime.jpg","datePublished":"2016-10-04T07:49:27+00:00","dateModified":"2023-08-17T15:25:03+00:00","breadcrumb":{"@id":"https:\/\/ebooz.com\/wpcf7_is_ajax_call-mejorar-el-tiempo-de-carga-ajax-de-contact-form-7-en-wordpress\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ebooz.com\/wpcf7_is_ajax_call-mejorar-el-tiempo-de-carga-ajax-de-contact-form-7-en-wordpress\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ebooz.com\/wpcf7_is_ajax_call-mejorar-el-tiempo-de-carga-ajax-de-contact-form-7-en-wordpress\/#primaryimage","url":"https:\/\/ebooz.com\/wp-content\/uploads\/2016\/10\/loadingtime.jpg","contentUrl":"https:\/\/ebooz.com\/wp-content\/uploads\/2016\/10\/loadingtime.jpg","width":624,"height":426},{"@type":"BreadcrumbList","@id":"https:\/\/ebooz.com\/wpcf7_is_ajax_call-mejorar-el-tiempo-de-carga-ajax-de-contact-form-7-en-wordpress\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/ebooz.com\/"},{"@type":"ListItem","position":2,"name":"wpcf7_is_ajax_call: Improve Contact Form 7 AJAX load time in WordPress"}]},{"@type":"WebSite","@id":"https:\/\/ebooz.com\/#website","url":"https:\/\/ebooz.com\/","name":"Ebooz.com","description":"Dise\u00f1o Web en Marbella","publisher":{"@id":"https:\/\/ebooz.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ebooz.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/ebooz.com\/#organization","name":"Ebooz.com","url":"https:\/\/ebooz.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ebooz.com\/#\/schema\/logo\/image\/","url":"https:\/\/ebooz.com\/wp-content\/uploads\/2023\/08\/cropped-ebooz-logo-1.jpg","contentUrl":"https:\/\/ebooz.com\/wp-content\/uploads\/2023\/08\/cropped-ebooz-logo-1.jpg","width":240,"height":88,"caption":"Ebooz.com"},"image":{"@id":"https:\/\/ebooz.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/ebooz.com\/#\/schema\/person\/0623875239faee90ed082b7c785f961e","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/724e1a043b3851b778bb4e054931f0e8c364b2ab59f28feeb890c633c4b0e4f9?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/724e1a043b3851b778bb4e054931f0e8c364b2ab59f28feeb890c633c4b0e4f9?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/724e1a043b3851b778bb4e054931f0e8c364b2ab59f28feeb890c633c4b0e4f9?s=96&d=mm&r=g","caption":"admin"},"sameAs":["https:\/\/ebooz.com"],"url":"https:\/\/ebooz.com\/en\/author\/info_e6lcx3i1\/"}]}},"_links":{"self":[{"href":"https:\/\/ebooz.com\/en\/wp-json\/wp\/v2\/posts\/18472","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ebooz.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ebooz.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ebooz.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ebooz.com\/en\/wp-json\/wp\/v2\/comments?post=18472"}],"version-history":[{"count":0,"href":"https:\/\/ebooz.com\/en\/wp-json\/wp\/v2\/posts\/18472\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ebooz.com\/en\/wp-json\/wp\/v2\/media\/17724"}],"wp:attachment":[{"href":"https:\/\/ebooz.com\/en\/wp-json\/wp\/v2\/media?parent=18472"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ebooz.com\/en\/wp-json\/wp\/v2\/categories?post=18472"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ebooz.com\/en\/wp-json\/wp\/v2\/tags?post=18472"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}