{"id":63520,"date":"2020-08-16T10:00:42","date_gmt":"2020-08-16T10:00:42","guid":{"rendered":"https:\/\/rockcontent.com\/blog\/change-wordpress-url\/"},"modified":"2025-09-09T17:23:05","modified_gmt":"2025-09-09T20:23:05","slug":"change-wordpress-url","status":"publish","type":"post","link":"https:\/\/pingback.com\/en\/resources\/change-wordpress-url\/","title":{"rendered":"Learn how to change your WordPress URL (4 step-by-step methods)"},"content":{"rendered":"<p>So you need to change your <a href=\"https:\/\/pingback.com\/en\/resources\/wordpress\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"WordPress  (opens in a new tab)\">WordPress <\/a>URL?<\/p>\n<p>URLs added to the WordPress platform are addresses that deserve attention because they are directly related to the management of blog files and <strong>the way your business appears in the search results<\/strong> performed on the Internet.<\/p>\n<p>Based on this, you will have to change your WordPress URL several times. The question is \u2014 do you know how to do it?<\/p>\n<p>If the answer is &#8220;no&#8221;, don&#8217;t worry. We&#8217;ve developed an exclusive step-by-step process with 4 easy methods to help you with this task. So, enjoy the tips below and learn about some of the main questions users have about it!<\/p>\n<ul class=\"wp-block-list\">\n<li><a href=\"#why\">Why do you need to know how to change WordPress URL?<\/a><\/li>\n<li><a href=\"#how\">How to change the WordPress URL? (4 easy methods)<\/a><\/li>\n<li><a href=\"#what\">What are the most frequently asked questions about changing the WordPress URL?<\/a><\/li>\n<\/ul>\n<p><a id=\"why\"><\/a><\/p>\n<h2 class=\"wp-block-heading\"><strong>Why do you need to know how to change WordPress URL?<\/strong><\/h2>\n<p>There are many reasons why you may need to change a WordPress URL. The main ones are:<\/p>\n<ul class=\"wp-block-list\">\n<li>Change the HTTP transfer protocol to HTTPS<\/li>\n<li>Change the domain due to <a href=\"https:\/\/pingback.com\/en\/resources\/seo-tools\/\" rel=\"noreferrer noopener\" target=\"_blank\">SEO<\/a> strategy issues<\/li>\n<li>Migrate the website and\/or <a href=\"https:\/\/pingback.com\/en\/resources\/increase-blog-traffic\/\" rel=\"noreferrer noopener\" target=\"_blank\">blog<\/a> from one server to another<\/li>\n<\/ul>\n<p>Also, you may need to change the WordPress address settings if the page has many redirection errors. This problem is common after a while online.<\/p>\n<p>Therefore, finding out how to change the URL <strong>will allow you to solve problems without needing to hire a programmer<\/strong>, reducing costs and risks of making mistakes in the process.<\/p>\n<p><a id=\"how\"><\/a><\/p>\n<h2 class=\"wp-block-heading\"><strong>How to change the WordPress URL?<\/strong> 4 easy methods<\/h2>\n<p>Now that you know how important it is to learn the process, check 4 different ways to change your WordPress URL quickly and easily!<\/p>\n<h3 class=\"wp-block-heading\"><strong>Method 1: using the Admin area<\/strong><\/h3>\n<p>This is the easiest method to change the WordPress URL. However, not everyone has access to the Admin area. If this is not your case, access the platform and, in &#8220;Dashboard&#8221;, click on &#8220;Settings&#8221; and &#8220;General.<\/p>\n<p>Now, just <strong>click on &#8220;WordPress Address&#8221; and &#8220;Site Address&#8221; fields to change the URL<\/strong>. Usually, both fields have the same address. At last, click on &#8220;Save Changes&#8221; to confirm the modifications and type the new website or blog <a href=\"https:\/\/pingback.com\/en\/resources\/a-short-guide-to-urls\/\" rel=\"noreferrer noopener\" target=\"_blank\">URL<\/a> in your web browser for testing.<\/p>\n<p>While doing this, don\u2019t be surprised if your site temporarily goes offline or displays a warning. It\u2019s a common hiccup\u2014and usually nothing to worry about unless you see a string of alarming error codes you don\u2019t recognize. Give it a moment, clear your browser cache, and try accessing the site again; sometimes, changes just take a little while to kick in across servers.<\/p>\n<p>It\u2019s worth mentioning that, if you\u2019re working with a multilingual or multisite setup, you\u2019ll want to repeat this process for each site instance. Otherwise, you could end up with one part of your site working and another totally lost in the shuffle. That\u2019s an easy trap to fall into, especially if you\u2019re juggling more than a handful of URLs at once. Just double-check everything before calling it a day.<\/p>\n<h3 class=\"wp-block-heading\"><strong>Method 2: using &#8220;functions.php&#8221; file<\/strong><\/h3>\n<p>If you don&#8217;t have access to the WordPress Admin area, this will be the easiest way to change your URLs. So, access the platform&#8217;s website using an FTP Client, click on &#8220;wp-content&#8221;, &#8220;<a href=\"https:\/\/pingback.com\/en\/resources\/free-wordpress-themes\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"themes (opens in a new tab)\">themes<\/a>&#8221; and then &#8220;your-theme-folder&#8221;.<\/p>\n<p>In the list of files that will appear, find the one named &#8220;functions.php&#8221;, right-click it and select the option &#8220;View\/Edit&#8221;. <strong>Use an unformatted text editor such as Notepad or TextEdit to do this<\/strong>. Next, add the following codes at the bottom:<\/p>\n<pre class=\"wp-block-code\"><code>update_option( 'siteurl', 'https:\/\/example.com' );<\/code><\/pre>\n<pre class=\"wp-block-code\"><code>update_option( 'home', 'https:\/\/example.com' ).<\/code><\/pre>\n<p>Replace the word &#8220;example&#8221; with the domain name of the blog or website. Now, just save the changes. A copy will be created on your computer, and you will have to upload the file with the changes in the same place it was hosted.<\/p>\n<p>The benefit of this method is that it updates the URLs directly in the platform database. Then, to see if the change worked correctly, type the new URL in your computer&#8217;s web browser and hit &#8220;Enter&#8221; on your keyboard.<\/p>\n<h3 class=\"wp-block-heading\"><strong>Method 3: using the &#8220;wp-config.php&#8221; file<\/strong><\/h3>\n<p>This method is similar to the previous one, but just a bit more complex. Therefore, it is only recommended to use it when you cannot find the &#8220;functions.php&#8221; file.<\/p>\n<p>To start the process, go to the WordPress website using an FTP Client and <strong>find the &#8220;wp-config&#8221; file. It is located in the root folder of your site<\/strong>.<\/p>\n<p>After opening the file, above the line that says &#8220;That&#8217;s all, stop editing! Happy publishing&#8221;, add the following code:<\/p>\n<pre class=\"wp-block-code\"><code>define ('WP_HOME', 'https:\/\/example.com' );<\/code><\/pre>\n<pre class=\"wp-block-code\"><code>define ('WP_SITEURL', 'https:\/\/example.com' ).<\/code><\/pre>\n<p>As with method 2, replace the word &#8220;example&#8221; with your site domain name, save the changes, and upload the new file to the original hosting location, replacing the previous one. Now, go to the website and check if the changes worked.<\/p>\n<h3 class=\"wp-block-heading\"><strong>Method 4: using the &#8220;phpMyAdmin&#8221; database<\/strong><\/h3>\n<p>If none of the previous steps work, you can change the WordPress URL by directly accessing the platform database. However, if you prefer this method, <strong>it is recommended that you make a backup of the files first to undo the changes in case something goes wrong<\/strong>.<\/p>\n<p>To get started, go to your <a href=\"https:\/\/pingback.com\/en\/resources\/wordpress-hosting\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"web hosting provider (opens in a new tab)\">web hosting provider<\/a>&#8216;s dashboard and click on the &#8220;phpMyAdmin&#8221; icon. It is located in the &#8220;Database&#8221; section. Doing so will open a window that allows you to make the changes online.<\/p>\n<p>Within the &#8220;phpMyAdmin&#8221; interface, you should click on &#8220;WordPress Database&#8221; in the left column, so a list of required files will appear. Use the scroll bar until you find the &#8220;wp_options&#8221; file and click on it.<\/p>\n<p>Now, find the rows named &#8220;siteurl&#8221; and &#8220;home&#8221; in the &#8220;option_name&#8221; column. Then, click on &#8220;Edit&#8221; (pencil icon) to change the two lines in the &#8220;option_value&#8221; column. After that, click on the &#8220;Go&#8221; button in the lower right corner to save the changes made. Finally, go to the website to test the changes.<\/p>\n<p><a id=\"what\"><\/a><\/p>\n<h2 class=\"wp-block-heading\"><strong>What are the most frequently asked questions about changing the WordPress URL?<\/strong><\/h2>\n<p>Even with the step-by-step, some people find it hard to make WordPress URL changes. Because of that, we&#8217;ve listed below some of the most frequently asked questions among users and how to solve the problems. Keep up!<\/p>\n<h3 class=\"wp-block-heading\"><strong>Why are the fields &#8220;WordPress Address&#8221; and &#8220;Site Address&#8221; blocked?<\/strong><\/h3>\n<p>In many cases, the fields &#8220;WordPress Address&#8221; and &#8220;Site Address&#8221; in the platform Admin area may be blocked for editing actions. That is usually <strong>because the URLs are encoded in the &#8220;wp-config.php&#8221; file<\/strong>.<\/p>\n<p>So, to make the changes, you must follow another path. Method 3, presented above, will work better.<\/p>\n<h3 class=\"wp-block-heading\"><strong>Why do I need to change the URL of the website and WordPress separately?<\/strong><\/h3>\n<p>This can be confusing, especially for beginners, because each field defines a URL for a given function, and they can have the same description (the same link for both fields).<\/p>\n<p>Therefore, <strong>&#8220;WordPress Address&#8221; is a URL that allows access to your blog&#8217;s folders and files<\/strong>. In other words, it is a link more focused on blog administration, with media files, <a href=\"https:\/\/pingback.com\/en\/resources\/best-wordpress-plugins\/\" rel=\"noreferrer noopener\" target=\"_blank\">plugins<\/a>, templates, etc.<\/p>\n<p>The <strong>&#8220;Site Address&#8221; field defines the URL that will be accessed by web users<\/strong>. That is, it is a public address, which will appear in the results of online searches, keeping access to the administration pages of the blog blocked.<\/p>\n<p>In the case of large companies, which host their websites and blogs on various servers, these URL addresses may be different, keeping some applications isolated from others.<\/p>\n<p>This multiserver strategy is what guarantees <a href=\"https:\/\/pingback.com\/en\/resources\/website-security\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">security<\/a>, availability, and stability of the digital services offered.<\/p>\n<h3 class=\"wp-block-heading\"><strong>How to undo the change and recover the old URL?<\/strong><\/h3>\n<p>Out of curiosity or for learning purposes, some people may accidentally change WordPress URLs when they are working on the platform&#8217;s Admin area, not knowing how to undo this action.<\/p>\n<p>However, you can reverse the changes by <strong>following the steps described in methods 2, 3, and 4<\/strong> in case you don&#8217;t have access to it in the Admin section.<\/p>\n<h3 class=\"wp-block-heading\"><strong>Is there a plugin that makes it easier to change URLs?<\/strong><\/h3>\n<p>Yes, you can use the <strong>&#8220;Velvet Blues Update URLs&#8221; or the &#8220;Better Search Replace&#8221; plugins<\/strong>. They allow you to update URLs in bulk. That is, with those plugins, you can change the URL of all the blog and\/or site pages at once, using only one configuration screen.<\/p>\n<p>If you had to make each change individually, depending on the number of pages, the work would take too long. With plugins, on the other hand, you save a lot of time in the process.<\/p>\n<p>These plugins <strong>are particularly useful in migration operations to other platforms and hosting servers<\/strong>, making URL changes easier.<\/p>\n<p>Setting a user-friendly and easy-to-remember URL is part of the <a href=\"https:\/\/pingback.com\/en\/resources\/what-is-digital-marketing\/\" rel=\"noreferrer noopener\" target=\"_blank\">Digital Marketing<\/a> strategy. Besides that, with the growth of the business, the site&#8217;s migration to virtual servers (cloud servers) will be inevitable over time.<\/p>\n<p>For these reasons, you will have to change the WordPress URLs sooner or later. So, use this post as a guide to help you in the process.<\/p>\n<p>Another thing you should have to know if you want to have a successful website is how <a href=\"https:\/\/pingback.com\/en\/resources\/google-pagespeed-insights\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"your page speed (opens in a new tab)\">your page speed<\/a> impacts your sales. Check out this free infographic!<\/p>\n<p>\n }}<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Many users face problems when changing the WordPress URL, and this is a task that will be necessary at some point. However, there are ways to make the change outside the Admin area. Editing \u201cfunctions.php\u201d and \u201cwp-config.php\u201d files are some of the recommended paths.<\/p>\n","protected":false},"author":1,"featured_media":56448,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[22],"tags":[],"class_list":["post-63520","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tech"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to change your WordPress URL with 4 easy methods<\/title>\n<meta name=\"description\" content=\"Want to change your WordPress URL and don&#039;t know how? In this article we share 4 easy methods to do it without causing any errors.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/pingback.com\/en\/resources\/change-wordpress-url\/\" \/>\n<meta property=\"og:locale\" content=\"pt_BR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to change your WordPress URL with 4 easy methods\" \/>\n<meta property=\"og:description\" content=\"Want to change your WordPress URL and don&#039;t know how? In this article we share 4 easy methods to do it without causing any errors.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/pingback.com\/en\/resources\/change-wordpress-url\/\" \/>\n<meta property=\"og:site_name\" content=\"Pingback\" \/>\n<meta property=\"article:published_time\" content=\"2020-08-16T10:00:42+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-09T20:23:05+00:00\" \/>\n<meta name=\"author\" content=\"Carolina\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Escrito por\" \/>\n\t<meta name=\"twitter:data1\" content=\"Carolina\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. tempo de leitura\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/pingback.com\/en\/resources\/change-wordpress-url\/\",\"url\":\"https:\/\/pingback.com\/en\/resources\/change-wordpress-url\/\",\"name\":\"How to change your WordPress URL with 4 easy methods\",\"isPartOf\":{\"@id\":\"https:\/\/pingback.com\/en\/resources\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/pingback.com\/en\/resources\/change-wordpress-url\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/pingback.com\/en\/resources\/change-wordpress-url\/#primaryimage\"},\"thumbnailUrl\":\"\",\"datePublished\":\"2020-08-16T10:00:42+00:00\",\"dateModified\":\"2025-09-09T20:23:05+00:00\",\"author\":{\"@id\":\"https:\/\/pingback.com\/en\/resources\/#\/schema\/person\/5931a4533700c840b9f38199581abc33\"},\"description\":\"Want to change your WordPress URL and don't know how? In this article we share 4 easy methods to do it without causing any errors.\",\"breadcrumb\":{\"@id\":\"https:\/\/pingback.com\/en\/resources\/change-wordpress-url\/#breadcrumb\"},\"inLanguage\":\"pt-BR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/pingback.com\/en\/resources\/change-wordpress-url\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\/\/pingback.com\/en\/resources\/change-wordpress-url\/#primaryimage\",\"url\":\"\",\"contentUrl\":\"\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/pingback.com\/en\/resources\/change-wordpress-url\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"In\u00edcio\",\"item\":\"https:\/\/pingback.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Learn how to change your WordPress URL (4 step-by-step methods)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/pingback.com\/en\/resources\/#website\",\"url\":\"https:\/\/pingback.com\/en\/resources\/\",\"name\":\"Pingback\",\"description\":\"Marketing for builders\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/pingback.com\/en\/resources\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"pt-BR\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/pingback.com\/en\/resources\/#\/schema\/person\/5931a4533700c840b9f38199581abc33\",\"name\":\"Carolina\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\/\/pingback.com\/en\/resources\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/70cde532238b4f8bf4a6e7e589ff0a259eda38fa966564ca7ed7d23e61c27774?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/70cde532238b4f8bf4a6e7e589ff0a259eda38fa966564ca7ed7d23e61c27774?s=96&d=mm&r=g\",\"caption\":\"Carolina\"},\"sameAs\":[\"https:\/\/pingback.com\"],\"url\":\"https:\/\/pingback.com\/en\/resources\/author\/adm1n\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to change your WordPress URL with 4 easy methods","description":"Want to change your WordPress URL and don't know how? In this article we share 4 easy methods to do it without causing any errors.","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:\/\/pingback.com\/en\/resources\/change-wordpress-url\/","og_locale":"pt_BR","og_type":"article","og_title":"How to change your WordPress URL with 4 easy methods","og_description":"Want to change your WordPress URL and don't know how? In this article we share 4 easy methods to do it without causing any errors.","og_url":"https:\/\/pingback.com\/en\/resources\/change-wordpress-url\/","og_site_name":"Pingback","article_published_time":"2020-08-16T10:00:42+00:00","article_modified_time":"2025-09-09T20:23:05+00:00","author":"Carolina","twitter_card":"summary_large_image","twitter_misc":{"Escrito por":"Carolina","Est. tempo de leitura":"7 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/pingback.com\/en\/resources\/change-wordpress-url\/","url":"https:\/\/pingback.com\/en\/resources\/change-wordpress-url\/","name":"How to change your WordPress URL with 4 easy methods","isPartOf":{"@id":"https:\/\/pingback.com\/en\/resources\/#website"},"primaryImageOfPage":{"@id":"https:\/\/pingback.com\/en\/resources\/change-wordpress-url\/#primaryimage"},"image":{"@id":"https:\/\/pingback.com\/en\/resources\/change-wordpress-url\/#primaryimage"},"thumbnailUrl":"","datePublished":"2020-08-16T10:00:42+00:00","dateModified":"2025-09-09T20:23:05+00:00","author":{"@id":"https:\/\/pingback.com\/en\/resources\/#\/schema\/person\/5931a4533700c840b9f38199581abc33"},"description":"Want to change your WordPress URL and don't know how? In this article we share 4 easy methods to do it without causing any errors.","breadcrumb":{"@id":"https:\/\/pingback.com\/en\/resources\/change-wordpress-url\/#breadcrumb"},"inLanguage":"pt-BR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/pingback.com\/en\/resources\/change-wordpress-url\/"]}]},{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/pingback.com\/en\/resources\/change-wordpress-url\/#primaryimage","url":"","contentUrl":""},{"@type":"BreadcrumbList","@id":"https:\/\/pingback.com\/en\/resources\/change-wordpress-url\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"In\u00edcio","item":"https:\/\/pingback.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Learn how to change your WordPress URL (4 step-by-step methods)"}]},{"@type":"WebSite","@id":"https:\/\/pingback.com\/en\/resources\/#website","url":"https:\/\/pingback.com\/en\/resources\/","name":"Pingback","description":"Marketing for builders","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/pingback.com\/en\/resources\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"pt-BR"},{"@type":"Person","@id":"https:\/\/pingback.com\/en\/resources\/#\/schema\/person\/5931a4533700c840b9f38199581abc33","name":"Carolina","image":{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/pingback.com\/en\/resources\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/70cde532238b4f8bf4a6e7e589ff0a259eda38fa966564ca7ed7d23e61c27774?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/70cde532238b4f8bf4a6e7e589ff0a259eda38fa966564ca7ed7d23e61c27774?s=96&d=mm&r=g","caption":"Carolina"},"sameAs":["https:\/\/pingback.com"],"url":"https:\/\/pingback.com\/en\/resources\/author\/adm1n\/"}]}},"_links":{"self":[{"href":"https:\/\/pingback.com\/en\/resources\/wp-json\/wp\/v2\/posts\/63520","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pingback.com\/en\/resources\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pingback.com\/en\/resources\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pingback.com\/en\/resources\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pingback.com\/en\/resources\/wp-json\/wp\/v2\/comments?post=63520"}],"version-history":[{"count":3,"href":"https:\/\/pingback.com\/en\/resources\/wp-json\/wp\/v2\/posts\/63520\/revisions"}],"predecessor-version":[{"id":127625,"href":"https:\/\/pingback.com\/en\/resources\/wp-json\/wp\/v2\/posts\/63520\/revisions\/127625"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/pingback.com\/en\/resources\/wp-json\/"}],"wp:attachment":[{"href":"https:\/\/pingback.com\/en\/resources\/wp-json\/wp\/v2\/media?parent=63520"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pingback.com\/en\/resources\/wp-json\/wp\/v2\/categories?post=63520"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pingback.com\/en\/resources\/wp-json\/wp\/v2\/tags?post=63520"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}