{"id":173130,"date":"2018-06-28T13:00:14","date_gmt":"2018-06-28T13:00:14","guid":{"rendered":"https:\/\/premium.wpmudev.org\/blog\/?p=173130"},"modified":"2022-01-11T22:11:16","modified_gmt":"2022-01-11T22:11:16","slug":"benefits-of-staging-environments-in-wordpress-development","status":"publish","type":"post","link":"https:\/\/wpmudev.com\/blog\/benefits-of-staging-environments-in-wordpress-development\/","title":{"rendered":"The Benefits Of Using Staging Environments For Your WordPress Development"},"content":{"rendered":"<p>Working and making updates on a live WordPress site can be dangerous. And it\u2019s not a matter of whether you\u2019re a skilled enough coder to do it. That&#8217;s where staging environments can help &#8211; learn how in this article.<\/p>\n<p>There are any number of things that could go wrong when you issue a new update to a plugin, or attempt to code a new feature in by hand.<\/p>\n<p>Anything you do that affects the code of a website presents an opportunity for something to go wrong on the frontend. And that\u2019s not something your clients or their visitors will be too understanding of.<\/p>\n<p>This is why we use staging environments. If you\u2019re in the business of developing WordPress sites, then staging environments need to be part of your process.<\/p>\n<p>In this article we&#8217;ll look at the benefits of using staging environments, when you should use them, and how you can easily get started with them &#8211; inside and outside of WordPress.<\/p>\n<p>Continue reading to learn more, or jump ahead using these links:<\/p>\n<ul>\n<li><a href=\"#post-1155-_4rcsga4e2hlt\">The Pluses of Using a Staging Environment for Your WordPress Site<\/a><\/li>\n<\/ul>\n<ul>\n<li><a href=\"#post-1155-_ehxwg0r391ua\">How to Set up a Staging Environment for Your WordPress Site<\/a>\n<ul>\n<li><a href=\"#post-1155-_sphf33vn2v1f\">#1 The Manual Method<\/a><\/li>\n<li><a href=\"#post-1155-_lh95xmaevu67\">#2 Through Managed WordPress Hosting<\/a><\/li>\n<li><a href=\"#post-1155-_c3py0sntigot\">#3 Using a WordPress Plugin<\/a><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p>Let&#8217;s kicks things off with\u2026<\/p>\n<h2><a id=\"post-1155-_4rcsga4e2hlt\" target=\"_blank\"><\/a><strong>The Pluses of Using a Staging Environment for Your WordPress Site<\/strong><\/h2>\n<p>A staging environment is typically hosted on a private subdomain of your WordPress site for the purposes of building and testing.<\/p>\n<p>Why do it this way? There are many reasons.<\/p>\n<p>Consider these:<\/p>\n<p><strong>A blank canvas<\/strong> from which you build a new website or create new pages you plan to add to an existing website. This way, your clients, managers, or anyone else who feels like <a href=\"https:\/\/wpmudev.com\/blog\/keep-client-feedback-in-check\/\" target=\"_blank\" rel=\"noopener\">weighing in before it\u2019s appropriate to do so<\/a> are prohibited from seeing your work until you\u2019re ready to share.<\/p>\n<p><strong>Test new WordPress, plugin, or theme updates<\/strong> on a mirror image of a live website. Updates are first handled on the staging site. Upon confirming that no issues are present, you can move forward with them on the live site.<\/p>\n<p><strong>Implement code or design updates<\/strong> on a mirror image of a live website. This is especially helpful if you\u2019re attempting to code a new feature on your own and are nervous about the repercussions of something breaking as a result.<\/p>\n<p><a href=\"https:\/\/wpmudev.com\/blog\/clone-wordpress-sites\/\" target=\"_blank\" rel=\"noopener\"><strong>Clone a live website<\/strong><\/a> to save time developing a similarly structured WordPress site from scratch.<\/p>\n<p><strong>Stage a website pre-launch<\/strong> in order to conduct QA and testing. Team members, clients, and other project stakeholders are then given a link to the frontend of the staged site for review.<\/p>\n<p><strong>Test new coding techniques<\/strong>. You can use a copy of a website that already exists or use a sample website to test out theories or to hone your implementation process before adding it to your workflow. You can also use this as a training platform for new developers on your team.<\/p>\n<p><strong>Build basic prototypes<\/strong> for the purposes of demonstrating a suggested design or feature to the client. This way, you don\u2019t have to try to explain the idea you have for a landing page or a new checkout process or whatever it is you\u2019ve thought of. Instead, you mock it up here and give them a way to experience it first-hand and avoid any <a href=\"https:\/\/wpmudev.com\/blog\/communication-with-clients\/\" target=\"_blank\" rel=\"noopener\">potential miscommunications<\/a>.<\/p>\n<p>There are also a whole lot of other benefits in using staging environments for these purposes:<\/p>\n<ul>\n<li>They lend to safer coding practices, in general.<\/li>\n<li>They give you privacy to build and update websites without a bunch of prying eyes checking in on you.<\/li>\n<li>If something wonky gets introduced into the code, it won\u2019t take down the live website or prevent complete access from the WordPress admin, which would reflect poorly on you as well as your client (if visitors were to notice).<\/li>\n<li>They save time you would otherwise spend repairing the white screen of death or troubleshooting other issues caused by cowboy coding on the live installation.<\/li>\n<li>They protect a live website\u2019s search ranking as you prevent bots from encountering an error-ridden website, an offline website, or one that\u2019s in transition and sending mixed signals.<\/li>\n<\/ul>\n<p>Bottom line: staging sites are meant to maintain the integrity of the live sites displayed to visitors, allowing you to safely and privately work behind the scenes.<\/p>\n<h2><a id=\"post-1155-_ehxwg0r391ua\" target=\"_blank\"><\/a><strong>How to Set up a Staging Environment for Your WordPress Site<\/strong><\/h2>\n<p>A staging environment setup largely depends on what its purpose will be.<\/p>\n<p>If you intend on using it as a training or experimentation platform, you have freedom to do whatever you want.<\/p>\n<p>If you intend on using it for a different, specific purpose, such as implementing WordPress updates, revising design and code, or adding new pages, then what sits in staging needs to be identical to the website.<\/p>\n<p>This means having the same:<\/p>\n<ul>\n<li>Hosting<\/li>\n<li>WordPress version<\/li>\n<li>PHP version<\/li>\n<li>Theme version<\/li>\n<li>Plugin versions<\/li>\n<li>Any configurations that are essential to how the site works on the live server<\/li>\n<\/ul>\n<p>To set up a mirror image of your WordPress site in the staging environment, you can use one of three means: the manual method, through a managed WordPress host, or by using a WordPress plugin.<\/p>\n<p>We\u2019re gonna take a look at all of these, starting with\u2026<\/p>\n<h3><a id=\"post-1155-_sphf33vn2v1f\" target=\"_blank\"><\/a><strong>#1 The Manual Method<\/strong><\/h3>\n<p>Like it sounds, the manual method is very hands-on, and consists of the following steps:<\/p>\n<ul>\n<li>Save a backup of your WordPress site.<\/li>\n<li>Create a subdomain from your control panel where this staging site will sit.<br \/>\n(This will automatically create a subfolder on your WordPress site.)<\/li>\n<li>Install a fresh copy of WordPress on it.<\/li>\n<li>Copy files from your current site into the new WordPress installation.<\/li>\n<li>Copy your database from the current site over to the new installation.<\/li>\n<\/ul>\n<p>Refer to this post for full details, instructions, and screenshots on how to <a href=\"https:\/\/wpmudev.com\/blog\/set-up-staging-site-cheap-shared-hosting\/\" target=\"_blank\" rel=\"noopener\">set up a staging environment manually<\/a>.<\/p>\n<h3><a id=\"post-1155-_lh95xmaevu67\" target=\"_blank\"><\/a><strong>#2 Through Managed WordPress Hosting<\/strong><\/h3>\n<p>While the manual method has you working within the control panel to set up a staging environment, Managed WordPress Hosting handles the job for you.<\/p>\n<p>This is without doubt, the speediest and most stress-free method of the three. It cuts out pretty much all of the work on your part.<\/p>\n<p>It also means you\u2019ll incur the cost of procuring the services any host provides. But chances are good if you run a site or agency, you already know the value of managed hosting. Of course perspective is unique, and it\u2019s always up to an individual to decide.<\/p>\n<p>Most managed WordPress hosting plans with the providers above come with one-click or pre-made staging areas.<\/p>\n<p>Creating a password-protected staging site on your server generally requires little more than logging into your hosting account and proceeding to the appropriate page.<\/p>\n<p>Pushing updates from a staging site to the live server is beyond easy with this option. Just one click and your staging environment will go live.<\/p>\n<p>Here&#8217;s an example of how the process works with <a href=\"https:\/\/wpmudev.com\/hosting\/\" target=\"_blank\" rel=\"noopener\">WPMU DEV Hosting.<\/a><\/p>\n<p><strong>Creating a Staging Site Through WPMU DEV\u2019s Hosting<\/strong><\/p>\n<p>This process could not be simpler or quicker.<\/p>\n<p>1. Starting in <a href=\"https:\/\/wpmudev.com\/hub-welcome\/\" target=\"_blank\" rel=\"noopener\">The Hub<\/a>\u2015WPMU DEV\u2019s unified command center\u2015click on the <strong>Sitename <\/strong>for which you\u2019d like to create staging.<\/p>\n<p>2. Click on the <strong>Hosting <\/strong>header, then the <strong>Staging <\/strong>header.<\/p>\n<p>3. Click the blue <strong>Start <\/strong>button from the <em>Setup your staging environment<\/em> screen.<\/p>\n<p>You\u2019ll see the bouncing ellipses while it does its magic, generally in under a minute. Then you\u2019ll get a popup that the <em>sync to staging is complete<\/em>, taking you to the <em>Staging options<\/em> page.<\/p>\n<video loop muted autoplay playsinline class='dev-html5-video'><source src=\" https:\/\/wpmudev.com\/blog\/wp-content\/uploads\/2021\/12\/000-creating-a-staging-site-in-WPMUDEV-hosting.webm\" type=\"video\/webm\"><\/video>\n<p style=\"text-align: center;\"><small> Stage creation in four clicks and one minute; no glitches or gaffes.<br \/>\n<\/small><\/p>\n<p>Done, fini, finalizado, finito, samapt.<\/p>\n<p>Fewer clicks than words in that last sentence, and less time than it took to google the other language equivalents.<\/p>\n<p>Not only did we accomplish an otherwise burdensome task quickly and easily, everything we might want to do for or with our staging site is accessible directly from this Hub page.<\/p>\n<figure id=\"attachment_203967\" class=\"wp-caption aligncenter\" data-caption=\"true\"><img loading=\"lazy\" decoding=\"async\" class=\"size-ratio-full wp-image-203967\" src=\"https:\/\/wpmudev.com\/blog\/wp-content\/uploads\/2021\/12\/001-hub-staging-screen-1050x599.png\" alt=\"Hub staging screen\" width=\"1050\" height=\"599\" \/><figcaption class=\"wp-caption-text\">From basics to biggies, WPMU DEV\u2019s <strong>Staging options<\/strong> page is fully loaded.<\/figcaption><\/figure>\n<p><em>Move Staging to Production<\/em>? Check. <em>Reset or Delete the current Staging environment<\/em>? Mmmhmm.<\/p>\n<p><em>Manage Database\u2013Manage Files\u2013Reset WP<\/em>? Yes\u2013sir\u2013ree. All of these settings and more are gathered together here in <strong>Staging options<\/strong>.<\/p>\n<p>I wasn\u2019t kidding when I sang the praises of managing staging environments in this way. Brewing a single cup of coffee in the morning takes more time and effort than this.<\/p>\n<p>If you are more of a DIY-er, or don\u2019t have managed hosting because you\u2019re saving your benjamins, continue on for the WordPress plugin method.<\/p>\n<h3><a id=\"post-1155-_c3py0sntigot\" target=\"_blank\"><\/a><strong>#3 Using a WordPress Plugin<\/strong><\/h3>\n<p>For those of you who would like an option that requires less work on the server, without the expense of managed WordPress hosting\u2015you can use a WordPress plugin.<\/p>\n<p>We\u2019re highlighting two options here, and really, the difference boils down to your comfort level in setting up WordPress Multisite, and budgetary considerations.<\/p>\n<p><strong>Without Multisite: All-in-One WP Migration Plugin<\/strong><\/p>\n<figure id=\"attachment_203968\" class=\"wp-caption aligncenter\" data-caption=\"true\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-203968 size-ratio-full\" src=\"https:\/\/wpmudev.com\/blog\/wp-content\/uploads\/2021\/12\/002-plugin-all-in-one-wp-migration-1050x338.png\" alt=\"All-in-One WP Migration plugin\" width=\"1050\" height=\"338\" \/><figcaption class=\"wp-caption-text\"><strong>All-in-One WordPress Migration<\/strong> plugin<\/figcaption><\/figure>\n<p><a href=\"https:\/\/wordpress.org\/plugins\/all-in-one-wp-migration\/\" rel=\"noopener\" target=\"_blank\">All-in-One WP Migration<\/a> is a plugin with multiple uses. It works as a backup plugin, a migration plugin, and as a staging plugin.<\/p>\n<p><em>AIO WP Migration<\/em> comes with newbie-friendly functions that allow you to migrate your WordPress website with little to no technical knowledge or experience.<\/p>\n<p>Let\u2019s go through how to use this for staging.<\/p>\n<p>1. Install and activate <strong>All-in-One WP Migration<\/strong> on the WordPress site you want to export.<\/p>\n<p>2. Navigate to the plugins\u2019 menu on the sidebar, and click <strong>Export<\/strong>.<\/p>\n<p>Optional: From the <strong>Advanced options<\/strong> dropdown arrow, you can select any variables you <em>don\u2019t <\/em>want exported\/replaced. (This can help reduce file size.)<\/p>\n<p>3. From the <strong>EXPORT TO<\/strong> dropdown, select <strong>File<\/strong>.<\/p>\n<p>Give it time to compile the data (how long depends on the size of the site files you are exporting).<\/p>\n<figure id=\"attachment_203969\" class=\"wp-caption aligncenter\" data-caption=\"true\"><img loading=\"lazy\" decoding=\"async\" class=\"size-ratio-full wp-image-203969\" src=\"https:\/\/wpmudev.com\/blog\/wp-content\/uploads\/2021\/12\/003-plugin-all-in-one-wp-migration-export-single-export-1050x576.png\" alt=\"All-in-one export\" width=\"1050\" height=\"576\" \/><figcaption class=\"wp-caption-text\">There are many export location options; <strong>File<\/strong> is the only one available in the free version.<\/figcaption><\/figure>\n<p>4. Once compiled, you\u2019ll get a size-fluctuating green box with the filename and file size. Click on that to save it to your computer, then click the red <strong>CLOSE <\/strong>button.<\/p>\n<figure id=\"attachment_203970\" class=\"wp-caption aligncenter\" data-caption=\"true\"><img loading=\"lazy\" decoding=\"async\" class=\"size-ratio-full wp-image-203970\" src=\"https:\/\/wpmudev.com\/blog\/wp-content\/uploads\/2021\/12\/004-plugin-all-in-one-export-process-1050x231.png\" alt=\"All-in-one export process\" width=\"1050\" height=\"231\" \/><figcaption class=\"wp-caption-text\">The exporting process isn\u2019t complicated.<\/figcaption><\/figure>\n<p>6. Next, log into the WordPress site where you want the installation of your staging environment to be, and install the same plugin.<\/p>\n<p>7. From the plugins\u2019 menu on the sidebar, click <strong>Import<\/strong>.<\/p>\n<figure id=\"attachment_203971\" class=\"wp-caption aligncenter\" data-caption=\"true\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-203971 size-ratio-full\" src=\"https:\/\/wpmudev.com\/blog\/wp-content\/uploads\/2021\/12\/005-plugin-all-in-one-wp-migration-import-1050x437.png\" alt=\"All-in-one import\" width=\"1050\" height=\"437\" \/><figcaption class=\"wp-caption-text\">Use the <strong>Import From<\/strong> dropdown options, or simply drag &amp; drop your file.<\/figcaption><\/figure>\n<p>Note that if the file you want to import is larger than the maximum allowable amount, <em>AIO WP Migration<\/em> offers some options on increasing this.<\/p>\n<p>Basically, these are: purchase the paid version of their plugin; contact your hosting provider for a limit increase; or do some coding yourself (examples of which they provide\u2015see above link).<\/p>\n<p>8. Upload the file you just saved to your machine, then click the green <strong>PROCEED <\/strong>button on the warning popup.<\/p>\n<figure id=\"attachment_203972\" class=\"wp-caption aligncenter\" data-caption=\"true\"><img loading=\"lazy\" decoding=\"async\" class=\"size-ratio-full wp-image-203972\" src=\"https:\/\/wpmudev.com\/blog\/wp-content\/uploads\/2021\/12\/006-plugin-all-in-one-wp-migration-warning-message-1050x302.png\" alt=\"All-in-one warning\" width=\"1050\" height=\"302\" \/><figcaption class=\"wp-caption-text\"><strong>PROCEED<\/strong> only if you\u2019ve created your backup.<\/figcaption><\/figure>\n<p>Note: The file you downloaded should be wherever your default download folder is, with a <em>.wpress<\/em> extension. However, you can also easily grab it from the plugins <strong>Backups <\/strong>section, which is accessible via their dashboard side menu, beneath <em>Export <\/em>and <em>Import<\/em>.<\/p>\n<figure id=\"attachment_203973\" class=\"wp-caption aligncenter\" data-caption=\"true\"><img loading=\"lazy\" decoding=\"async\" class=\"size-ratio-full wp-image-203973\" src=\"https:\/\/wpmudev.com\/blog\/wp-content\/uploads\/2021\/12\/007-plugin-all-in-one-backups-file-location-1050x268.png\" alt=\"All-in-one backups location\" width=\"1050\" height=\"268\" \/><figcaption class=\"wp-caption-text\"><strong>Backups<\/strong> provides a unified place for exported files, and options for managing them.<\/figcaption><\/figure>\n<p>After the brief process runs, you\u2019ll get a successful import message, confirming the process is complete. You now have a mirror image of your live website sitting on your staging subdomain.<\/p>\n<p>To push your staging environment (and any changes made there) live, simply repeat the process in reverse.<\/p>\n<p>Next, we\u2019ll look at doing this with multisite.<\/p>\n<p><strong>With Multisite: Shipper Plugin<\/strong><\/p>\n<figure id=\"attachment_203974\" class=\"wp-caption aligncenter\" data-caption=\"true\"><img loading=\"lazy\" decoding=\"async\" class=\"size-ratio-full wp-image-203974\" src=\"https:\/\/wpmudev.com\/blog\/wp-content\/uploads\/2021\/12\/008-shipper-banner-1050x268.png\" alt=\"Shipper plugin banner\" width=\"1050\" height=\"268\" \/><figcaption class=\"wp-caption-text\">Ahoy there, mateys! <strong>Shipper<\/strong> will steer your migration in the right direction.<\/figcaption><\/figure>\n<p>One of the best perks of creating a staging environment this way is that you get to keep your live WordPress site and its private and non-indexable staging subdomain within one WordPress installation.<\/p>\n<p>So, you don\u2019t have to move back and forth between your control panel and various WordPress instances to manage both.<\/p>\n<p><a href=\"https:\/\/wpmudev.com\/project\/shipper-pro\/\" target=\"_blank\" rel=\"noopener\">Shipper<\/a> is a powerful, one-stop-shop migration tool. It handles multisites, subsites, and single site migrations.<\/p>\n<p>You can do package or API migration, exclude certain files and folders, find and replace links\u2015all with a centralized dashboard providing clear explanations and estimated times prior to doing any migrating.<\/p>\n<p>We already have a fantastic, detailed tutorial on the blog for <a href=\"https:\/\/wpmudev.com\/blog\/migrate-a-wordpress-multisite-subsite-to-a-single-wordpress-site-and-domain\/\" target=\"_blank\" rel=\"noopener\">migrating a multisite to a single site using Shipper Pro<\/a>, so I\u2019ll refer you to that instead of repeating it all here. (Shipper is pro only at this time, but you can do a free trial if you want to give it a go, risk-free.)<\/p>\n<p>As always, it is wise to create a site backup prior to migrating. I can recommend two options for this task: <a href=\"https:\/\/wpmudev.com\/project\/snapshot\/\" target=\"_blank\" rel=\"noopener\">Snapshot<\/a> (also covered by the same money-back guarantee &amp; free trial as Shipper Pro), and <a href=\"https:\/\/wordpress.org\/plugins\/updraftplus\/\" rel=\"noopener\" target=\"_blank\">Updraft Plus<\/a> (which comes in both free &amp; premium paid versions).<\/p>\n<p>If you run into any issues using Shipper, you can reference its <a href=\"https:\/\/wpmudev.com\/docs\/wpmu-dev-plugins\/shipper\/\" target=\"_blank\" rel=\"noopener\">full documentation<\/a>. Or if you\u2019re a <a href=\"https:\/\/wpmudev.com\/pricing\/\" target=\"_blank\" rel=\"noopener\">WPMU DEV member<\/a>, avail yourself of our highly rated, expert tech support, standing by 24\/7\/365 to help with ALL things WordPress.<\/p>\n<p>To move the staging environment to the live server, you\u2019ll simply need to reverse the process. There will be no need to create new sites or subdomains. Simply clone the subdomain to the live site once you have finalized everything and verified that content is good to go.<\/p>\n<h2><a id=\"post-1155-_7kkai8bkqidg\" target=\"_blank\"><\/a><strong>Exit, Stage Left<\/strong><\/h2>\n<p>Once you\u2019ve completed the migration, you can go ahead and get to work on your staging environment. All settings, files, and databases will mirror what exists on the live site.<\/p>\n<p>Think about all the time you\u2019re going to save by using staging environments in your WordPress development workflow going forward. Heavens to Murgatroyd!<\/p>\n<p>Whether it\u2019s preventing unwarranted feedback from clients, or implementing updates\/coding new features in a separate testing space, staging environments preserve the integrity of your live WordPress site until you\u2019re 100% sure revisions can be reflected on the frontend.<\/p>\n<p>It\u2019s definitely the way to go!<\/p>\n<p><em><strong>Editor\u2019s Note:<\/strong> This post has been updated for accuracy and relevancy.<\/em><br \/>\n<em>[Originally Published: June 2018 \/ Revised: January 2022]<\/em><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Working and making updates on a live WordPress site can be dangerous. And it\u2019s not a matter of whether you\u2019re a skilled enough coder to do it. That&#8217;s where staging environments can help &#8211; learn how in this article. There are any number of things that could go wrong when you issue a new update [&hellip;]<\/p>\n","protected":false},"author":915455,"featured_media":204116,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"blog_reading_time":"","wds_primary_category":0,"wds_primary_tutorials_categories":0,"footnotes":""},"categories":[557,263,11260],"tags":[9770,10653,10936],"tutorials_categories":[],"class_list":["post-173130","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-development","category-tutorials","category-wpmu-dev-products","tag-development-2","tag-staging-environment","tag-test-site"],"_links":{"self":[{"href":"https:\/\/wpmudev.com\/blog\/wp-json\/wp\/v2\/posts\/173130","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wpmudev.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wpmudev.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wpmudev.com\/blog\/wp-json\/wp\/v2\/users\/915455"}],"replies":[{"embeddable":true,"href":"https:\/\/wpmudev.com\/blog\/wp-json\/wp\/v2\/comments?post=173130"}],"version-history":[{"count":11,"href":"https:\/\/wpmudev.com\/blog\/wp-json\/wp\/v2\/posts\/173130\/revisions"}],"predecessor-version":[{"id":204121,"href":"https:\/\/wpmudev.com\/blog\/wp-json\/wp\/v2\/posts\/173130\/revisions\/204121"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/wpmudev.com\/blog\/wp-json\/wp\/v2\/media\/204116"}],"wp:attachment":[{"href":"https:\/\/wpmudev.com\/blog\/wp-json\/wp\/v2\/media?parent=173130"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wpmudev.com\/blog\/wp-json\/wp\/v2\/categories?post=173130"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wpmudev.com\/blog\/wp-json\/wp\/v2\/tags?post=173130"},{"taxonomy":"tutorials_categories","embeddable":true,"href":"https:\/\/wpmudev.com\/blog\/wp-json\/wp\/v2\/tutorials_categories?post=173130"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}