{"id":45443,"date":"2019-08-14T06:00:09","date_gmt":"2019-08-14T11:00:09","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/?p=45443"},"modified":"2021-11-19T01:29:14","modified_gmt":"2021-11-19T06:29:14","slug":"subresource-integrity-sri-wordpress","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/subresource-integrity-sri-wordpress\/","title":{"rendered":"How to Add Subresource Integrity (SRI) in WordPress"},"content":{"rendered":"\n<p>In this article:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"#what\">What&#8217;s Subresource Integrity (SRI)?<\/a><\/li><li><a href=\"#install\">Install the Subresource Integrity (SRI) Manager<\/a><\/li><li><a href=\"#exclude\">Exclude Resources<\/a><\/li><li><a href=\"#security\">WordPress Security<\/a><\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"what\">What&#8217;s Subresource Integrity?<\/h2>\n\n\n\n<p class=\"has-normal-font-size\"><a   href=\"https:\/\/www.inmotionhosting.com\/support\/security\/subresource-integrity-sri\/\">Subresource integrity (SRI)<\/a> protects your website from external JavaScript libraries &#8211; e.g. Jquery.com &#8211; hosted on content delivery networks (CDNs) such as <a href=\"\/support\/website\/setting-up-cloudflare\/\">Cloudflare<\/a> if they&#8217;re modified for malicious purposes. SRI adds a <a rel=\"noreferrer noopener\" href=\"https:\/\/www.inmotionhosting.com\/support\/security\/reasons-your-checksum-doesnt-match-the-original\/\" data-type=\"post\" data-id=\"48119\" target=\"_blank\">sha384 <code>integrity<\/code> checksum<\/a> or stronger alongside the <code>src<\/code> (source) URL for comparison to accomplish this.<\/p>\n\n\n\n<p>Many web developers can edit a few lines within their .htaccess file to accomplish this. Unfortunately, this doesn&#8217;t work for WordPress websites because of the way its core scripts are coded. There&#8217;s currently a <a href=\"https:\/\/core.trac.wordpress.org\/ticket\/33948\">Trac<\/a><a href=\"https:\/\/core.trac.wordpress.org\/ticket\/33948\"> ticket regarding its possible implementation<\/a>.<\/p>\n\n\n\n<p>The easiest way as of now to implement SRI in WordPress is using the <a href=\"https:\/\/wordpress.org\/plugins\/wp-sri\/\">Subresource Integrity (<\/a><a href=\"https:\/\/wordpress.org\/plugins\/wp-sri\/\">SRI<\/a><a href=\"https:\/\/wordpress.org\/plugins\/wp-sri\/\">) Manager<\/a><strong> plugin<\/strong>.<\/p>\n\n\n\n<p class=\"alert alert-info\"><strong>Note:<\/strong> SRI is only helpful for websites with a valid <a href=\"https:\/\/www.inmotionhosting.com\/support\/website\/ssl\/auto-ssl-guide\/\"  >free or paid SSL certificate<\/a> and forcing <a href=\"\/support\/website\/ssl\/how-to-force-https-using-the-htaccess-file\/\">HTTPS usage via .htaccess<\/a> file or a plugin such as <a href=\"\/support\/edu\/wordpress\/how-to-install-wp-really-simple-ssl-plugin\/\">Really Simple SSL<\/a>.<\/p>\n\n\n\n<p class=\"alert alert-warning\"><strong>Warning:<\/strong> The Subresource Integrity (SRI) Manager plugin reportedly <em>hasn<\/em><em>\u2019t been tested with the latest 3 major releases of WordPress<\/em>. We&#8217;ve successfully tested its functionality and confirmed with the plugin developer(s) that it&#8217;s <a href=\"https:\/\/wordpress.org\/support\/topic\/just-checking-are-you-still-supporting-this-plugin\/\">regularly checked for compatibility<\/a>. As always, exercise caution when installing potentially abandoned plugins and create a <a href=\"https:\/\/www.inmotionhosting.com\/support\/backups-and-restorations\/\">full cPanel backup<\/a> before continuing.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"install\">Install Subresource Integrity (SRI) Manager<\/h2>\n\n\n\n<p>Subresource Integrity (SRI) Manager is a plug-and-play plugin. You can <a   href=\"\/support\/website\/how-to-upload-files-server\/\">install the plugin manually<\/a> or via <a href=\"\/support\/edu\/wordpress\/wp-cli\/install-a-plugin-using-wp-cli\/\">WP-CLI<\/a> (plugin name <code>wp-sri<\/code>). Below we&#8217;ll use the WordPress dashboard.<\/p>\n\n\n\n<ol class=\"article_list wp-block-list\"><li><a href=\"\/support\/edu\/wordpress\/logging-into-wordpress-dashboard\/\">Log into WordPress<\/a>.<\/li><li><a href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/plugins\/install-wordpress-plugins\/\">Install the Subresource Integrity (SRI) Manager plugin<\/a>.<\/li><li>Click <strong>Activate<\/strong>.<\/li><li>Scan your website at <a href=\"https:\/\/observatory.mozilla.org\/\">Observatory.Mozilla.org<\/a>. If successful, you&#8217;ll see the following within the test results:<br><em>Subresource Integrity (SIR) is implemented and all scripts are loaded securely<\/em><\/li><\/ol>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"#exclude\">Exclude Resources<\/h3>\n\n\n\n<p>If your website has plugins or themes using the WordPress API, you can exclude those resources if needed.<\/p>\n\n\n\n<ol class=\"article_list wp-block-list\"><li>On the left, hover over <strong>Tools<\/strong> and click <strong>Subresource Integrity Manager<\/strong>. <\/li><li>Exclude any resources necessary. If your website doesn&#8217;t have any plugins or themes using the WordPress API, or if the plugin doesn&#8217;t detect any, the page will state \u201cNo hashes known\u201d.<\/li><\/ol>\n\n\n\n<p>If this doesn&#8217;t fix an issue caused by SRI Manager, you&#8217;ll need to contact the broken plugin or theme&#8217;s developer(s) for further assistance. You can find developers&#8217; contact info from their respective <a href=\"https:\/\/wordpress.org\/plugins\/\">WordPress.org\/plugins<\/a> page by clicking the name under the plugin name.<\/p>\n\n\n\n<p>You can disable the plugin manually, via the dashboard, or within <a href=\"\/support\/edu\/wordpress\/wp-cli\/manage-wordpress-plugins-wp-cli\/\">WP-<\/a><a href=\"\/support\/edu\/wordpress\/wp-cli\/manage-wordpress-plugins-wp-cli\/\">CLI<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"#security\">WordPress Security<\/h2>\n\n\n\n<p>Security requires a proactive defense-in-depth approach. And the more popular a software is, the more likely it is to be tested for vulnerabilities. For these reasons, you should implement security enhancements at every level &#8211; <em>your InMotion Hosting Account Management Panel (AMP) account, cPanel, WebHost Manager (WHM) for VPS\/Dedicated users with Root access, and website<\/em>. <\/p>\n\n\n\n<p>Please consider the following security implementations for better overall security:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Use <a href=\"\/support\/security\/amp-login-security-features\/\">Strong AMP and cPanel passwords<\/a><\/li><li><a href=\"https:\/\/www.inmotionhosting.com\/support\/backups-and-restorations\/\">Create cPanel backups<\/a> regularly<\/li><li><a href=\"\/support\/email\/strengthen-overall-email-authentication\/\">Improve email authentication<\/a> to fight spam and your domain from being marked as spam<\/li><li><a href=\"\/support\/edu\/wordpress\/10-ways-to-secure-wordpress\/\">10 Ways to Secure WordPress<\/a><\/li><li>Consider <a href=\"https:\/\/sucuri.net\/lp\/promo\/inmotion\/?clickid=Uf837qS7QxyLT9tQy%3ASR0UvEUkBWzkQDhTDQUQ0\">Sucuri for monitored web application firewall (WAF) services<\/a><\/li><li>Upgrade to managed <a href=\"https:\/\/www.inmotionhosting.com\/vps-hosting\">VPS Hosting<\/a> for additional security options such as <a href=\"\/support\/security\/enabling-cphulk\/\">cPHulk Brute Force Protection<\/a><\/li><\/ul>\n\n\n\n<p>If you have any questions, feel free to <a href=\"\/support\/amp\/how-to-get-great-technical-support\/\">contact our 24\/7 Live Support<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this article: What&#8217;s Subresource Integrity (SRI)? Install the Subresource Integrity (SRI) Manager Exclude Resources WordPress Security What&#8217;s Subresource Integrity? Subresource integrity (SRI) protects your website from external JavaScript libraries &#8211; e.g. Jquery.com &#8211; hosted on content delivery networks (CDNs) such as Cloudflare if they&#8217;re modified for malicious purposes. SRI adds a sha384 integrity checksum<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/subresource-integrity-sri-wordpress\/\"> Read More ><\/a><\/p>\n","protected":false},"author":57014,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[4299,4325,56],"tags":[],"class_list":["post-45443","post","type-post","status-publish","format-standard","hentry","category-security","category-wordpress-hosting","category-wordpress"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Add Subresource Integrity (SRI) in WordPress<\/title>\n<meta name=\"description\" content=\"Learn how to add Subresource Integrity (SRI) in WordPress. Subresource Integrity (SRI) protects your website from external malicious JavaScript libraries.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/subresource-integrity-sri-wordpress\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Add Subresource Integrity (SRI) in WordPress\" \/>\n<meta property=\"og:description\" content=\"Learn how to add Subresource Integrity (SRI) in WordPress. Subresource Integrity (SRI) protects your website from external malicious JavaScript libraries.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/subresource-integrity-sri-wordpress\/\" \/>\n<meta property=\"og:site_name\" content=\"InMotion Hosting Support Center\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/inmotionhosting\/\" \/>\n<meta property=\"article:published_time\" content=\"2019-08-14T11:00:09+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-11-19T06:29:14+00:00\" \/>\n<meta name=\"author\" content=\"InMotion Hosting Contributor\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/InMotionHosting\" \/>\n<meta name=\"twitter:site\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"InMotion Hosting Contributor\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/subresource-integrity-sri-wordpress\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/subresource-integrity-sri-wordpress\/\"},\"author\":{\"name\":\"InMotion Hosting Contributor\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644\"},\"headline\":\"How to Add Subresource Integrity (SRI) in WordPress\",\"datePublished\":\"2019-08-14T11:00:09+00:00\",\"dateModified\":\"2021-11-19T06:29:14+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/subresource-integrity-sri-wordpress\/\"},\"wordCount\":554,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"articleSection\":[\"Security\",\"WordPress Hosting\",\"WordPress Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/subresource-integrity-sri-wordpress\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/subresource-integrity-sri-wordpress\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/subresource-integrity-sri-wordpress\/\",\"name\":\"How to Add Subresource Integrity (SRI) in WordPress\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"datePublished\":\"2019-08-14T11:00:09+00:00\",\"dateModified\":\"2021-11-19T06:29:14+00:00\",\"description\":\"Learn how to add Subresource Integrity (SRI) in WordPress. Subresource Integrity (SRI) protects your website from external malicious JavaScript libraries.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/subresource-integrity-sri-wordpress\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/subresource-integrity-sri-wordpress\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/subresource-integrity-sri-wordpress\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Add Subresource Integrity (SRI) in WordPress\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"name\":\"InMotion Hosting Support Center\",\"description\":\"Web Hosting Support &amp; Tutorials\",\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\",\"name\":\"InMotion Hosting\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"width\":696,\"height\":696,\"caption\":\"InMotion Hosting\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/inmotionhosting\/\",\"https:\/\/x.com\/InMotionHosting\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644\",\"name\":\"InMotion Hosting Contributor\",\"description\":\"InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals!\",\"sameAs\":[\"https:\/\/www.linkedin.com\/company\/inmotion-hosting\/\",\"https:\/\/x.com\/https:\/\/twitter.com\/InMotionHosting\"],\"url\":\"https:\/\/www.inmotionhosting.com\/support\/author\/inmotion-hosting-contributor\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Add Subresource Integrity (SRI) in WordPress","description":"Learn how to add Subresource Integrity (SRI) in WordPress. Subresource Integrity (SRI) protects your website from external malicious JavaScript libraries.","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:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/subresource-integrity-sri-wordpress\/","og_locale":"en_US","og_type":"article","og_title":"How to Add Subresource Integrity (SRI) in WordPress","og_description":"Learn how to add Subresource Integrity (SRI) in WordPress. Subresource Integrity (SRI) protects your website from external malicious JavaScript libraries.","og_url":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/subresource-integrity-sri-wordpress\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2019-08-14T11:00:09+00:00","article_modified_time":"2021-11-19T06:29:14+00:00","author":"InMotion Hosting Contributor","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/twitter.com\/InMotionHosting","twitter_site":"@InMotionHosting","twitter_misc":{"Written by":"InMotion Hosting Contributor","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/subresource-integrity-sri-wordpress\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/subresource-integrity-sri-wordpress\/"},"author":{"name":"InMotion Hosting Contributor","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644"},"headline":"How to Add Subresource Integrity (SRI) in WordPress","datePublished":"2019-08-14T11:00:09+00:00","dateModified":"2021-11-19T06:29:14+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/subresource-integrity-sri-wordpress\/"},"wordCount":554,"commentCount":0,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"articleSection":["Security","WordPress Hosting","WordPress Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/subresource-integrity-sri-wordpress\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/subresource-integrity-sri-wordpress\/","url":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/subresource-integrity-sri-wordpress\/","name":"How to Add Subresource Integrity (SRI) in WordPress","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"datePublished":"2019-08-14T11:00:09+00:00","dateModified":"2021-11-19T06:29:14+00:00","description":"Learn how to add Subresource Integrity (SRI) in WordPress. Subresource Integrity (SRI) protects your website from external malicious JavaScript libraries.","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/subresource-integrity-sri-wordpress\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/subresource-integrity-sri-wordpress\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/subresource-integrity-sri-wordpress\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"How to Add Subresource Integrity (SRI) in WordPress"}]},{"@type":"WebSite","@id":"https:\/\/www.inmotionhosting.com\/support\/#website","url":"https:\/\/www.inmotionhosting.com\/support\/","name":"InMotion Hosting Support Center","description":"Web Hosting Support &amp; Tutorials","publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.inmotionhosting.com\/support\/#organization","name":"InMotion Hosting","url":"https:\/\/www.inmotionhosting.com\/support\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","width":696,"height":696,"caption":"InMotion Hosting"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/inmotionhosting\/","https:\/\/x.com\/InMotionHosting"]},{"@type":"Person","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644","name":"InMotion Hosting Contributor","description":"InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals!","sameAs":["https:\/\/www.linkedin.com\/company\/inmotion-hosting\/","https:\/\/x.com\/https:\/\/twitter.com\/InMotionHosting"],"url":"https:\/\/www.inmotionhosting.com\/support\/author\/inmotion-hosting-contributor\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"primary_category":{"id":56,"name":"WordPress Tutorials","slug":"wordpress","link":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/"},"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/45443","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/users\/57014"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/comments?post=45443"}],"version-history":[{"count":17,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/45443\/revisions"}],"predecessor-version":[{"id":91875,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/45443\/revisions\/91875"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=45443"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=45443"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=45443"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}