{"id":4466,"date":"2022-11-07T20:54:39","date_gmt":"2022-11-07T15:24:39","guid":{"rendered":"https:\/\/hostathash.com\/blog\/?p=4466"},"modified":"2022-11-07T20:59:32","modified_gmt":"2022-11-07T15:29:32","slug":"php-fatal-error-uncaught-reflectionexception-method-get-site-editor-type-does-not-exist","status":"publish","type":"post","link":"https:\/\/hostathash.com\/blog\/php-fatal-error-uncaught-reflectionexception-method-get-site-editor-type-does-not-exist\/","title":{"rendered":"PHP Fatal error:  Uncaught ReflectionException: Method get_site_editor_type does not exist"},"content":{"rendered":"<p>If you are getting below error in Elementor website, you are not alone.<\/p>\n<blockquote><p>Backend fatal error: PHP Fatal error: Uncaught ReflectionException: Method get_site_editor_type does not exist in \/home\/hostathash\/domains\/hostathash.com\/public_html\/wp-content\/plugins\/elementor-pro\/modules\/theme-builder\/documents\/theme-document.php:48<\/p><\/blockquote>\n<p>&nbsp;<\/p>\n<p>We have a quick fix for this issue for your website which you can apply to solve this error<\/p>\n<p>Go to folder <em>\/wp-content\/plugins\/elementor-pro\/modules\/theme-builder\/documents\/<\/em> in file manager and edit file <em><strong>theme-document.php<\/strong>\u00a0<\/em><\/p>\n<p>Go to line number 45 and find the below code:<\/p>\n<blockquote><p><em>$reflection = new \\ReflectionClass( $class_name );\u00a0<\/em><br \/>\n<em>$method = $reflection-&gt;getMethod( &#8216;get_site_editor_type&#8217; );<\/em><br \/>\n<em>\/\/ It&#8217;s own method, use it.<\/em><br \/>\n<em>if ( $class_name === $method-&gt;class ) {<\/em><br \/>\n<em>return static::get_site_editor_type();<\/em><br \/>\n<em>}<\/em><\/p><\/blockquote>\n<p>&nbsp;<\/p>\n<p><strong>Replace the code with the below one:<\/strong><\/p>\n<blockquote><p>if (method_exists($class_name, &#8220;get_site_editor_type&#8221;)) {<br \/>\n$reflection = new \\ReflectionClass( $class_name );<br \/>\n$method = $reflection-&gt;getMethod( &#8216;get_site_editor_type&#8217; );<\/p>\n<p>\/\/ It&#8217;s own method, use it.<br \/>\nif ( $class_name === $method-&gt;class ) {<br \/>\nreturn static::get_site_editor_type();<br \/>\n}<br \/>\n}<\/p><\/blockquote>\n<p>&nbsp;<\/p>\n<p>Once the code has been replaced, your website should no longer show any error.<\/p>\n<p>Feel free to comment if you are facing any issues.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>If you are getting below error in Elementor website, you are not alone. Backend fatal error: PHP Fatal error: Uncaught &#8230; <a title=\"PHP Fatal error:  Uncaught ReflectionException: Method get_site_editor_type does not exist\" class=\"read-more\" href=\"https:\/\/hostathash.com\/blog\/php-fatal-error-uncaught-reflectionexception-method-get-site-editor-type-does-not-exist\/\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":4467,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[520,483],"tags":[],"class_list":["post-4466","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-elementor","category-wordpress"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>PHP Fatal error: Uncaught ReflectionException: Method get_site_editor_type does not exist - HostatHash<\/title>\n<meta name=\"description\" content=\"Fix PHP Fatal error: Uncaught ReflectionException: Method get_site_editor_type does not exist error on your elementor website\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/hostathash.com\/blog\/php-fatal-error-uncaught-reflectionexception-method-get-site-editor-type-does-not-exist\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"PHP Fatal error: Uncaught ReflectionException: Method get_site_editor_type does not exist - HostatHash\" \/>\n<meta property=\"og:description\" content=\"Fix PHP Fatal error: Uncaught ReflectionException: Method get_site_editor_type does not exist error on your elementor website\" \/>\n<meta property=\"og:url\" content=\"https:\/\/hostathash.com\/blog\/php-fatal-error-uncaught-reflectionexception-method-get-site-editor-type-does-not-exist\/\" \/>\n<meta property=\"og:site_name\" content=\"HostatHash\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/hostathash\" \/>\n<meta property=\"article:published_time\" content=\"2022-11-07T15:24:39+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-11-07T15:29:32+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/hostathash.com\/blog\/wp-content\/uploads\/2022\/11\/elementor-error.png\" \/>\n\t<meta property=\"og:image:width\" content=\"872\" \/>\n\t<meta property=\"og:image:height\" content=\"416\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Sufiyan Shaikh\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@hostathash\" \/>\n<meta name=\"twitter:site\" content=\"@hostathash\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Sufiyan Shaikh\" \/>\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:\\\/\\\/hostathash.com\\\/blog\\\/php-fatal-error-uncaught-reflectionexception-method-get-site-editor-type-does-not-exist\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/hostathash.com\\\/blog\\\/php-fatal-error-uncaught-reflectionexception-method-get-site-editor-type-does-not-exist\\\/\"},\"author\":{\"name\":\"Sufiyan Shaikh\",\"@id\":\"https:\\\/\\\/hostathash.com\\\/blog\\\/#\\\/schema\\\/person\\\/16f0e6dd4cf0429469e00835dfe7a8b7\"},\"headline\":\"PHP Fatal error: Uncaught ReflectionException: Method get_site_editor_type does not exist\",\"datePublished\":\"2022-11-07T15:24:39+00:00\",\"dateModified\":\"2022-11-07T15:29:32+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/hostathash.com\\\/blog\\\/php-fatal-error-uncaught-reflectionexception-method-get-site-editor-type-does-not-exist\\\/\"},\"wordCount\":208,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/hostathash.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/hostathash.com\\\/blog\\\/php-fatal-error-uncaught-reflectionexception-method-get-site-editor-type-does-not-exist\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/hostathash.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/elementor-error.png\",\"articleSection\":[\"Elementor\",\"WordPress\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/hostathash.com\\\/blog\\\/php-fatal-error-uncaught-reflectionexception-method-get-site-editor-type-does-not-exist\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/hostathash.com\\\/blog\\\/php-fatal-error-uncaught-reflectionexception-method-get-site-editor-type-does-not-exist\\\/\",\"url\":\"https:\\\/\\\/hostathash.com\\\/blog\\\/php-fatal-error-uncaught-reflectionexception-method-get-site-editor-type-does-not-exist\\\/\",\"name\":\"PHP Fatal error: Uncaught ReflectionException: Method get_site_editor_type does not exist - HostatHash\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/hostathash.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/hostathash.com\\\/blog\\\/php-fatal-error-uncaught-reflectionexception-method-get-site-editor-type-does-not-exist\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/hostathash.com\\\/blog\\\/php-fatal-error-uncaught-reflectionexception-method-get-site-editor-type-does-not-exist\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/hostathash.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/elementor-error.png\",\"datePublished\":\"2022-11-07T15:24:39+00:00\",\"dateModified\":\"2022-11-07T15:29:32+00:00\",\"description\":\"Fix PHP Fatal error: Uncaught ReflectionException: Method get_site_editor_type does not exist error on your elementor website\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/hostathash.com\\\/blog\\\/php-fatal-error-uncaught-reflectionexception-method-get-site-editor-type-does-not-exist\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/hostathash.com\\\/blog\\\/php-fatal-error-uncaught-reflectionexception-method-get-site-editor-type-does-not-exist\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/hostathash.com\\\/blog\\\/php-fatal-error-uncaught-reflectionexception-method-get-site-editor-type-does-not-exist\\\/#primaryimage\",\"url\":\"https:\\\/\\\/hostathash.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/elementor-error.png\",\"contentUrl\":\"https:\\\/\\\/hostathash.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/elementor-error.png\",\"width\":872,\"height\":416,\"caption\":\"PHP Fatal error: Uncaught ReflectionException: Method get_site_editor_type does not exist\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/hostathash.com\\\/blog\\\/php-fatal-error-uncaught-reflectionexception-method-get-site-editor-type-does-not-exist\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/hostathash.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"PHP Fatal error: Uncaught ReflectionException: Method get_site_editor_type does not exist\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/hostathash.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/hostathash.com\\\/blog\\\/\",\"name\":\"HostatHash\",\"description\":\"Web hosting solution\",\"publisher\":{\"@id\":\"https:\\\/\\\/hostathash.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/hostathash.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/hostathash.com\\\/blog\\\/#organization\",\"name\":\"HostatHash\",\"url\":\"https:\\\/\\\/hostathash.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/hostathash.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"\",\"contentUrl\":\"\",\"caption\":\"HostatHash\"},\"image\":{\"@id\":\"https:\\\/\\\/hostathash.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/hostathash\",\"https:\\\/\\\/x.com\\\/hostathash\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/hostathash.com\\\/blog\\\/#\\\/schema\\\/person\\\/16f0e6dd4cf0429469e00835dfe7a8b7\",\"name\":\"Sufiyan Shaikh\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2c8994d6a93d0d01ace382e7baa6c864c72dd6d40b4b4843a407a535c2b2373c?s=96&d=wp_user_avatar&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2c8994d6a93d0d01ace382e7baa6c864c72dd6d40b4b4843a407a535c2b2373c?s=96&d=wp_user_avatar&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2c8994d6a93d0d01ace382e7baa6c864c72dd6d40b4b4843a407a535c2b2373c?s=96&d=wp_user_avatar&r=g\",\"caption\":\"Sufiyan Shaikh\"},\"url\":\"https:\\\/\\\/hostathash.com\\\/blog\\\/author\\\/hostathash\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"PHP Fatal error: Uncaught ReflectionException: Method get_site_editor_type does not exist - HostatHash","description":"Fix PHP Fatal error: Uncaught ReflectionException: Method get_site_editor_type does not exist error on your elementor website","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:\/\/hostathash.com\/blog\/php-fatal-error-uncaught-reflectionexception-method-get-site-editor-type-does-not-exist\/","og_locale":"en_US","og_type":"article","og_title":"PHP Fatal error: Uncaught ReflectionException: Method get_site_editor_type does not exist - HostatHash","og_description":"Fix PHP Fatal error: Uncaught ReflectionException: Method get_site_editor_type does not exist error on your elementor website","og_url":"https:\/\/hostathash.com\/blog\/php-fatal-error-uncaught-reflectionexception-method-get-site-editor-type-does-not-exist\/","og_site_name":"HostatHash","article_publisher":"https:\/\/www.facebook.com\/hostathash","article_published_time":"2022-11-07T15:24:39+00:00","article_modified_time":"2022-11-07T15:29:32+00:00","og_image":[{"width":872,"height":416,"url":"https:\/\/hostathash.com\/blog\/wp-content\/uploads\/2022\/11\/elementor-error.png","type":"image\/png"}],"author":"Sufiyan Shaikh","twitter_card":"summary_large_image","twitter_creator":"@hostathash","twitter_site":"@hostathash","twitter_misc":{"Written by":"Sufiyan Shaikh","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/hostathash.com\/blog\/php-fatal-error-uncaught-reflectionexception-method-get-site-editor-type-does-not-exist\/#article","isPartOf":{"@id":"https:\/\/hostathash.com\/blog\/php-fatal-error-uncaught-reflectionexception-method-get-site-editor-type-does-not-exist\/"},"author":{"name":"Sufiyan Shaikh","@id":"https:\/\/hostathash.com\/blog\/#\/schema\/person\/16f0e6dd4cf0429469e00835dfe7a8b7"},"headline":"PHP Fatal error: Uncaught ReflectionException: Method get_site_editor_type does not exist","datePublished":"2022-11-07T15:24:39+00:00","dateModified":"2022-11-07T15:29:32+00:00","mainEntityOfPage":{"@id":"https:\/\/hostathash.com\/blog\/php-fatal-error-uncaught-reflectionexception-method-get-site-editor-type-does-not-exist\/"},"wordCount":208,"commentCount":0,"publisher":{"@id":"https:\/\/hostathash.com\/blog\/#organization"},"image":{"@id":"https:\/\/hostathash.com\/blog\/php-fatal-error-uncaught-reflectionexception-method-get-site-editor-type-does-not-exist\/#primaryimage"},"thumbnailUrl":"https:\/\/hostathash.com\/blog\/wp-content\/uploads\/2022\/11\/elementor-error.png","articleSection":["Elementor","WordPress"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/hostathash.com\/blog\/php-fatal-error-uncaught-reflectionexception-method-get-site-editor-type-does-not-exist\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/hostathash.com\/blog\/php-fatal-error-uncaught-reflectionexception-method-get-site-editor-type-does-not-exist\/","url":"https:\/\/hostathash.com\/blog\/php-fatal-error-uncaught-reflectionexception-method-get-site-editor-type-does-not-exist\/","name":"PHP Fatal error: Uncaught ReflectionException: Method get_site_editor_type does not exist - HostatHash","isPartOf":{"@id":"https:\/\/hostathash.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/hostathash.com\/blog\/php-fatal-error-uncaught-reflectionexception-method-get-site-editor-type-does-not-exist\/#primaryimage"},"image":{"@id":"https:\/\/hostathash.com\/blog\/php-fatal-error-uncaught-reflectionexception-method-get-site-editor-type-does-not-exist\/#primaryimage"},"thumbnailUrl":"https:\/\/hostathash.com\/blog\/wp-content\/uploads\/2022\/11\/elementor-error.png","datePublished":"2022-11-07T15:24:39+00:00","dateModified":"2022-11-07T15:29:32+00:00","description":"Fix PHP Fatal error: Uncaught ReflectionException: Method get_site_editor_type does not exist error on your elementor website","breadcrumb":{"@id":"https:\/\/hostathash.com\/blog\/php-fatal-error-uncaught-reflectionexception-method-get-site-editor-type-does-not-exist\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/hostathash.com\/blog\/php-fatal-error-uncaught-reflectionexception-method-get-site-editor-type-does-not-exist\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hostathash.com\/blog\/php-fatal-error-uncaught-reflectionexception-method-get-site-editor-type-does-not-exist\/#primaryimage","url":"https:\/\/hostathash.com\/blog\/wp-content\/uploads\/2022\/11\/elementor-error.png","contentUrl":"https:\/\/hostathash.com\/blog\/wp-content\/uploads\/2022\/11\/elementor-error.png","width":872,"height":416,"caption":"PHP Fatal error: Uncaught ReflectionException: Method get_site_editor_type does not exist"},{"@type":"BreadcrumbList","@id":"https:\/\/hostathash.com\/blog\/php-fatal-error-uncaught-reflectionexception-method-get-site-editor-type-does-not-exist\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/hostathash.com\/blog\/"},{"@type":"ListItem","position":2,"name":"PHP Fatal error: Uncaught ReflectionException: Method get_site_editor_type does not exist"}]},{"@type":"WebSite","@id":"https:\/\/hostathash.com\/blog\/#website","url":"https:\/\/hostathash.com\/blog\/","name":"HostatHash","description":"Web hosting solution","publisher":{"@id":"https:\/\/hostathash.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/hostathash.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/hostathash.com\/blog\/#organization","name":"HostatHash","url":"https:\/\/hostathash.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hostathash.com\/blog\/#\/schema\/logo\/image\/","url":"","contentUrl":"","caption":"HostatHash"},"image":{"@id":"https:\/\/hostathash.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/hostathash","https:\/\/x.com\/hostathash"]},{"@type":"Person","@id":"https:\/\/hostathash.com\/blog\/#\/schema\/person\/16f0e6dd4cf0429469e00835dfe7a8b7","name":"Sufiyan Shaikh","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/2c8994d6a93d0d01ace382e7baa6c864c72dd6d40b4b4843a407a535c2b2373c?s=96&d=wp_user_avatar&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/2c8994d6a93d0d01ace382e7baa6c864c72dd6d40b4b4843a407a535c2b2373c?s=96&d=wp_user_avatar&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/2c8994d6a93d0d01ace382e7baa6c864c72dd6d40b4b4843a407a535c2b2373c?s=96&d=wp_user_avatar&r=g","caption":"Sufiyan Shaikh"},"url":"https:\/\/hostathash.com\/blog\/author\/hostathash\/"}]}},"_links":{"self":[{"href":"https:\/\/hostathash.com\/blog\/wp-json\/wp\/v2\/posts\/4466","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hostathash.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/hostathash.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/hostathash.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/hostathash.com\/blog\/wp-json\/wp\/v2\/comments?post=4466"}],"version-history":[{"count":4,"href":"https:\/\/hostathash.com\/blog\/wp-json\/wp\/v2\/posts\/4466\/revisions"}],"predecessor-version":[{"id":4471,"href":"https:\/\/hostathash.com\/blog\/wp-json\/wp\/v2\/posts\/4466\/revisions\/4471"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/hostathash.com\/blog\/wp-json\/wp\/v2\/media\/4467"}],"wp:attachment":[{"href":"https:\/\/hostathash.com\/blog\/wp-json\/wp\/v2\/media?parent=4466"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/hostathash.com\/blog\/wp-json\/wp\/v2\/categories?post=4466"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/hostathash.com\/blog\/wp-json\/wp\/v2\/tags?post=4466"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}